Articles : Page 1 of 1
- Filter:
- Official
-
Using ASP.NET MVC with Different Versions of IIS
Oct 0911In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 (classic mode), IIS 6.0, and earlier versions of IIS....
-
What is ASP.NET MVC?
Oct 0907ASP.NET MVC is a free and fully supported Microsoft framework for building web applications that use a model-view-controller pattern. Like ASP.NET Web Forms, ASP.NET MVC is built on the ASP.NET framework....
-
Creating a Movie Database Application in 15 minutes with ASP.NET MVC
Oct 0907Stephen Walther builds an entire ASP.NET MVC application from start to finish. This video is a great introduction for people who are new to the ASP.NET MVC Framework and who want to get a sense of the process of building an ASP.NET MVC application. Presented by Stephen Walther Duration: 12 minutes, 4 seconds...
-
ASP.NET MVC Overview
Oct 0907The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc namespace and is a fundamental, supported part of the System.Web namespace....
-
Understanding the ASP.NET MVC Execution Process
Oct 0907Learn how the ASP.NET MVC framework processes a browser request step-by-step....
-
Understanding Models, Views, and Controllers
Oct 0907This tutorial provides you with a high-level overview of ASP.NET MVC models, views, and controllers. In other words, it explains the ‘M’, ‘V’, and ‘C’ in ASP.NET MVC. After reading this tutorial, you should understand how the different parts of an ASP.NET MVC application work together. You should also understand how the architecture of an ASP.NET MVC application differs from an ASP.NET Web Forms application or Active Server Pages application....
-
ASP.NET MVC Routing Overview
Oct 0907In this tutorial, you are introduced to an important feature of every ASP.NET MVC application called ASP.NET Routing. The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions. By the end of this tutorial, you will understand how the standard route table maps requests to controller actions....
-
Creating Custom Routes
Oct 0907In this tutorial, you learn how to add a custom route to an ASP.NET MVC application. You learn how to modify the default route table in the Global.asax file with a custom route. For many simple ASP.NET MVC applications, the default route table will work just fine. However, you might discover that you have specialized routing needs. In that case, you can create a custom route....
-
Creating a Route Constraint
Oct 0907n this tutorial, Stephen Walther demonstrates how you can control how browser requests match routes by creating route constraints with regular expressions....
-
Creating a Custom Route Constraint
Oct 0907Stephen Walther demonstrates how you can create a custom route constraint. We implement a simple custom constraint that prevents a route from being matched when a browser request is made from a remote computer....
- 1

