Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 3376  / 3 Years ago, wed, may 5, 2021, 9:39:24

I've seen somewhere that MonoDev is allowing that, but when I installed Ubuntu and MonoDev I did find only MVC1 as an option for project to create. So maybe someone does know if it really is supporting ASP.NET MVC3 (C#) and if it is then how to set it up. Also, what about DB? Will I be able to run apps that require Linq2SQL model data-binder?


More From » mono

 Answers
0

yes it is possible to run asp.net mvc3 apps on linux box.


See http://twistedcode.net/blog/post/2011/01/17/Mono-and-ASPNET-MVC-v3.aspx for details


It's not very easy or pleasant process since you will need to install mono 2.10.4 or above.
(install guide http://coderinserepeat.com/blog/archive/2011/Aug-14.html)


AFAIK LinqToSQL will not work, however you can use some alternatives like Nhibernate or something simplier like Massive https://github.com/robconery/massive or ServiceStack.OrmLite https://github.com/ServiceStack/ServiceStack.OrmLite - not to mention all of which will let you use some linux DB engine like PostgreSQL or MySql.


[#43929] Thursday, May 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
vigorousom

Total Points: 394
Total Questions: 96
Total Answers: 110

Location: Pitcairn Islands
Member since Fri, Oct 15, 2021
3 Years ago
;