In the previous chapter, we learned about setting up our Uno Platform development environment, and we created our new UnoDrive application using the .NET 6 and WinUI 3 project templates. In this chapter we are going to build the very first page of our application that the user will see, which is the login screen.
Moving forward we will be using the code from each chapter. If you get stuck along the way, you can always download the code samples to have a clean start at each chapter. The completed code ...