Posted on 10 December 2007 @ 19:33
in #ASP.NET
As announced on Scott Guthrie’s blog, the ASP.NET MVC Framework preview has just been released as part ASP.NET 3.5 Extensions CTP Preview. You can now try out for yourself!
If you haven’t read on the new ASP.NET MVC Framework, this new release is Microsoft’s response to a demand for a built-in model-view-controller (MVC) based architecture in ASP.NET. This does not mean all your ASP.NET applications now need to be developed based on this architecture but it does allow you to apply this architecture when needed/wanted.
Get started here:
- Download the ASP.NET 3.5 Extensions CTP Preview via Scott Guthrie’s site. BWT, there’s much more to the Extensions than only the MVC framework. Read all about it at the above link.
- Get yourself acquainted with the framework by reading Scott Guthrie’s article series:
- Checkout some other resources:
And now, let’s check it out!
|