Latest Articles in the Category ASP.NET

Sort by: Most Comments | Avg Rating | Most Ratings | Cancel Sort

Code First Approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View

Akhil Mittal, May 16, 2012
Views: 23,525 Avg Rating: 5/5 Votes: 3 Comments: 6

A detailed introduction about the code first approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View.

Exception Handling and .Net (A practical approach)

Akhil Mittal, Apr 29, 2012
Views: 5,931 Avg Rating: 3/5 Votes: 4 Comments: 1

Error Handling has always been crucial for an application in a number of ways. It may affect the execution state of the application, or expose sensitive information to a user. Let's see how to deal with it.

jQuery Mobile ListView

Brian Mains, Mar 09, 2012
Views: 7,482 Avg Rating: 0/5 Votes: 0 Comments: 1

In this article, we're going to look at what JQuery Mobile uses to represent lists, and how capable they really are.

JQuery Mobile Widgets Overview

Brian Mains, Mar 07, 2012
Views: 5,852 Avg Rating: 0/5 Votes: 0 Comments: 0

An overview of widgets in jQuery Mobile.

jQuery Mobile Pages

Brian Mains, Mar 05, 2012
Views: 3,891 Avg Rating: 0/5 Votes: 0 Comments: 0

Brian Mains explains how to create pages with the jQuery Mobile framework.

Introduction to jQuery Mobile

Brian Mains, Feb 29, 2012
Views: 4,745 Avg Rating: 0/5 Votes: 0 Comments: 0

Brian Mains discusses the jQuery Mobile framework for developing user interfaces for mobile devices.

Developing ASP.NET MVC 4 Application and Deploying to Windows Azure Cloud

Karthikeyan Anbarasan, Feb 15, 2012
Views: 11,416 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article we are going to see how to use the new Microsoft ASP.NET MVC 4 developer preview application with Windows Azure platform.

ASP.NET MVC Dynamic Model Binding

Jing Ding, Jan 27, 2012
Views: 22,889 Avg Rating: 5/5 Votes: 1 Comments: 9

Dynamic model binding enables a single action to handle multiple forms.

Using HTML5 Web Storage in ASP.NET

Bipin Joshi, Jan 25, 2012
Views: 17,768 Avg Rating: 5/5 Votes: 1 Comments: 3

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.

Running multiple websites in a single hosting space

Bipin Joshi, Jan 06, 2012
Views: 5,757 Avg Rating: 5/5 Votes: 1 Comments: 1

Develop a solution that supports multiple websites in a single hosting space and database.

Implementing Website Pinning in ASP.NET

Bipin Joshi, Dec 14, 2011
Views: 9,878 Avg Rating: 0/5 Votes: 0 Comments: 0

Learn to enable website pinning features of IE9 on Windows 7 for your ASP.NET websites.

Building a YouTube-like Video Playing Site Using ASP.NET Techniques - Part 3

Xianzhong Zhu, Nov 14, 2011
Views: 7,806 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.

Building a YouTube-like Video Playing Site Using ASP.NET Techniques - Part 2

Xianzhong Zhu, Nov 10, 2011
Views: 10,140 Avg Rating: 0/5 Votes: 0 Comments: 10

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.

Building a YouTube-like Video Playing Site Using ASP.NET Techniques - Part 1

Xianzhong Zhu, Oct 20, 2011
Views: 10,058 Avg Rating: 0/5 Votes: 0 Comments: 2

In this series of articles, we'll try to build a popular YouTube-like video playing website using ASP.NET related techniques.

ASP.NET Site Traffic and Statistics Monitoring - Part 3

Xianzhong Zhu, Oct 17, 2011
Views: 2,511 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.

ASP.NET Site Traffic and Statistics Monitoring - Part 2

Xianzhong Zhu, Oct 14, 2011
Views: 2,299 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.

ASP.NET Site Traffic and Statistics Monitoring

Xianzhong Zhu, Oct 05, 2011
Views: 5,792 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.

ASP.NET MVC 3 Controller for Serving Images

Justin Schwartzenberger, Sep 28, 2011
Views: 30,686 Avg Rating: 0/5 Votes: 0 Comments: 5

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.

Testing Inbound Routes

Manning Publications, Sep 28, 2011
Views: 3,690 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.

Razor Functions and Helpers

Brian Mains, Aug 29, 2011
Views: 11,658 Avg Rating: 0/5 Votes: 0 Comments: 1

Brian Mains examines functions and helpers in ASP.NET MVC 2 with the Razor engine.

An Introduction to Razor Syntax

Brian Mains, Aug 08, 2011
Views: 10,657 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.

SEO and In-site Searching Module Programming - Part 8

Xianzhong Zhu, Aug 05, 2011
Views: 2,296 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.

ASP.Net MVC 3 and MVC.Controls (JQGrid control)

Abhijeet Pandit, Jul 22, 2011
Views: 15,287 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.

Trigger file downloads with a MVC 3 controller action

Justin Schwartzenberger, Jul 11, 2011
Views: 20,897 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.