Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

denis

Customizing ASP.NET URL rewriting rules

05/23/2011 By denis 0
Rated 5.00, 1 vote(s). 
Bookmark and Share
MonoX comes with a powerful rule-based URL rewriting engine based on the popular UrlRewriter.NET package. In this post we will learn to use one of its more advanced features, custom transforms, to introduce an additional level of URL rewriting, and to squeeze every bit of SEO juice from your URL formats.
denis

ASP.NET routing support in MonoX

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a number of important changes, including the ASP.NET routing engine. Although routing is traditionally associated with ASP.NET Model View Controller (MVC) framework, Microsoft decide to package the routing logic into the System.Web.Routing assembly and to release this assembly with SP1. This was a nice move, since it enabled us to easily integrate the routing technology into MonoX...