routing

Posts tagged with routing
Bookmark and Share
ASP.NET routing support in MonoX
This content has not been rated yet. 
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...
Bookmark and Share
New version of MonoX
This content has not been rated yet. 
We have just published a new version of the MonoX portal framework. This release was motivated by new features brought by ASP.NET 3.5 SP1 - MVC-style routing and Dynamic Data. Routing is now fully supported, with additional support for QuestyString parameters.

Another new feature introduces support for declarative QueryString and Form parameter binding. This will save you a lot of time that was previously spent on manual parameter retrieval tasks.