Keynote NET MAUI.pptx

31 Mar 2022
Keynote NET MAUI.pptx
Keynote NET MAUI.pptx
Keynote NET MAUI.pptx
Keynote NET MAUI.pptx
Keynote NET MAUI.pptx
1 sur 5

Contenu connexe

Tendances

WpfWpf
WpfYooSeung Kim
Introducción a Windows UIIntroducción a Windows UI
Introducción a Windows UIJavier Suárez Ruiz
Netbeans Ide ENFEESNetbeans Ide ENFEES
Netbeans Ide ENFEESEnrique Ferrando
4to24to2
4to2frank101742
Visual Web DeveloperVisual Web Developer
Visual Web Developerdulcesiiin
Tipos de aplicacionesTipos de aplicaciones
Tipos de aplicacionesGabriel Flores

Similaire à Keynote NET MAUI.pptx

Tech Club Asturias: Un vistazo al presente y futuro de Xamarin.FormsTech Club Asturias: Un vistazo al presente y futuro de Xamarin.Forms
Tech Club Asturias: Un vistazo al presente y futuro de Xamarin.FormsJavier Suárez Ruiz
Hablemos de .NET 6 y .NET MAUIHablemos de .NET 6 y .NET MAUI
Hablemos de .NET 6 y .NET MAUILuis Beltran
Azure Tech Frogs La vida despues de Xamarin NET MAUI y el desarrollo de apps....Azure Tech Frogs La vida despues de Xamarin NET MAUI y el desarrollo de apps....
Azure Tech Frogs La vida despues de Xamarin NET MAUI y el desarrollo de apps....Luis Beltran
Webinar 1 Intro a NET MAUI.pptxWebinar 1 Intro a NET MAUI.pptx
Webinar 1 Intro a NET MAUI.pptxLuis775803
Novedades visual studio 2015Novedades visual studio 2015
Novedades visual studio 2015Francesc Jaumot
Introduction to .NET MAUI.pdfIntroduction to .NET MAUI.pdf
Introduction to .NET MAUI.pdfLuis775803

Plus de icebeam7

Sustainable AI con Azure Machine Learning.pptxSustainable AI con Azure Machine Learning.pptx
Sustainable AI con Azure Machine Learning.pptxicebeam7
CIITEC  Fundamentos de Deep Learning.pptxCIITEC  Fundamentos de Deep Learning.pptx
CIITEC Fundamentos de Deep Learning.pptxicebeam7
GitHub Actions Monkeyconf 2021.pptxGitHub Actions Monkeyconf 2021.pptx
GitHub Actions Monkeyconf 2021.pptxicebeam7
Dockerize your ML Models Data Science Summit.pptxDockerize your ML Models Data Science Summit.pptx
Dockerize your ML Models Data Science Summit.pptxicebeam7
Comunidad AI  Azure Cognitive Services Bring AI to your applications in 3 ste...Comunidad AI  Azure Cognitive Services Bring AI to your applications in 3 ste...
Comunidad AI Azure Cognitive Services Bring AI to your applications in 3 ste...icebeam7
FestiveTechCalendar2021 Drawing Xmas controls Xamarin.pptxFestiveTechCalendar2021 Drawing Xmas controls Xamarin.pptx
FestiveTechCalendar2021 Drawing Xmas controls Xamarin.pptxicebeam7

Dernier

Creación de una base de datos en el hosting .pptxCreación de una base de datos en el hosting .pptx
Creación de una base de datos en el hosting .pptxMibsamSamai
Las Tic en la sociedad.pptxLas Tic en la sociedad.pptx
Las Tic en la sociedad.pptxFranciscoManuelVelaz
 sesión 2.pptx sesión 2.pptx
sesión 2.pptxLEONARDOSALVADORILLA
META4.2.pptxMETA4.2.pptx
META4.2.pptxKARENYULISSAPEREZGAR
Encuesta Impacto de la Inteligencia Artificial en el TrabajoEncuesta Impacto de la Inteligencia Artificial en el Trabajo
Encuesta Impacto de la Inteligencia Artificial en el TrabajoPatricio O'Gorman
Slisdeshare.pptxSlisdeshare.pptx
Slisdeshare.pptxSashiraBonilla

Keynote NET MAUI.pptx

Notes de l'éditeur

  1. Next I want to talk about .NET MAUI. .NET MAUI is the evolution of Xamarin.Forms designed to help you deliver high-performance, cross-platform, native desktop & mobile apps all from a single codebase.  .NET MAUI under the hood uses technologies out there today for building native apps on Windows with WinUI, Mac Catalyst for macOS, and of course, iOS and Android. .NET MAUI abstracts all those frameworks into a single framework built on .NET 6. .NET MAUI on Windows supports WinUI allowing these apps to use all the newest native features on supported versions of Windows 10. That means you can build all these apps for any device from a single codebase and project system. Instead of learning different stacks and languages for each, you can use one language, one set of libraries, and one UI stack for all of them. It will release early spring next year. You can watch the progress and help contribute on GitHub in the /dotnet/maui repo.
  2. We first supported Blazor on the server, then in the browser with WebAssembly. Now we’re extending it again so you can write Blazor hybrid apps. This means you can create hybrid client apps, which combine web and native UI together in a single native client application. It is primarily targeted at web developers that want to provide rich client and offline experiences for their users. Blazor hybrid apps is built on top of .NET MAUI. It relies on that UI stack for a native application container and native controls should you want to use them. Blazor desktop apps have full access to the machine. You can do things like call native API's, access the file system, write multi-threaded applications – all with the high-performance and optimal memory consumption you get with .NET. You can't do this with pure web technologies. These scenarios will also be supported when .NET MAUI releases early next year.