Difference between revisions of "Best Practice .NET MAUI"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== How to use .NET 6 to build cross platform applications for mobile devices. ==Context== Xamarin was constructed to enable ==Solutions== * [https://doc...")
 
(Context)
 
Line 3: Line 3:
  
 
==Context==
 
==Context==
Xamarin was constructed to enable  
+
* Xamarin was constructed to enable Microsoft CLR as Mono on Linux based machines as Mono. It was based on a simplified .NET STANDARD subset of the CLR.
 +
* After many releases .NET 5 using NET STANDARD 2.1 was the last version which was subsumed into .NET MAUI.
  
 
==Solutions==
 
==Solutions==

Latest revision as of 21:44, 26 August 2022

Full Title or Meme

How to use .NET 6 to build cross platform applications for mobile devices.

Context

  • Xamarin was constructed to enable Microsoft CLR as Mono on Linux based machines as Mono. It was based on a simplified .NET STANDARD subset of the CLR.
  • After many releases .NET 5 using NET STANDARD 2.1 was the last version which was subsumed into .NET MAUI.

Solutions

References