Create Your First .NET MAUI App with Microsoft MVP Codrina Merigo
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Create Your First .NET MAUI App with Microsoft MVP Codrina Merigo

Create Your First .NET MAUI App with Microsoft MVP Codrina Merigo [Webinar Show Notes]

This blog provides show notes for our November 11, 2021 webinar, “Create Your First .NET MAUI App.” The webinar was presented by Microsoft MVP Codrina Merigo. If you missed the webinar or would like to watch it again, please see our YouTube channel or watch it here.

The Q&A segment of the webinar is provided at the end of this blog post.

Overview

During this webinar, we’ll take a look at the latest cross-platform framework, .NET MAUI. We’ll walk through installing, setting up, and creating your first .NET MAUI application.

.NET: Your platform for building anything

.NET is a free, cross-platform, open-source developer platform. It is used in development for desktop, web, cloud, mobile, gaming, IoT, AI, and more.

.NET MAUI is the most productive way to develop native apps that perform great on Android, iOS, MacOS, or Windows, all from a single codebase.

.NET Multi-platform App UI

  • Cross-platform, native UI.
  • Single project system, single codebase.
  • Deploy to mobile and desktop devices.
  • General availability in Q2 2022.

Supported platforms

  • Android 5.0 (API 21) or higher.
  • iOS 10 or higher.
  • macOS 10.13 or higher (using Mac Catalyst).
  • Windows desktop and UWP, using WinUI 3.
  • Tizen, supported by Samsung.
  • Linux, supported by the community.

Overview

  • 50+ pages, layouts, and controls built from C# or XAML.
  • Two-way data binding.
  • Navigation with shell.
  • Visual state manager.
  • Animation and drawing APIs.
  • Thousands of control customizations.

Native performance

  • .NET for iOS does full ahead-of-time (AOT) compilation to produce an ARM binary for Apple’s App Store.
  • .NET for Android takes advantage of just-in-time (JIT) compilation on Android devices.

Hot reload for .NET MAUI

  • No code changes are needed.
  • Interact with your real data on emulators, simulators, and devices.
  • Intelligent and resilient.
  • Works with custom controls, third-party libraries, and more!

.NET MAUI hot restart

  • Fast rebuild and redeploy your application.
  • Debug on your iPhone directly from your PC.
  • Works great with hot reload!

Prerequisites

To create .NET MAUI apps, you need Visual Studio 17.1 Preview 1 and .NET 6 installed.

Q&A

Will Xamarin.Forms be discontinued in the near future?

After the release of .NET MAUI, there will still be support for Xamarin for some time. Please check https://github.com/dotnet/maui.

Can you give us some links to help install .NET MAUI on PC?

Announcing .NET MAUI Preview 10

Does .NET MAUI support WPF?  

Yes.

Can I continue using MVVM with MAUI?           

Yes.

How is “Dependency” implemented in MAUI to manage specificities in each platform?      

Check on https://github.com/dotnet/maui. You can also take a look at the community toolkit.

How much change is there regarding the code with Xamarin vs. MAUI?   

On the code side, you can check the progress on https://github.com/dotnet/maui.

Just added the MAUI template and when I created a solution, I get a series of errors that the target platform is not recognized. How could I fix this?

I would suggest trying a fresh install.

Do you know of an ETA for MAUI going gold?

It is best to check on GitHub.

Are you able to use a Blazor hybrid approach with MAUI?      

Yes.

When will Syncfusion complete the porting of the existing 155+ Xamarin UI controls over to MAUI?

We are initially working on delivering the most popular and important controls from Xamarin.Forms. We expect to complete the migration of all important controls by 2022 Volume 3 (September). You can expect a lot of new controls in each release.

Will your MAUI UI controls support the four platform targets of Android, iOS, Mac Catalyst, and Windows?

Yes.

Will there be hot reload support in Syncfusion MAUI controls?

You can expect a seamless experience with our controls in hot reload.

The sample Visual Studio MAUI app is quite basic. Will Syncfusion be showcasing their MAUI components in a sample?

Yes, we are updating our samples in the following GitHub repo: https://github.com/syncfusion/maui-demos.

We are still working to include several new samples and controls.

We will be adding showcase apps as well in the future.

Will your controls work in a MAUI Blazor app?

Our .NET MAUI controls will work in .NET MAUI Blazor apps.

The native controls that Syncfusion develops for .NET MAUI, will they use the graphical API (MAUI.Graphics) or the native controls of the platform?         

Most of our controls will be using MAUI graphics APIs.

Test Flight
App Center Badge
Google Play Store Badge
Microsoft Badge
Github Store Badge

Recommended resources (related links):

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed