Introduction to .NET MAUI
You may have heard of .NET MAUI and are wondering what, exactly, it is. Not to worry - we explore the basics of the App UI and what it means for .NET developers in today's coding highlight. If you have not heard of it, don't worry - .NET MAUI is not entirely new technology! .NET MAUI stands for .NET Multi-platform App UI. But what, exactly, does that mean? .NET MAUI is simply Xamarin.Forms supporting desktop apps. What is nice about this is that it can be used with Visual Studio Code. While experimental, it is still better than Xamarin.Forms not supporting Visual Studio Code at all! .NET MAUI provides a single stack that supports all modern workloads, including Android, iOS, macOS, and Windows. Each platform's native features are included in a cross-platform API with which you can deliver awesome user experiences while sharing even more code. In .NET MAUI, you can use a single project to target multiple platforms. This simply means you can quickly deploy to targets such a...