From the course: .NET 9 Maui: Enhanced Features for Cross-Platform Development

Unlock this course with a free trial

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

Using the exercise files

Using the exercise files

- [Instructor] To start working with exercise files, make sure you have already downloaded them from the git repository and copy them to the desktop as I have here. There will be several folders that correspond to the different MAUI and .NET 9 features that will appear as you go through the course. These folders will normally contain a MAUI project that we'll use as a starting point to explore some of the new technologies. Make sure this is set up as a git repository, as we'll be using the different branches, and we will need to switch between them. For each video where code has changed, there is a branch with a number that corresponds to the video, such as 0204. That's chapter two, video four. And we can see that right here with the different branches. Each video has two branches, and each has a suffix of either B for begin, or E for end. These correspond to the starting and ending state of the code for that video. So in going through a specific video, make sure you start with the…

Contents