ASP.Net MVC Release Candidate is Available
ASP.Net MVC Release Candidate is Available
Scott Guthrie has just announced that the ASP.NET MVC 1.0 Release Candidate is out.
Few of the highlights of this release:
Visual Studio Tooling Improvements
- Add Controller Command
- Add View Command
- Adding and Customizing Scaffold Templates
- Go To Controller / Go To View
- MSBuild Task for Compiling Views
- View Refactoring Support
View Improvements
- Views without Code-Behind Files
- Model Property
- Setting the Title
- Strongly Typed HTML/AJAX Helpers
Form Post Improvements
- [Bind(Prefix=””)] No Longer Required for Common Scenarios
- ModelBinder API Improvements
- IDataErrorInfo Support
Unit Testing Improvements
- ControllerContext changed to no longer derive from RequestContext
- AccountsController Unit Tests
- Cross Site Request Forgery (CSRF) Protection
File Handling Improvements
- FileResult and File() helper method
- File Uploading Support
AJAX Improvements
- jQuery Intellisense Files included within ASP.NET MVC Project Template
- Request.IsAjaxRequest Property
- JavaScriptResult ActionResult and JavaScript() helper method
Download the ASP.Net MVC Release Candidate.
Enjoy!