Misplaced Pages

MonoCross

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "MonoCross" – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this message)
A major contributor to this article appears to have a close connection with its subject. It may require cleanup to comply with Misplaced Pages's content policies, particularly neutral point of view. Please discuss further on the talk page. (August 2011) (Learn how and when to remove this message)
(Learn how and when to remove this message)

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

  1. "Archived copy". Archived from the original on 11 August 2011. Retrieved 6 August 2011.{{cite web}}: CS1 maint: archived copy as title (link)
  2. "Scott Olson on Cross Platform Mobile Development with MonoCross".
  3. "Mobileframework.net – the Best PDF Sharing". Archived from the original on 9 July 2017. Retrieved 14 July 2022.
  4. Nathan Clevenger (2 August 2011). IPad in the Enterprise: Developing and Deploying Business Applications. John Wiley and Sons. p. 144. ISBN 978-1-118-14745-0.
  5. "Mono and .NET: The Secret Behind Medtronic's iPad App".

External links

.NET
Implementations
Architecture
Components
Tools
Decompilers
Obfuscators
IDEs
Organizations
Categories:
MonoCross Add topic