Mono 2.0 Is Released
Brand new is a debugger and complete API implementation of Winforms as well as ADO.NET 2.0 and ASP.NET 2.0. This should make it possible to bring about cheap ASP.NET 2.0 web server hosting on Linux servers. Supported databases include PostgreSQL, DB2, Oracle, Sybase, SQL server, SQLite and Firebird but not the obvious one that makes up the M in LAMP/WAMP; MySQL. It is currently supported by the MySQL Connector/NET.
The compiler is now up to C# 3.0 and supports LINQ. Overall this is a significant release and must make Mono up there for developing on Linux. To many in the Linux world (not me), C# is still seen as being a Microsoft language and they won't try it.
- Link to C# Tutorials


Comments
I am currently in the camp of Linux users who see C# as a Microsoft language. I’m concerned that although C# is a documented standard, I do not know if the .NET class library is.
Do you happen to know if the .NET class library is available for use to any/all uses in an unrestricted distribution fashion? (E.g. I can write C++ code using STL without fear of infringements) How useful would C# be if you take away the .NET classes? How difficult would it be to learn C#? Do many of the books/tutorials assume the C# user has .NET?
So I have a little reluctance for C#. Do you have any more information to help convince me?
Thanks!