hi to all,
I have develop a admin panel in asp.net. Now i want to run that application on linux. so how can i do it. Please suggest..
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh Kumar TiwariPosted Aug 6, 2015, 4:03 AM
Nilesh JadavPosted Aug 5, 2015, 9:07 AM
Mono doesn't support all the .NET APIs, though - notably WPF (and possibly WCF too, I can't remember) - but it does provide good support for much else of the framework.
If you're starting from scratch and particularly want to target non-Windows servers, then ensuring your project works with Mono would be a good goal to aim for. However, if you need particular APIs or language features that are not supported by Mono, then you will need to use a Windows server for deployment. It's a design-time/architectural choice that should make up front.