Best Practice .NET MAUI

From MgmtWiki
Revision as of 21:44, 26 August 2022 by Tom (talk | contribs) (Context)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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