[Mono-dev] Getting Started

Miguel Mudge michael.mudge at welchallyn.com
Fri May 18 13:52:25 UTC 2012


Hey Adhir, thanks for emailing!

The Mono development experience is very similar to Java.  If you
are familiar with Visual Studio or Eclipse, you should feel quite at home.
 Mono is a cross-platform implementation of the Common Langauge Runtime,
and includes most of the features provided by Microsoft's implementation
(called the Microsoft .NET Framework).  The entire purpose of these
implementations is simply to run C# code (and some other less common
languages), which provide way to write code that is inherently fast and
cross-platform - on the surface, it is very much like Java.

"Using" Mono boils down to writing C#, so you will need to know it.
 MonoDevelop is the tool of choice for developing Mono applications - there
are lots of C# tutorials out there.  Most of these tutorials are aimed at
Visual Studio - you could use that too (but only on Windows) - and
MonoDevelop is very similar, so you should have no problem following the
tutorials.  You can get MonoDevelop here: http://www.monodevelop.com

Mono has some slight differences and extra features that you might find
interesting.  There is a wealth of information on
http://www.mono-project.com, and Googling for information on Mono features
works out quite well.

You may also want to start a discussion on mono-list - lots of people who
work with Mono are subscribed to that list.  (On this list we generally
discuss how we can develop Mono itself)

Good luck, and feel free to ask any further questions.

Michael "Kipp" Mudge | Welch Allyn | Lead Software Engineer
315-554-4057 | michael.mudge at welchallyn.com


On Fri, May 18, 2012 at 7:29 AM, Adhir Ramjiawan
<adhirramjiawan0 at gmail.com>wrote:

> Hi All
>
> How could I get started with mono development? I see a great future
> for it and maybe even one day compete against J2EE.
>
>
> Many Thanks
> Adhir
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120518/070263a4/attachment.html>


More information about the Mono-devel-list mailing list