Building Cross-Platform .NET App Using Mono

May 22nd, 2014 | Posted by Vidya Vrat in .NET

What is Mono?

After release of .NET Framework people started discussion around its Non-Microsoft Platform portability. What it means is that can Microsoft .NET Framework based application run on Non-Microsoft operating systems? Such as UNIX, Mac and various Linux distributions? To help developer’s port .NET Code to non-Microsoft platforms “Mono” project is the solution. Mono is an open source implementation of Microsoft .NET Framework which allow developers to execute .NET centric applications on other platforms such Mac, Linux. Using such open source implementations of .NET you can create, compile and execute .NET assemblies on operating system other than Microsoft platform.

At present, Mono is compatible with the .NET 4.0, C# 4.0. In addition, Mono also provides an open source distribution of Silverlight API named MoonlightRead Full Article Here…

 

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.