From the course: .NET MAUI Essential Training

Unlock the full course today

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

Challenge: Add Windows service

Challenge: Add Windows service - .NET MAUI Tutorial

From the course: .NET MAUI Essential Training

Challenge: Add Windows service

(upbeat music) - [Instructor] I'm going to give you an easy challenge to finish off here. I want you to go back to that settings model. And instead of using our I version information, I want you to use something out of the Maui Essentials to get from the device info, the OS version. So you can choose whatever values you want to pull out of there. But make sure that you're using that built-in Maui Essentials to find that device information. Just go ahead and replace this code on line 21 with your implementation. And you could leave the interface and the implementations of our I version and info out there. They're not going to hurt anything to keep them once you've created your new implementation.

Contents