Newsletters Select newsletters below and click the button to sign up!
Internetnews BloggersRecent Entries
ArchivesMonthly Archives
Search The Blog
« Best Buy lawsuit shows how GPL violations have changed |
Sean Michael Kerner Blog
| EU browser choice should come to the U.S. too »
Mono 2.6 and MonoDevelop 2.2 released From the '.NET on Linux' files:
I've been following the Mono project since its 1.0 release back in 2004 and a lot has changed. Today the project released Mono 2.6 providing even more features and compatibility for developers looking for a .NET framework implementation for Linux. The 2.6 release is the first major release from Mono since the 2.4 release in March. There are a number of new items in the 2.6 release but at the top for me is the continued evolution of Mono's overall performance. The other key item that Mono continues to improve on is compatibility with .NET itself. With 2.6, the release notes state that they've achieved more complete .NET 3.5 API coverage, which in my mind is a good thing. Mono has always tried to include the most important elements of .NET, but has not had them all. The 2.6 release also includes a new verifier and security sandbox which comes by way of the Moonlight effort (delivering Microsoft Silverlight framework compatibility on Linux). Oh and did I mention that Mono 2.6 includes - wait for it - Microsoft's open sourced ASP.NET MVC. Microsoft announced back in April that the MVC stack was going open source, so it makes sense that it would end up in the open source Mono project. While Mono is framework, developers (well at least those that don't code everything using emacs or VI - I prefer VI myself) need an IDE and that's where MonoDevelop comes in. MonoDevelop 2.0 came out at the same time as Mono 2.4. The new MonoDevelop 2.2 release adds a long list of features, including much needed interface improvements as well as the ability to build Moonlight applications using MonoDevelop. The other interesting point about MonoDevelop 2.2 is that it's now no longer using any GPL code - instead all code is under the less restrictive lesser GPL (LGPL) and MIT licences. Basically that means that the code can interact (legally) with other code (plugins etc) that have license conflicts with GPL. All told an exciting day for Mono developers. 0 TrackBacksListed below are links to blogs that reference this entry: Mono 2.6 and MonoDevelop 2.2 released. TrackBack URL for this entry: https://swarm.jupitermedia.com/mt-tb.cgi/9435 1 CommentsLeave a comment |
||
Don't forget, MonoDevelop 2.2 has a vi emulation mode, an emacs keybinding scheme, and emacs-style dynamic abbreviation support, so you can have the best of all worlds.