(ASP.NETMVC3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model View Controller (MVC) pattern. The framework encourages developers to clearly separate tasks between consuming application responsibilities – UI logic using views, user input management using controllers, and domain logic using models. Easily test ASP.NET MVC applications by using techniques such as Test Driven Development (TDD). The installation package includes some VisualStudio2010 templates and tools that can be used to improve productivity when writing ASP.NETMVC applications. For example, the Add View dialog utilizes customizable code generation (T4) templates to generate views based on model objects. Using the default project template, developers can automatically hook the unit test project associated with the ASP.NETMVC application. Because the ASP.NETMVC framework builds on ASP.NET4, developers can leverage existing ASP.NET features such as authentication and authorization, profile settings, localization, and more.
This document includes the following attachments:
AspNetMVC3Setup.exe....)