MonoCross
title: "MonoCross" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: [".net-software", "free-software-programmed-in-c-sharp"] topic_path: "general/net-software" source: "https://en.wikipedia.org/wiki/MonoCross" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
MonoCross is a C# .NET Model-view-controller (MVC) framework where the Model and Controller are shared across platforms and the View is implemented for every specific platform and/or target architecture. It allows the development of both native and HTML5 web apps that share business logic and data code. 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). This enables separation of the presentation layer, (View) from the application code (Model + Controller). This modification enables portability of application code across multiple platform targets.
It uses MonoTouch to produce native iOS applications for iPhone, iPad, and iPod Touch, Mono for Android to creating native Android applications, and ASP.NET to support HTML5 apps using AJAX, CSS, and JavaScript.
The framework is mentioned in books, and is being used by large Fortune 500 enterprises in production.
References
References
- "Archived copy".
- "Scott Olson on Cross Platform Mobile Development with MonoCross".
- "Mobileframework.net – the Best PDF Sharing".
- Nathan Clevenger. (2 August 2011). "IPad in the Enterprise: Developing and Deploying Business Applications". [[John Wiley and Sons]].
- "Mono and .NET: The Secret Behind Medtronic's iPad App".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::