Previous Article: MVC concept (1)
I went to Microsoft to find an example-the task list application.
Preparations
You must install Visual Studio 2008 or visual web developer 2008 express to build an ASP. net mvc application. You also need to download ASP. net mvc framework.
If Visual Studio 2008 is not available, you can download the 90-day trial from the following URL:
Http://msdn.microsoft.com/en-us/vs2008/products/cc268305.aspx
You can also use Visual Web Developer express 2008 to create an ASP. net mvc application. If you decide to use visual web developer Express, you must install Service Pack 1. You can download Visual Web Developer 2008 express with Service Pack 1 from the following URL:
Http://www.microsoft.com/downloads/details.aspx? Familyid = BDB6391C-05CA-4036-9154-6DF4F6DEBD14 & displaylang = en
After Visual Studio 2008 or visual web developer 2008 is installed, you must install ASP. net mvc framework. You can download ASP. net mvc framework from the following URL:
Http://www.asp.net/mvc/
Task List Application
We will create a very simple task list application. This simple task list application executes the following three tasks:
1. list a series of tasks
2.