I'm a long time user of the .NET Framework on Windows platforms, but I do a lot of programming on Linux as well. I'd like to take advantage of Mono for some particular projects, but the last time I tried (maybe 2 years ago?), Mono was simply not up to the task. As well, it was particularly difficult to get really good information on the state of Mono from either their site or Googling.
Are there any Mono gurus out there who can simplify the current state of the project for somebody used to using .NET 3.0 on Windows? Roughly how much of the base class libraries are usable, and how much of WinForms?
Thanks in advance!
Installing from source Mono is supported on more platforms than there are binary packages. In particular, Mono works on Solaris, HP/UX, and PowerPC Linux. For these platforms, you must compile Mono from source. You can obtain source packages from the Mono web site's download page.
Mono is perfectly safe to install and use.... for those wondering, its basically a package that is open source and compatible with . NET ... so programmers can make their . NET apps easily run on non-Windows machines...
Mono is a software platform designed to allow developers to easily create cross platform applications part of the . NET Foundation. Sponsored by Microsoft, Mono is an open source implementation of Microsoft's . NET Framework based on the ECMA standards for C# and the Common Language Runtime.
A high-level status: mono-project.com/Plans
API status: go-mono.com/status
In case you want to migrate an existing app to Linux: MoMA
I also think it would be a better idea to ...
A summary from my short experience:
For news and stuff, follow Miguel's blog at tirania.org/blog/
I'd say it's come a long way if it can support development of a game creation engine like Unity, which was used to develop Sims 3, among other things. Also, the Mono team is in some ways beating Microsoft at their own game, creating things like a static linker so that .NET code can run natively on the iPhone, and a C# REPL console.
For what it's worth, I've been playing with it on the ASP.NET side, and though there were a few bumps, it has been a very positive experience. I was able to get an ASP.NET MVC app running using NHibernate and MySQL.
The current mono implementation (2.4) is quite good in terms of .NET 2.0 compilance (and some of the libraries from 3.5, like ASP.NET MVC or LINQ), but is still far away from generic .NET 3.0/3.5. If your application is designed using winforms, and does not use much from the .NET 3.0/3.5, then you have good chances that it'll work with mono. Of course there will be some parts of the .NET 3.5 framework that will probably be never supported, like WPF.
There is a Migration Analyzer on the mono page which can pinpoint you whether your application will run probably fine, or not under mono 2.4.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With