The ASP.NET Team (see at Scotts Blog) released the 3. Preview of the MVC Framework:
This release contains improvments of the April Code Release :
- Control Action Methods & ActionResults, useful for...
- AJAX: JsonResult
- Streaming Data: ContentResult
- Web: HttpRedirect / RedirectToAction/Route
- HTML Helper
- URL Routing & Mapping (this dll is part of the .NET 3.5 SP1 and can be used in WebForms and MVC)
Unfortunatly there are no Sub-Controllers, a nicer AJAX integration, Authentication / Authorization (a nicer integration), Components - these features will be released in Preview 4 (or 5 ;) )
For more information look at Scotts post...