InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Mono 2.0 Released

Posted by Jonathan Allen on Oct 06, 2008

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
Linux ,
.NET ,
Open Source
Tags
Mono

Mono 2.0 has been released. Though still behind Microsoft's .NET in some areas, in others it has leaped ahead. For those seeking to write cross-platform applications, the first list of features in the release notes is the Microsoft-compatible APIs.

  • ADO.NET 2.0 API for accessing databases.
  • ASP.NET 2.0 API for developing Web-based applications.
  • Windows.Forms 2.0 API to create desktop applications.
  • System.XML 2.0: An API to manipulate XML documents.
  • System.Core: Provides support for the Language Integrated Query (LINQ).
  • System.Xml.Linq: Provides a LINQ provider for XML.
  • System.Drawing 2.0 API: A portable graphics rendering API.

For cross-platform graphics, Mono also offers Mono.Cairo, a binding to the Cairo Graphics library. "Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB."

For applications that behave more natively on Linux, Gtk# 2.12 is available as an alternative to Windows.Forms. These provide access to Gtk+ and Gnome, and are also usable on Windows and OSX. Also useful to Linux developers is Mono.Posix, which offers both low level and high level interfaces to Linux and Unix-specific functionality.

If you are looking to manipulate compiled assemblies, Mono.Cecil does just that. This can be used for experimentation, patching code after the source was lost, or for building AOP-style frameworks and tools.

For database access, Mono provides bindings to SQLite. Other databases supported by third-party libraries include PostgresSQL, DB2, Oracle, Sybase, SQL server, and Firebird.

On the compiler front, C# 3 is supported with full LINQ support. Very large arrays using 64-bt indexes are supported on 64-bit machines, a part of the ECMA specification that Microsoft has not implemented yet. Visual Basic is a version behind, only supporting VB 8.

On MacOS and Solaris, DTrace is supported.

SharpDevelop by Lars Tackmann Posted
Re: SharpDevelop by Jonathan Allen Posted
SplendidCRM 2.1 released for PostgreSQL and Mono by Paul Rony Posted
  1. Back to top

    SharpDevelop

    by Lars Tackmann

    Looks good. I cannot help noticing allot of graphics API work, does this mean that SharpDevelop will finally be able to run on Linux or are we still stuck with MonoDevelop ?.

  2. Back to top

    Re: SharpDevelop

    by Jonathan Allen

    Good question, I'll ask around and see what I can find out.

  3. Back to top

    SplendidCRM 2.1 released for PostgreSQL and Mono

    by Paul Rony

    Adding to the excitement, SplendidCRM is releasing a version that supports PostgreSQL and Linux using Mono.
    www.splendidcrm.com/AboutUs/PressReleases/Octob...

Educational Content

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.

Polyglot Persistence for Java Developers - Moving Out of the Relational Comfort Zone

Chris Richardson shows how he ported a relational database to three NoSQL data stores: Redis, Cassandra and MongoDB.

The Golden Circle – Why How What

Jean Tabaka challenges the audience to reflect on what Agile practices they are employing, how they are using them, ending with the questions “Why have their organization chosen to go Agile?

The Web Platform as a Limitless Pool of Innovation, with Andreas Gal

Andreas talks about the benefits of the Open Web and how it compares to proprietary stacks. He also talks about various projects that push the envelope like Boot to Gecko, Broadway and pdf.js.

Hadoop and NoSQLin a Big Data Environment

Ron Bodkin discusses early adoption of Hadoop, NoSQL and describes MapReduce and related libraries and Frameworks. Other topics include Hive, Pig, multi tenancy, and security in a big data environment

Spring and Platform Interoperability

Stephen Bohlen explains how Spring helps with interoperability between Java and .NET, demoing it with the help of a sample application.

How to Stop Writing Next Year's Unsustainable Piece of Code

Guilherme Silveira mentions some of the turning points in project development that may affect the quality of the code offering advice on avoiding writing crappy code.