Knowledge is power. We love to share it.

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

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...
denis

New version of MonoX

09/21/2009 By denis 0
This content has not been rated yet. 
Bookmark and Share
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.