To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

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).[1] 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.[2]

The framework is mentioned in books,[3][4] and is being used by large Fortune 500 enterprises in production.[5]

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

This page was last edited on 13 October 2022, at 11:39
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.