On Tue, 2009-07-07 at 22:10 -0700, DCam.net wrote: [...] > What do people think of the framework, and in particular its mono > compatibility. I'm using it on a .net framework project at work, so have a > basic grasp of it already. But I have not used mono before, so don't have a > good handle of any compatibility issues that there might be.
I was the Guinea pig used to build and run an actual ASP.NET MVC application in Mono (work in progress, available here: http://www.go-mono.com/momareports/). I ran into a few problems related to Sys.Web.Routing but between Marek Habersack (a.k.a. 'the ASP.NET mono guy') and I fixed them. Note that the System.Web.Mvc that we use is the same that MS uses, since they released it under the MS-PL. -Gonzalo _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
