.NET vs Mono differences in Development
Posted
by jason
on Stack Overflow
See other posts from Stack Overflow
or by jason
Published on 2010-05-06T17:53:33Z
Indexed on
2010/05/06
17:58 UTC
Read the original article
Hit count: 196
I'm looking into Mono and .NET C#, we'll be needing to run the code on Linux Servers in the future when the project is developed. At this point I've been looking at ASP.NET MVC and Mono I run an ubuntu distro and want to do development for a web application, some of the other developers use windows and run other .NET items with Visual Studio.
What does Mono not provide that Visual Studio does?
If running this on Linux later shouldn't we use Mono Develop ?
Is there some third party tools or addin's that might be an issue with Mono later?
© Stack Overflow or respective owner