From the course: .NET MAUI Essential Training

Unlock the full course today

Join today to access over 24,000 courses taught by industry experts.

Creating a .NET MAUI solution

Creating a .NET MAUI solution - .NET MAUI Tutorial

From the course: .NET MAUI Essential Training

Creating a .NET MAUI solution

- [Instructor] We're going to go ahead and create a new project for our MAUI solution here. You can see my exercise files folder in the background. That's where we'll be working throughout the class and we'll create a new project. You can see if I choose C#, all platforms, I can narrow down this list to just MAUI applications, assuming I have that .NET MAUI workload installed. And now I've got three choices, makes it very simple. And I'm going to start with the Maui Class Library. I'm going to call this WorkoutTimers.Lib. We're going to create an app that lets us create interval timers so we can do some workouts. I might want something regular, like every minute I want the timer to sound or I might want something that lets me do a minute and then 30 seconds and so on. So we're going to go ahead and change the name of the solution to just WorkoutTimers. And I'm going to put it into exercise files chapter 103 end. So this is…

Contents