Visual Studio Mono Tools

Novell has announced a commercial add-on to Visual Studio called Mono Tools. It allows you to develop applications for non-Windows platforms using Visual Studio. For example you can target the Linux operating system.

Recall that Mono is an open source implementation of .NET for non-Windows platforms. It implements the Common Language Runtime (CLR) and C#. There will be some scenarios where Mono does not accurately mimic the .NET behavior. The Mono Tools for Visual Studio help you deal with some of these differences.

There are three versions of Mono Tools: (1) Professional, (2) Enterprise, and (3) Ultimate. The cost ranges anywhere from $100 to $2500. Although these are not Microsoft tools per se. Mono is a high visibility project. So I thought I would cover the Mono Tools here today.