Thursday, February 14, 2008 4:57 AM
by
dodyg
Good ideas on MVC
"
One of the most powerful features of the ASP.NET MVC framework is its URL routing engine (I covered some of these features here).
This upcoming ASP.NET MVC preview release contains even more URL routing features and enhancements. You can now use named routes (enabling explicit referencing of route rules), use flexible routing wildcard rules (enabling custom CMS based urls), and derive and declare custom route rules (enabling scenarios like REST resources mappings, etc).
We have also factored out the URL routing infrastructure from the rest of the MVC framework with this preview, which enables us to use it for other non-MVC features in ASP.NET (including ASP.NET Dynamic Data and ASP.NET Web Forms).
"
(MVC Framework Road Map)
I'm looking forward to a refactored routing infrastructure so that I can use it on the VPP level instead of using it on the ASP.Net processing level.