[In addition to blogging, I have recently been using Twitter to-do quick posts and share links. You can follow me on Twitter at: www.twitter.com/scottgu (@scottgu is my twitter name)] This is the eighth in a series of blog posts I?m doing on the upcoming VS 2010 and .NET 4 release. Today?s post covers a cool new runtime feature in ASP.NET 4 ? which is the ability to use URL routing with Web Forms based pages. What is URL Routing? URL routing was a capability we first introduced with ASP.NET 3.5 SP1, and which is already used within ASP.NET MVC applications to expose clean, SEO-friendly ?web 2.0? URLs. URL routing lets you configure an application to accept request URLs that do not map to physical files. Instead, you can use routing...(read more) ...
Go to the complete details ...