Introducing Monocross – A cross-platform MVC pattern for mobile development in .NET/C# and Mono

I am evaluating different cross platform mobile development solutions. This is just a quick introduction to a framework I came across.

What is cross platform mobile applications?

A mobile application developed in such a way that it will work or run on most of the mobile platforms such as Android, iOS, Windows Phone, Blackberry etc.

What is Monocross?

MonoCross is a refinement of the Model-View-Controller (MVC) pattern for mobile development using .NET, C# and the Mono Framework.

The pattern enables cross-platform portability of business logic and data access code, (Model + Controller), while supporting full, native and/or platform-specific presentation (Views).

Read the MonoCross Roadmap for Platform support.

For more information on using the pattern, see: UsingMonoCross

 

Source: MonoCross project home http://code.google.com/p/monocross/