Friday, March 5, 2010

ASP.NET 4 Routing

Just read nice article by Peter Vogel on implementing Routing with ASP.NET 4.

http://visualstudiomagazine.com/articles/2010/03/04/routing-in-aspnet4.aspx

It's interesting how ASP.NET MVC Framework method of url routing has influenced the technical implementation of routing in the framework. Very nice. Cleaner and easier to maintain.

I'm a major proponent of the MVC architectural design pattern in general. Before the ASP.NET MVC Framework was available, I was doing a customized implementation based on a componentized modular architectural approach with modules based on business entity and functional areas with views being either aspx pages or user controls assembled dynamically on master pages.

No comments:

Post a Comment