Course Content
Advanced C# with .NET
Advanced C# with .NET
Setting up a MAUI Project
Make sure the MAUI Development Package is installed in your Visual Studio. In case you have already installed it, or want to make sure it's installed, you can follow these steps:
- Go to the Start Menu;
- Type "Visual Studio Installer";
- Open the Visual Studio Installer;
- Click Modify;
- Scroll down and find .NET Multi-Platform App UI development;
- Check the box;
- Click Modify, and it will install the required package;
Thanks for your feedback!