I have been using Ubuntu 8.04 for about a month now, together with my old and faithful Windows XP. After some crazy virus/malware infection on XP, I was even more hooked to Ubuntu. Although my lack of experience on Linux systems slows me down, I have been able to do pretty much evertyhing I needed on Ubuntu.
Except…
Continuing my old projects that are over Microsoft.NET platform. It is impossible to install a .NET framework on Linux and naturally Microsoft has no support in this way. There is one way to use Wine and install the framework but this I did not appreciate much, since Wine does not support running the latest version of Visual Studio .NET 2008.
Instead, today I have tried diving into the infamous Mono Project on Ubuntu.
and here are my impressions about the issue:
- Sponsored by Novell, Mono seems to be having quite a lot attention and support from its community and it is being grown rapidly.
- With the Mono 2.0 release, you can develop LINQ powered apps. (That is the LINQ from .NET Framework 3.0, not 3.5!)
- The quick and easy to use webserver called XSP 2.0 runs aspx pages perfectly.
- They also have their Visual Studio like substitution for an IDE. Called Mono-Develop which has a few annoying bugs and incapabilities but it is fine.
- You can use Mono 2.0 and MonoDevelop to fully develop ASP.NET and C# applications but you have to follow the technology from 1 year behind. Whatever new addition Microsoft has on the .NET framework are not supported by Mono yet.
- I was not able to run my web projects on Mono that were coded using .NET 3.5 over Windows. Checked out the roadmap and seen that full .NET 3.5 support will be given on around december. Waiting for Mono guys to follow and copy MS’s work and embed it into their system can be annoying in this case.
I will be continuing on discovering Mono and following its future releases to be able completely switch to Ubuntu. Having two OSs is like having two computers and your work scattered all over the place…








