[Mono-dev] status of asp.net 4.0

jmalcolm malcolm.justin at gmail.com
Sun Aug 22 19:18:41 EDT 2010


I will let others answer your real question properly...

By "url rewriting", I assume that you mean System.Web.Routing.  You may be
interested to know that this is available today in the stable version of
Mono.  Of course, this is running on CLR2 and not CLR4 but you can use it
for either WebForms or MVC apps.

On that note, you may also be interested to know that ASP.NET MVC2 (the
actual Microsoft code) ships with Mono 2.6.7.  If you are interested in
clean HTML, you might really benefit from ASP.NET MVC.  Again, this is
running on CLR2 and not CLR4.  This means that the "<:" notation is not
available so you have to use "<= Html.Encode(".

Now, somebody smarter and in touch can tell us what the status of APS.NET 4
in Mono is.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/status-of-asp-net-4-0-tp2334024p2334463.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list