ASP.NET MVC CTP will be released next week
According to ScottGu,
VS 2008 and .NET 3.5 include a ton of new features for ASP.NET development. We are planning to deliver even more ASP.NET functionality next year with a “ASP.NET 3.5 Extensions” release. The first public preview of this will be available for download next week on the web.
Next week’s ASP.NET 3.5 Extensions preview release will include:
- ASP.NET MVC: This model view controller (MVC) framework for ASP.NET provides a structured model that enables a clear separation of concerns within web applications, and makes it easier to unit test your code and support a TDD workflow. It also helps provide more control over the URLs you publish in your applications, and more control over the HTML that is emitted from them.