Release Candidate 2 for ASP.NET MVC 2

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

MVC 2 technology enables developers to build Web applications using a model view controller pattern, and encourages developers to maintain a clear separation of concerns among the responsibilities of the application — the UI logic using the view, user-input handling using the controller, and the domain logic using the model.

This release candidate includes bug fixes, API Behavior changes, performance work, and a significant improvement in performance tuning. The jQuery 1.4.1 library is also included by default

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read