InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Mono In 2011

Posted by Roopesh Shenoy on Dec 26, 2011

Sections
Architecture & Design,
Development
Topics
Mono ,
.NET ,
Languages ,
Programming

In an year end post, Miguel de Icaza takes us through the major milestones for Mono in 2011. We present a summary here with the timeline.

Some of the major milestones for Mono in the last year -

  • Feb - Mono 2.10 brings a host of new features including support for Google Native Client, a new profiler, better F# support and support for ASP.NET MVC3
  • MarMonoMac 1.0 is released
  • Apr - Mono For Android Debuts
  • May – Novell (which was taken over by Attachmate last year) lays off the entire Mono development team. Xamarin is formed.
  • July - SUSE signs an agreement with Xamarin giving a perpetual license to all Mono related Intellectual property and stewardship of the open source mono project. Xamarin takes over support for existing Enterprise Mono customers and starts selling Mono-based products, including the popular MonoTouch for iOS and Mono for Android.
  • Aug Mono 2.10.3, Xamarin’s first Mono release, comes out with support for Mac OSX Lion, some WCF improvements and GC fixes.
  • Oct - Microsoft takes a dip into Mono by building Kinectimals for iOS
  • Nov - Sony announces Play Station Suite built on top of Mono. Phalanger 3.0 gets released with support for Mono instead of needing a C++/CLI compiler
  • DecCXXI brings advanced C++ interoperability to Mono

Other interesting developments -

  • Unity with its 3D Game Engine platform built on top of Mono, continues to grow in popularity
  • MonoDevelop goes from 2.4 to 2.8

What can we look forward to in 2012? Miguel says:

2012 will be a year dominated by our upcoming Mono release: Mono 2.12. It packs a year worth of improvements to the runtime, to our build process and to the API profiles.

Mono 2.12 defaults to the .NET 4.x APIs and include support for .NET 4.5.

This is going to be the last time that we branch Mono for these extended periods of time. We are changing our development process and release policies to reduce the amount of code that is waiting on a warehouse to be rolled out to developers.

Looks like exciting times ahead!

Future by Tomas Janovsky Posted
Re: Future by Roopesh Shenoy Posted
  1. Back to top

    Future

    by Tomas Janovsky

    It is amazing and very promising to see Mono live and flourishing. I can't wait when it will be just a normal thing to consider Mono when companies choose between java, python, ruby or things like node.js for their new projects.

  2. Back to top

    Re: Future

    by Roopesh Shenoy

    Already happening - when Unity built their entire platform on Mono, they did precisely that!

Educational Content

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.

Faster, Better, Higher – But How?

One of the main challenges when designing software architecture is considering quality attributes. Not only their design turns out to be difficult, but also the specification of these attributes.

Software Naturalism - Embracing the Real Behind the Ideal

Michael Feathers analyzes real code bases concluding that code is not nearly as beautiful as designers aspire to, discussing the everyday decisions that alter the code bit by bit.