In this walkthrough I will show the major changes and add-ins we can find in ASP.NET MVC 2.0. Creating A simple ASP.NET MVC 2.0 Application. Open Visual Studio 2010 and create a new project from the ASP.NET MVC 2.0 web application template. A Wizard screen will pop up to ask whether we want to create a Unit-Test project with our MVC Application.Choose No. (I will show TDD with MVC 2.0 on a future Post)To make this walkthrough a little more interesting and easy to follow i will use the Microsoft Sample Database called Northwind : To provide and explain the MVC (Model – View – Controller) Approach will start with the part that handles the data : The Model.Right-Click on the Models folder and choose to add a new Item :Read more: Ignorance is bliss
0 comments:
Post a Comment