ASP.NET MVC 4 Beta


Recommended Posts

ASP.NET MVC 4 is a framework for developing highly testable and maintainable Web applications that follow the Model-View-Controller (MVC) pattern. The framework encourages you to maintain a clear separation of concerns? views for UI, controllers for handling user input, and models for domain logic. ASP.NET MVC applications are particularly suited for unit testing and using test-driven development (TDD) techniques. ASP.NET MVC 4 makes it easy to write applications for the mobile web through adaptive rendering and device specific display modes.

ASP.NET MVC 4 also includes ASP.NET Web API, a framework for building and consuming HTTP services that can reach a broad range of clients including browsers, phones, and tablets. ASP.NET Web API is great for building services that follow the REST architectural style, plus it supports RPC patterns.

Download: ASP.NET MVC 4 Beta | 22.8 MB

View: Release Notes

Just FYI, the Release Notes still do not reflect the Beta release since the release is only a day old or so.

Link to comment
Share on other sites

This topic is now closed to further replies.