Sunday, 10 October 2010

ASP.NET MVC

============ LESSON LEARN ========
Model: consist of business logic, data access logic
View: Markup and content that is returned to the browser
Controller: Fires off some logic and response to a browser request

MAPPING URL ROUTING
Global.asax.cs: Using <routes> table to map url and its parameters

MUST DO
1. Follow MVC framework naming convention

============ RESOURCE ===========
1. Download ASP.NET MVC 2 framework
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en

2. Understanding overview of ASP.NET MVC
http://www.asp.net/mvc/videos/understanding-models-views-and-controllers

3.Five Must Have Tools for MVC Developers
http://www.codecapers.com/post/Five-Must-Have-Tools-for-MVC-Developers.aspx

No comments: