Mono Open Source .net framework Discussion Board. Latest News, Tips and Downloads.
Newsletter

Total: 16463
Today: 6
Yesterday:13

Mono Project News

Mono Project News


06/17/2010 01:34 AM
MonoDevelop 2.4 released

Today we are releasing MonoDevelop 2.4, which includes plenty of new features and improvements.

The release highlights are:

You will find a more detailed description of what's new in the What's new in MonoDevelop 2.4 page.

Binaries and source are available from the MonoDevelop Download page.

The team is on #mono, #monodev and #monodevelop on irc.gnome.org fielding any questions you might have.

05/28/2010 01:28 AM
Mono Tools for Visual Studio 2.0 Beta 1

We are extremely happy to announce Mono Tools for Visual Studio 2.0 Beta 1! (MonoTools)

Mono Tools for Visual Studio is a commercial add-in for Microsoft Visual Studio 2008 and Microsoft Visual Studio 2010 that enables developers to build, debug, and deploy .NET applications targeting Mono without leaving Visual Studio.

MonoTools 2.0 is a major upgrade from MonoTools 1.1, bringing many new features:

  • The Mono soft debugger, for more reliable debugging
  • Server profiles, for easier deployment options
  • Compressed deployment for faster copying to server
  • Full Run/Debug support for Linux, Mac, and Windows

Full details of these features can be found in the Mono Tools for Visual Studio 2.0 Release Notes.

You can Download the 2.0 Beta of Mono Tools for Visual Studio, as well as fully preconfigured Linux VMware or Virtual PC images, from the Mono Tools for Visual Studio download page.

To purchase Mono Tools for Visual Studio, visit our store


04/01/2010 06:57 AM
Mono Tools for Visual Studio 1.1 has been released!

Mono Tools for Visual Studio 1.1 has officially been released, containing several of the most requested features, as well as many bugfixes.

Mono Tools for Visual Studio is a commercial add-in for Microsoft™ Visual Studio™ that enables developers to build, debug, and deploy .NET applications targeting Mono from within their preferred IDE.

Along with many bugfixes and small enhancements, the Mono Tools 1.1 update features the following improvements:

More details regarding this release can be found in the Mono Tools for Visual Studio 1.1 Release Notes.

You can Download a free, fully-functional 30-day trial of Mono Tools for Visual Studio, as well as fully preconfigured VMware or Virtual PC images, from the Mono Tools for Visual Studio download page.

To purchase Mono Tools for Visual Studio, visit our store

03/18/2010 05:57 AM
Mono 2.6.3 is out

We have just released Mono 2.6.3, a bug fix release for the Mono 2.6.x series with more than 100 bugs fixed! The Mono 2.6.3 Release Notes include the full details on new features and bug fixes.

Mono 2.6.3 can be downloaded from our download page.

12/30/2009 02:14 AM
Mono 2.4.3.1 is out

We have just released Mono 2.4.3.1, a bug fix release for the Mono 2.4.x series. The Mono 2.4.3.1 Release Notes include the full details on new features and bug fixes.

Mono 2.4.3.1 can be downloaded from our download page.

12/19/2009 02:14 AM
Mono 2.6.1 is out

We have just released Mono 2.6.1, a bug fix release for the Mono 2.6.x series. The Mono 2.6.1 Release Notes include the full details on new features and bug fixes.

Mono 2.6.1 can be downloaded from our download page.

12/18/2009 02:47 AM
Moonlight 2 is now public

We have released Moonlight 2 an open source implementation of Silverlight 2 for Linux (with some extra added features).

Read Miguel's blog for more details.

12/16/2009 01:44 AM
Mono 2.6 and MonoDevelop 2.2 released

Today we are releasing the much anticipated upgrades to both. Mono 2.6 and MonoDevelop 2.2.

For those in a hurry, binaries and source are available from:

And if you want a quick mnemonic to remember this release, just think debugger! and cross platform.

The Mono team and contributors worked on this release like we have never worked before. Thanks to everyone that reported bugs, filed feature requests, contributed code and helped newcomers with Mono.

Mono 2.6 highlights:

  • WCF client and server, the subset exposed by Silverlight 2.0.
  • LLVM support, to improve performance on server/computational loads.
  • Continuations/Co-routine framework Mono.Tasklets (background info)
  • LINQ to SQL using DbLinq.
  • New Soft Debugger, integrated with MonoDevelop on Unix and OSX (background).
  • System.IO.Packaging.
  • csharp shell now supports auto-completion (press tab to complete)
  • xbuild can now build most msbuild projects.
  • Mono debuts a verifier and security sandbox (used by Moonlight).
  • More complete 3.5 API coverage.
  • This release includes Microsoft's open sourced ASP.NET MVC, ASP.NET AJAX and Microsoft's Dynamic Language Runtime.
  • Faster and slimmer.

MonoDevelop 2.2 highlights (screenshots here and here):

  • MonoDevelop code is now LGPLv2 and MIT X11 licensed. We have removed all of the GPL code, allowing addins to use Apache, MS-PL code as well as allowing proprietary add-ins to be used with MonoDevelop (like RemObject's Oxygene).
  • User interface improvements: the first thing that MonoDevelop users will notice is that we have upgraded the UI to fit modern ideas. We borrowed ideas from Chrome, Firefox, Visual Studio, Eclipse and XCode.
  • ASP.NET MVC support, you can now develop, debug and build ASP.NET MVC applications from MonoDevelop.
  • New T4 Macro processor (Text Template Transformation Toolkit) integrated directly into the IDE (Mono's T4 is also available as a reusable library for use and abuse in your own programs).
  • Moonlight Project Support: you can now build, debug and run Moonlight applications using MonoDevelop.
  • New MacOS and Windows support. Check our feature matrix for details.
  • New Debugger support allows debugging Console, Gtk#, ASP.NET, iPhone and Moonlight applications.
  • Extensive text editor improvements:
    • Dynamic abbrev (Just like Emacs' Alt-/)
    • Code generator (Alt-Insert)
    • Acronym matching
    • Code templates
    • Block selection
    • C# Formatter
  • New refactoring commands:
    • Inline Rename (see screenshot).
    • Resolve Namespace
    • Rename Refactoring with Preview
    • Extract Method
    • Declare Local Variable
    • Integrate Temporary Variable
    • Introduce Constant
    • Move Type to Own File
    • Remove Unused Usings
    • Sort Usings
    • Create/Remove Backing Store
    • Keybindable Commands
  • Python add-in has graduated to be a supported plugin, includes code completion, syntax checking, method and class locator and code folding.
  • iPhone development plugin.

The team is on #mono, #monodev and #monodevelop on irc.gnome.org fielding any questions you might have.

12/10/2009 03:13 AM
Mono 2.4.3 is out

We have just released Mono 2.4.3, a bug fix release for the Mono 2.4.xx series. The Mono 2.4.3 Release Notes include the full details on new features and bug fixes.

Mono 2.4.3 can be downloaded from our download page.

11/11/2009 04:16 AM
Mono Tools for Visual Studio 1.0 has been released!

Mono Tools for Visual Studio 1.0 has officially been released.

Support for developing and debugging Mono applications from within Microsoft Visual Studio has been a feature requested from the .NET developer community since very early in the project.s history. While our own MonoDevelop continues to grow in features in adoption, we also understand that developers working in Visual Studio today are in no rush to leave behind their current IDE and favorite Visual Studio add-ins.

Mono Tools integrates several key pieces of functionality directly into Visual Studio.s menu system:

  • Analyze for Mono Migration - Scan open projects for compatibility with Mono while developing, and navigate directly to issues from the Error List within Visual Studio
  • Run on Mono on Windows - Test against Mono on Windows to isolate issues arising from differences between Mono and .NET.
  • Run on Mono on Linux - Deploy and run your application on Mono on Linux with minimal effort.
  • Debug on Mono on Linux - Remotely debug your application running on the target platform

In addition to these features that improve the day-to-day experience of developing with Mono, this release incorporates a few additional features to aid in deployment of .NET applications on Mono.

  • Package for Linux - Visually create a RPM installer packages for SUSE and openSUSE Linux for your .NET application
  • Create a SUSE Linux Appliance - Use SUSE Studio to bundle your application into a Linux appliance for simplified distribution to your users.

To see the full functionality of the add-in, check out the full tutorial of taking an ASP.NET application through each feature from Analyze to Appliance.

You can Download a free, fully-functional 30-day trial of Mono Tools for Visual Studio, as well as fully preconfigured VMware or Virtual PC images, from the Mono Tools for Visual Studio download page.

To purchase Mono Tools for Visual Studio, visit our store

11/10/2009 06:40 AM
Compatibility

Ever wondered what Mono's roadmap is, or how you could easily describe Mono's current status as to your friends and significant others?

You can point them to our roadmap page and our compatibility pages.

10/17/2009 04:40 AM
MonoSpace Conference in Austin - October 27 through 30

Over the past few weeks, the final details of the program for the Monospace Conference have been announced, and now the event is just less than two weeks away. Some key details you may have missed:

  • The Monspace conference features 2 days of workshops and 2 days of Open Space sessions.
  • The full conference agenda has been posted, and now includes a full day of MonoTouch training (Mono for the iPhone).
  • The two-day open space sessions will be kicked off on Thursday with an Open Source Panel featuring Miguel de Icaza (Mono Project Founder), Sam Ramji (CodePlex Foundation), Ayende Rahien (NHibernate and Castle Contributor), and Glenn Block (Managed Extensibility Framework), and moderated by Rod Paddock, Editor of CoDe Magazine.

The Monospace conference will be held in Austin, TX on Tuesday, October 27 through Friday, October 30. To register for the event, visit the Monospace Conference Registration Page.

Check the program for more information.

Registered Monospace attendees will receive a $150 discount on MonoTouch, if they purchase in the month of October.

09/14/2009 09:44 PM
MonoTouch - Mono for iPhone is now available

MonoTouch - Mono for iPhone is now available. This is a commercial product, to buy it, visit the MonoTouch Store.

09/05/2009 02:51 AM
Mono for OSX has been updated

A refresh of the Mono 2.4.2.3 Framework Installer for Mac has been released. The only change in this release is a new version of GTK+ that resolves a number of known issues in MonoDevelop, including redraw bugs, control-click functionality, and Mac keybindings for standard GTK+ widgets. The GTK+ build uses a branch of GTK+ 2.17.9 maintained by Christian Hergert, sponsored by Unity.

You can find it on the downloads section.

08/04/2009 01:37 AM
MonoTouch Preview

We are doing a preview/beta release of MonoTouch (Mono for the iPhone) this week (August 5th/August 6th) and are looking for developers that might be interested in trying out the API, the IDE plugin and the development pipeline.

If you are interested in participating, please fill out the form.

You can browse the source code for the sample widget catalog built using the MonoTouch.UIKit .NET binding to Cocoa's UIKit.

07/29/2009 12:54 AM
Mono 2.4.2.3 - Update Release

This release fixes issues with precompiled websites.

See the release notes for more details.


07/07/2009 07:01 AM
Microsoft's Patent License

Today Microsoft announced that they were going to apply the Community Promise patent licensing to the ECMA C# and ECMA CLI standards.

07/07/2009 06:24 AM
Mono 2.4.2.1 - Update Release

Due to an oversight on our part, Mono 2.4.2 did not actually bundle ASP.NET MVC. This mistake has been corrected. Mono 2.4.2.1 is a release that merely includes the prepackaged source for ASP.NET MVC.

06/30/2009 06:04 AM
Mono 2.4.2 has been released

Mono 2.4.2 has been released, this is a maintenance release for Mono 2.4 and contains over 150 bug fixes. It can be downloaded from our downloads page.

This version is the first version to integrate Microsoft's open source ASP.NET MVC stack.

Check the release notes for more details.

06/09/2009 12:44 AM
Mono Tools for Visual Studio Preview Released

Mono Tools for Visual Studio have been released to a limited number of developers for a closed preview cycle.

This first release of the Mono tools integrates four major pieces of new functionality into Visual Studio:

  • Scan for Mono Compatibility (MoMA integration) - The integrated Mono Migration Analyzer (MoMA) can scan open projects for incompatibilities and guide you to directly to them, making it easy to find and work through issues as you develop.
  • Run on Mono on Windows - Testing against Mono on Windows can help isolate issues arising from differences between Mono and .NET.
  • Run on Mono on Linux - Testing against Mono on Linux helps work through issues that could be caused by differences in Windows and Linux.
  • Debug on Mono on Linux - Often, the best way to work through an issue will be to debug the application on the target environment. Debug on Mono on Linux brings this functionality to Visual Studio developers by enabling remote debugging of Mono applications running on Linux.

If you are interested in joining the program during the next wave of invitations, please visit the Mono Tools for Visual Studio website, and follow the "Sign Up!" link.


04/17/2009 04:18 AM
Novell Offers Commercial Support for Mono 2.4

Novell has released a new product based on Mono 2.4, the SUSE Linux Enterprise Mono Extension, which provides commercial support for running .NET applications on SUSE Linux Enterprise Server.

This includes hosting your ASP.NET, ASP.NET AJAX and ASP.NET MVC applications on an Apache web server allowing your .NET code to run side-by-side with other Web stack and open source technologies.

The Enterprise Mono Extension provides access to both commercial and open source databases including Microsoft's SQL server, Oracle, PostgresSQL, MySQL, Sqlite and VistaDB.

The SUSE Linux Enterprise Mono Extension is available for x86 and x86-64 platforms as well as the IBM s390x mainframe.

More details can be found on Novell's Mono product page

04/04/2009 01:19 AM
Telerik Announces Support for their ASP.NET controls on Mono!

Telerik is one of the most famous provider of controls for .NET. We have been working for the past few months with Telerik to make sure that their RadControls for ASP.NET AJAX product worked out of the box with Mono:

Today Telerik announced the availability of their product officially for Mono-based customers on Linux systems. From their press release:

Telerik, the leading vendor of development tools and components for the Microsoft .NET platform announced that RadControls for ASP.NET AJAX fully supports the Mono runtime environment, an open source .NET framework sponsored by Novell, tailored for development of Linux applications. The Telerik AJAX UI components is the first major commercial user interface (UI) suite to go cross-platform and allows developers to build rich .NET applications in a Linux environment.

“This has been a long-awaited feature, which we have been quietly working on for quite some time. Over the past few months, we have been actively testing the compatibility of our RadControls for ASP.NET AJAX offering with Mono", said Hristo Kosev, Telerik CTO. "We are extremely happy that our joint work with Novell will allow customers to build compelling high-performance ASP.NET AJAX-based applications and run them on Linux using Mono 2.4.”

The decision to work with Novell to extend the capabilities of RadControls over other platforms is in direct response to customer feedback and interest in Mono. Telerik and Novell are optimistic about the effect their partnership will have on the industry and the benefits it will bring to .NET developers.

Telerik is a major player in the control space in the .NET world and many developers turn to them for ready to use controls for their applications. Developers that were previously using Telerik products can now host their products on Linux servers.

Special thanks go to Marek Habersack in the Mono team who worked tirelessly to fix Mono's ASP.NET stack. Working with the Telerik folks was a pleasure. Telerik helped us by providing us access to their source code, their test suite and their QA team that made sure that their thousands of tests ran equally well on Mono as they did on Microsoft's .NET.

You can try the Telerik controls running on Mono at http://mono.telerik.com/.


03/31/2009 01:29 AM
Mono 2.4 has been released

Mono's 2.4 grand release has finally arrived.

See our detailed release notes covering both the 2.4 launch and the changes since Mono 2.2.

Or you can go directly and download Mono 2.4 for your platform.

03/31/2009 01:28 AM
Mono 2.4 and MonoDevelop 2.0 have been released

Today we announced the release of both the Mono 2.4 platform and the MonoDevelop 2.0.

01/13/2009 11:49 PM
Mono 2.2 has been released

Mono's 2.2 grand release has finally arrived.

See our detailed release notes covering both the 2.2 launch and the changes since Mono 2.0.

Or you can go directly and download Mono 2.2 for your platform.

12/14/2008 04:12 AM
Gtk# Installers for .NET

The Gtk# GUI toolkit version 2.12.6 is now available for .NET on Windows and can be downloaded from http://mono-project.com/Downloads.

With the new installers, it is possible to run on Windows/.NET applications created with Gtk# on Linux and MacOS X.

12/03/2008 06:33 AM
Moonlight 1.0 Beta 1

We have released the first beta of Moonlight 1.0.

This release supports the Microsoft Media Pack for playing back video and audio files. These are the same video and audio decoders that Microsoft uses in Silverlight 2.0.

Check our Moonlight roadmap for details on upcoming versions.

You can try some of the sites tests that we used to test Moonlight.

11/05/2008 12:57 AM
SIMD support in Mono Announced

At the Microsoft PDC we demostrated for the first time the upcoming the hardware accelerated Vector types using the processor SIMD instructions in Mono (SSE1, SSE2, SSE3, SSE4). You can read more on Miguel's blog or you can check the API documentation.

This feature will be available in our upcoming Mono 2.2.

10/24/2008 05:24 AM
Mono 2.0.1 has been released

We've release Mono 2.0.1 as a minor bugfix update to Mono 2.0

See our detailed release notes covering the changes since Mono 2.0.

Or you can go directly and download Mono 2.0.1 for your platform.

10/20/2008 01:24 AM
Mono on OSX Survey

If you are targeting MacOS X, we would appreciate if you could fill the Mono on MacOS X survey to better understand how you would like us to improve Mono.

Online Since April 24th 2006 Copyleft.