Coding a Cookbook with .NET MAUI [Webinar Show Notes]
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (173).NET Core  (29).NET MAUI  (199)Angular  (107)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (40)Black Friday Deal  (1)Blazor  (211)BoldSign  (13)DocIO  (24)Essential JS 2  (106)Essential Studio  (200)File Formats  (63)Flutter  (132)JavaScript  (219)Microsoft  (118)PDF  (80)Python  (1)React  (98)Streamlit  (1)Succinctly series  (131)Syncfusion  (892)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (50)Windows Forms  (61)WinUI  (68)WPF  (157)Xamarin  (161)XlsIO  (35)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (146)Chart  (127)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (62)Development  (618)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (37)Extensions  (22)File Manager  (6)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  (497)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (42)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  (379)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (17)Web  (582)What's new  (319)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Coding a Cookbook with .NET MAUI [Webinar Show Notes]

Coding a Cookbook with .NET MAUI [Webinar Show Notes]

This blog provides show notes for our March 16, 2023, webinar, “Coding a Cookbook with .NET MAUI.” The webinar is presented and hosted by Syncfusion developer Chad Church and JetBrains developer advocate Khalid Abuhakmeh. If you missed it or would like to watch it again, you’ll find the recording on our YouTube channel or embedded below.

Introduction

Join us as Syncfusion developer Chad Church and JetBrains developer advocate Khalid Abuhakmeh collaborate on a .NET MAUI mobile app for building your own cookbook. Snap a picture of a recipe anywhere, annotate it, sort it alongside others, and pull it up whenever you need it. See firsthand how .NET MAUI makes mobile development fast, and efficient and puts powerful features at your fingertips.

Time stamps

Q&A

What is the advantage of using an app instead of coding for the web, utilizing @media for device support?

Device manufacturers typically have native APIs that are not always immediately available to web developers. These APIs can access hardware specific to a device, allowing developers to build new and exciting use cases.

Does hot reload work in Rider with MAUI?

JetBrains Rider does not currently support MAUI hot reload as of version 2023.1. If you want to see it implemented sooner than later, please visit our Rider issue tracker and express your interest.

A lot of Xamarin developers did not inject the ViewModels into the dependency container. MAUI has decided to inject ViewModels. Do you have any insight on this change?

MAUI has built-in support for the inversion of control pattern using dependency injection. The change mirrors the additions made on the ASP.NET Core side of .NET development. It simplifies managing cross-cutting dependencies as your application grows but is entirely optional. It’s a matter of preference and choice, so please talk to your team members before deciding whether to adopt the approach and whether it suits your use case.

Is there a free JetBrains Rider license?

While we do not offer free licenses, JetBrains has generous trial licenses and licenses for folks who fall into particular categories, such as students, educators, and open-source work. Please visit Jet Brains to see if any of these apply to your particular situation. You can also try out upcoming versions of Rider through our Early-Access Program, found at Jet Brains.

In Rider, deploying to the Android emulator is a lot slower than VS for Mac. Any insight on this? Is there a setting we can change to speed this up?

Currently, initiating the build will rebuild all target frameworks in the solution. We are investigating how to run a user-specified target to reduce the project build time when running against one platform. Please stay tuned.

JetBrains has a new IDE, Fleet, in preview. Does it support MAUI too? Would that be preferred over Rider when it is released?

Fleet is a fantastic option for writing C#, but it does not provide the current Rider features for managing devices, SDKs, and other Android features. You could make Fleet work for you If you are writing a C#-focused mobile app (no XAML) and are comfortable with the command-line tooling of MAUI. For now, Rider is the better option for MAUI development.

Does deploy and debug on a mobile phone work with MAUI?

Yes, you can debug your MAUI applications using JetBrains Rider. You can also deploy to a physical device for testing, as Chad Church demonstrated in the webinar.

Can you start an MAUI solution in VS 2022 and also open it in Rider?

Yes! JetBrains Rider does not alter the solution or project files for proprietary purposes. That’s true for all solutions, not just MAUI ones.

Does Blend for VS 2022 work with MAUI XAML?

I am not aware of Blend support for MAUI. In the latest WinUI Community Call, the issues with Blend and MAUI are discussed in detail

How do you reference a netstandard2.0 shared project/library with type definitions in a MAUI project?

You create a separate netstandard2.0 library project and reference it in your MAUI project. You can see an example in the following screenshot.

Referring netstandard2.0 library project in .NET MAUI

Conclusion

To review, in this webinar, we covered steps that will help any developer start their first .NET MAUI app. We hope you enjoyed this webinar and that you’ll keep an eye out for our future .NET MAUI webinars.

Recommended resources

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

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed