Dinsdag is versie 2.8 van Mono beschikbaar gekomen. Mono is een opensource-implementatie van het .Net Framework. Door gebruik te maken van Mono kunnen ontwikkelaars crossplatform-applicaties schrijven die behalve onder Windows ook werken op bijvoorbeeld Mac OS X en Linux. De software bevat onder andere een C#-compiler, een .Net-compatible runtime en twee sets api's. De eerstgenoemde verzorgt de compatibiliteit met Microsofts .Net Framework, inclusief ondersteuning voor asp.net, ado.net en een aantal andere componenten; de andere biedt allerlei Linux- en Unix-specifieke functies. De belangrijkste verbeteringen in deze release zijn hieronder op een rijtje gezet.
The highlights of this release include:
- C# 4.0
- Defaults to the 4.0 profile
- New Generational Garbage Collector
- Use mono --gc=sgen or mono-sgen to use Mono with the new GC
- New Frameworks from Mono MIT X11 and Microsoft MS-PL/Apache2:
- ASP.NET 4.0
- Parallel Framework: including PLINQ.
- System.XAML
- System.Dynamic
- Managed Extensibility Framework
- ASP.NET MVC 2
- System.Data.Services.Client (OData client framework)
- WCF Routing
- .NET 4.0's CodeContracts
- Performance:
- Large performance improvements
- LLVM support has graduated to stable
- Use mono-llvm command to run your server loads with the LLVM backend
- Version 2.0 of the embedding API
- Removed the 1.1 profile and various deprecated libraries.
- OpenBSD support integrated
- Mono no longer depends on GLIB
- Threadpool exception behavior .NET 2.0
For the full details, check our detailed Mono 2.8 Release Notes
