Just wondering if anybody is doing or has done any work with this development platform.
It looks like something that could be valuable to have in the toolbox.
======
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Windows, Linux and cross-platform applications.
Mono's .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure.
Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.
Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET and ASP.NET)
www.mono-project.com/about/index.htmlThe main features of the Mono project are the implementations of ADO.NET, ASP.NET and the CSharp compiler. Unlike the Windows.Forms code, these sections of the project are relatively mature at this time.
The CSharp compiler, MCS, has reached the 1.0 mark, and is considered fully operational and ready for prime time. It is written entirely in C#, and is able to compile itself. It can also compile Mono, which currently consists of 1.7 million lines of CSharp code. You can download the source to the compiler and Mono itself at the Mono download web page.
Though not quite at 1.0, the mono ASP.NET code is quite mature. The ADO.NET project is huge, and hence has a bit further to go. At this time it provides access to the following databases: Firebird/Interbase, IBM DB2 Universal Database, MySQL, ODBC, OLE DB, Oracle, PostgreSQL, SQL Lite, Sybase, Microsoft SQL Server, and TDS Generic.
bdn.borland.com/article/0...56,00.html