Ubuntu + Mono + ASP.NET, is this possible?

Has anyone had experience using ubuntu desktop edition + mono project to run asp.net 4.0? and what is the flip side of this platform?

+5
source share
1 answer

I use the version of Ubuntu, mono and apache server with mod_mono to run ASP.NET MVC applications (both commercial and hobby). So far, I have not encountered a problem that will force me to stop using this combination. However, there are some areas you should be aware of, for example:

  • There is no support for the Entity Framework (there are currently no plans for its implementation in mono)
  • LINQ to SQL -, .
  • ASP.NET 4.0 ( ASP.NET MVC 1 2, )
  • , Windows/MS.NET

MS.NET , .

+7

All Articles