Latest Articles in the Category ASP.NET
Sort by:
|
Avg Rating |
Most Ratings |
Cancel Sort
Jing Ding, Jan 27, 2012
Views: 6,518 Avg Rating: 0/5 Votes: 0 Comments: 7
Dynamic model binding enables a single action to handle multiple forms.
Bipin Joshi, Jan 25, 2012
Views: 6,028 Avg Rating: 0/5 Votes: 0 Comments: 2
HTML5 Web Storage provides a streamlined data storage mechanism that allows developers to store data on the client as key-value pairs. This article explores what Web Storage is, its flavors and illustrates how Web Storage data can be transferred between client and server in ASP.NET websites.
Bipin Joshi, Jan 06, 2012
Views: 1,244 Avg Rating: 5/5 Votes: 1 Comments: 1
Develop a solution that supports multiple websites in a single hosting space and database.
Bipin Joshi, Dec 14, 2011
Views: 4,224 Avg Rating: 0/5 Votes: 0 Comments: 0
Learn to enable website pinning features of IE9 on Windows 7 for your ASP.NET websites.
Xianzhong Zhu, Nov 14, 2011
Views: 1,780 Avg Rating: 0/5 Votes: 0 Comments: 0
In this final part of this series, we are going to discuss how to make the users play their selected videos, make possible related comments. And then, we will introduce how to manage sports video channel relate data in the role of an administrator.
Xianzhong Zhu, Nov 10, 2011
Views: 1,667 Avg Rating: 0/5 Votes: 0 Comments: 7
In this second part of this series, we will start to develop the detailed pages in the YouTube-like sample website. And as usual, we will mainly dwell upon the key tips in the related parts.
Xianzhong Zhu, Oct 20, 2011
Views: 3,311 Avg Rating: 0/5 Votes: 0 Comments: 1
In this series of articles, we'll try to build a popular YouTube-like video playing website using ASP.NET related techniques.
Xianzhong Zhu, Oct 17, 2011
Views: 1,307 Avg Rating: 0/5 Votes: 0 Comments: 0
In the last part of the series, you've learned how to store the user into especially the re-processed info into the backend database. And later, we discussed how to bind our site traffic and statistics module to some target website or only to one page. In this last part, we are going to delve into the most interesting things how to design different kinds of statistic charts or analysis reports based upon users' requirements.
Xianzhong Zhu, Oct 14, 2011
Views: 1,289 Avg Rating: 0/5 Votes: 0 Comments: 0
In the previous part of the series, you've learned why we are going to establish the traffic and statistics monitoring module, the general flow of such a module. In this second part, we'll continue to discuss how to store the grabbed user info and especially we have to calculate part of the info and then update it in the database.
Xianzhong Zhu, Oct 05, 2011
Views: 1,836 Avg Rating: 0/5 Votes: 0 Comments: 0
In this series, I will introduce to you a popular backend module in real ASP.NET websites - site traffic and statistics monitoring.
Justin Schwartzenberger, Sep 28, 2011
Views: 9,007 Avg Rating: 0/5 Votes: 0 Comments: 2
Gain more control over images within an ASP.NET MVC 3 project by creating a controller to handle delivering image file data to the response stream.
Manning Publications, Sep 28, 2011
Views: 1,835 Avg Rating: 0/5 Votes: 0 Comments: 0
It’s much easier to write automated tests for your site than it is to do manual exploratory testing for each release. In this article, based on chapter 13 of ASP.NET MVC 3 in Action, the authors show how we can use MvcContrib project’s route-testing API to make this testing easier.
Brian Mains, Aug 29, 2011
Views: 2,710 Avg Rating: 0/5 Votes: 0 Comments: 0
Brian Mains examines functions and helpers in ASP.NET MVC 2 with the Razor engine.
Brian Mains, Aug 08, 2011
Views: 5,988 Avg Rating: 0/5 Votes: 0 Comments: 0
This article is going to help ASP.NET MVC developers translate their ASP.NET MVC view engine skills to Razor.
Xianzhong Zhu, Aug 05, 2011
Views: 1,118 Avg Rating: 0/5 Votes: 0 Comments: 0
In the previous article, we discussed some theoretical ideas around cache design under complex development environments. Especially, we built some universal cache modules with which to construct our Q&A sample application in this series. This article will use the universal cache modules to reconstruct the question and answer modules, as well as the internal searching engine module.
Abhijeet Pandit, Jul 22, 2011
Views: 5,805 Avg Rating: 0/5 Votes: 0 Comments: 0
This article explains how to use MVC.Controls 1.4 with MVC3. You can also integrate JQGrid with Razor View – Engine support. For me, this code is a simple way of separating presentation from the controller, and most importantly, use of the Lesser GPL.
Justin Schwartzenberger, Jul 11, 2011
Views: 7,145 Avg Rating: 0/5 Votes: 0 Comments: 4
Learn how to trigger the browser to download file data via as ASP.NET MVC 3 controller action.
Bipin Joshi, Jul 06, 2011
Views: 6,200 Avg Rating: 5/5 Votes: 1 Comments: 0
The ASP.NET Query Extender server control allows you to filter data retrieved from a data source without changing the underlying query. It can be used on web forms that allow end users to search or filter data based on certain criteria. This article explores the Query Extender control with the help of several examples.
Brian Mains, Jul 06, 2011
Views: 2,646 Avg Rating: 0/5 Votes: 0 Comments: 3
Brian Mains talks about Unobtrusive JavaScript with HTML 5 data attributes and ASP.NET MVC 3.
Bipin Joshi, Jul 01, 2011
Views: 22,768 Avg Rating: 0/5 Votes: 0 Comments: 0
ASP.NET MVC model binding allows you to map HTTP request data with a model. This article discusses how model binding works for various types of models (simple types, complex types, collections etc.). It also shows how to create a custom model binder if situation calls for it.
Abhijeet Pandit, Jun 22, 2011
Views: 3,122 Avg Rating: 0/5 Votes: 0 Comments: 0
This article discusses how to control JQGrid using familiar ASP.Net page life cycle and data sources.
Scott Mitchell, Jun 17, 2011
Views: 3,876 Avg Rating: 0/5 Votes: 0 Comments: 0
This article explores how to programmatically generate and display Code 39 barcodes using ASP.NET and the GDI+ classes in the System.Drawing namespace.
Justin Schwartzenberger, Jun 13, 2011
Views: 9,647 Avg Rating: 5/5 Votes: 1 Comments: 5
Work with Session data without a page reload or redirect using jQuery and JSON data in an ASP.NET MVC 3 application.
Xianzhong Zhu, Jun 08, 2011
Views: 1,086 Avg Rating: 0/5 Votes: 0 Comments: 1
Built on the previous articles, this article will detail into how to create a universal caching module.
Scott Mitchell, Jun 06, 2011
Views: 10,786 Avg Rating: 4/5 Votes: 1 Comments: 1
This article looks at using NPOI to programmatically generate Excel spreadshets. NPOI is a free, open-source library for creating and reading Excel spreadsheets and started as a port of the Java POI project.