Your First ASP.NET MVC Application - Maarten Balliauw
3/27/2009
<div><div><div style="float:right"><img alt ="" src="http://images.pageglimpse.com/v1/thumbnails?devkey=82c14bf10b5f9d544e78661ac2d355d2&url=http://www.packtpub.com/article/your-first-asp.net-mvc-application&size=small&root=no&nothumb=http://dotnetshoutout.com/Assets/Images/pg-preview-na.jpg"/></div><div>When downloading and installing the ASP.NET MVC framework SDK, a new project template is installed in Visual Studio—the ASP.NET MVC project template.
This article by Maarten Balliauw describes how to use this templateWe will briefly touch all aspects of ASP.NET MVC by creating a new ASP.NET MVC web application based on this Visual Studio templateBesides view, controller, and model, new concepts including ViewData—a means of transferring data between controller and view, routing—the link between a web browser URL and a specific action method inside a controller, and unit testing of a controller are also illustrated in this article.</div></div><div style="padding-top:4px"><a rev="vote-for" href="http://dotnetshoutout.com/Your-First-ASPNET-MVC-Application-Maarten-Balliauw"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http%3a%2f%2fwww.packtpub.com%2farticle%2fyour-first-asp.net-mvc-application" style="border:0px"/></a></div></div>.
Similar articles
DotNetShoutout - Latest published stories
ASP.NET MVC Domain Routing - Maarten Balliauw
Ever since the release of ASP.NET MVC and its routing engine (System.Web.Routing), Microsoft has been trying to convince us that you have full control over your URL and routing. This is true to a cert...
DotNetShoutout - Latest published stories
ASP.NET MVC Chained Controller Factory - Maarten Balliauw
My last post on the REST for ASP.NET MVC SDK received an interesting comment… Basically, the spirit of the comment was: “There are tons of controller factories out there, but you can only use one at a...
DotNetShoutout - Latest published stories
REST for ASP.NET MVC SDK - Maarten Balliauw
Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my...