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 - .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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Defining a platform-neutral service5m 26s
-
(Locked)
Creating the Android service3m 4s
-
(Locked)
Creating the iOS service3m 45s
-
(Locked)
Using the Essentials library5m 11s
-
(Locked)
Additional Essentials3m 31s
-
(Locked)
Configuring Essentials3m 31s
-
(Locked)
Challenge: Add Windows service47s
-
(Locked)
Solution: Add Windows service1m 40s
-
(Locked)
-