URL Routing
Status: Beta
Brought to you by:
ovzh
For Web and Silverlight apps, it would be very compelling to wire in the URL routing feature of ASP.Net MVC, which is part of the reason the project was started. So that Controllers themselves are part of the URL (i.e., site/Employees/Add, site/Product/View/NewToaster), instead of TestPage.aspx, etc. Just starting with MVC#, so I may be asking for something that is totally not doable, in that your examples seem to mix controllers and interfaces in an Application Logic folder.
Bob Baker
bbaker@microapplications.com
I would like to see a URL routing feature also.