Advanced Routing Techniques in MVC
Robert Hope, Systems Architect for BizBuySell, the Internet's Largest Business for Sale Marketplace, will take us through his pending CodePlex project RouteFlex, a flexible routing framework for use with MVC.NET and ASP.NET WebForms. The framework makes it easy for developers to manage and maintain urls for their web applications that require data lookup and validation (making sure that the country is a valid country on http://mywebsite.com/united_states) as well as independent url positioning (supporting both http://mywebsite.com/united_states/california and http://mywebsite.com/california/united_states) without impacting other urls on the site, and without generating hundreds or thousands of routes in their application routing tables.