News

Mono 2.4, MonoDevelop 2.0 Advance Cross-Platform .NET Development

The Mono Project, a Novell-sponsored open source initiative, announced the release of Mono 2.4, an open source implementation of the .NET development framework for the Linux, Mac OS X, Solaris and UNIX operating systems.

The new version focuses on improving performance and providing a robust, scalable platform for multi-processor server applications and environments, said Miguel de Icaza, Novell senior vice president and creator of the Mono framework.

Mono 2.4 is also the first version to include commercial support for enterprise deployments. The release includes the SUSE Linux Enterprise Mono Extension, which provides upgrades and support for enterprise Mono deployments.

"In the past, it has very much been an open source desktop story," de Icaza said of Mono. "This is the first time we are going to be supporting third-party customers. This is the first time where the product is really aimed at running server apps under Windows, or in particular ASP.NET apps."

Mono 2.4 also sets its sights on the fast-growing arena of ASP.NET development, enabling Linux servers to host ASP.NET 3.5 applications. De Icaza said ASP.NET compatibility is "pretty complete," lacking only support for ASP.NET Web Parts. Mono 2.4 is fully compatible with ASP.NET MVC. "We hope we can basically mainstream ASP.NET development on Linux," de Icaza said.

More information about Mono 2.4 can be found here.

Also released on Monday was MonoDevelop 2.0, an updated version of the Linux-based integrated development environment (IDE) for Mono that de Icaza called "basically our Visual Studio for Linux and Mac."

MonoDevelop 2.0 allows Linux-based developers to write desktop and ASP.NET Web applications using a variety of languages, including C#, Visual Basic.NET and Java. MonoDevelop 2.0 provides improved support for ASP.NET and C# 3.0, an integrated debugger and interoperability improvements for developers who need to share their projects with Visual Studio 2008.

MonoDevelop can be downloaded here.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube