View Full Version : What is mono?
thenetduck
February 9th, 2007, 12:01 AM
Hi,
I was wondering if anyone could shed some light about what Mono is? Im talking about the patent the Novell and Microsoft worked out? Thanks,
The Net Duck
qamelian
February 9th, 2007, 12:50 AM
Hi,
I was wondering if anyone could shed some light about what Mono is? Im talking about the patent the Novell and Microsoft worked out? Thanks,
The Net Duck
Mono is an open-source implementation of Microsoft's .NET development platform. It is compatible with most of .NET 1.0 and 1.1, so many .NET (things coded in C#, etc), will run on Mono with little or no effort.
snowpalmer
February 19th, 2007, 10:24 PM
Hi,
I was wondering if anyone could shed some light about what Mono is? Im talking about the patent the Novell and Microsoft worked out? Thanks,
The Net Duck
The patent they worked out has nothing to do with Mono does it? I thought Microsoft's language on the whole matter was simply "Peace of mind" but never gave specifics as to what they felt was being violated. I seem to remember someone on here sending a letter to microsoft and they still couldn't list what was violated.
atoponce
March 9th, 2007, 02:57 PM
No. the patent has nothing to do with mono at all. Not that I have read at any event.
Mono is on open implementation of Microsoft's .NET framework, including compilers for C#.NET and VB.NET. It uses the same development libraries on Linux that exist on Windows. This means that if you code and compiled some mono code on Linux, it will compile on Windows as well. It is cool stuff.
Check out http://www.mono-project.com
bretticus
April 3rd, 2007, 04:37 AM
No. the patent has nothing to do with mono at all. Not that I have read at any event.
Mono is on open implementation of Microsoft's .NET framework, including compilers for C#.NET and VB.NET. It uses the same development libraries on Linux that exist on Windows. This means that if you code and compiled some mono code on Linux, it will compile on Windows as well. It is cool stuff.
Check out http://www.mono-project.com
Well...sort of. If you are building a window application for Gnome, for example, you can't just pull source code from Visual Studio into Monodevelop and build. I understand that the mono project is working on System.Windows.Forms for use with X11 (anybody tried this?) However, I had to use Glade to create my IU forms (for a silly woot.com application for Gnome) and access the Gtk# repository to code the UI interface. Now, Gtk# is available for Windows, and you can, apparently, build windows forms based on GTK (for download with the many tools that come for installing gimp on Windows no doubt.) Having coded in .NET Visual Studio, building an app in mono was a challenging transition (not quite as easy as dropping csharp files from Monodevelop into Visual Studio and building.) However, it appears that's where the mono project is heading (very cool.)
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.