Managing the source code in this book
Since we develop a password manager app incrementally in this book, the source code of each chapter is built on top of the previous chapters. To keep working on continuous improvement, we will have separate branches to keep the source code of each chapter. If you want to clone the source code of all chapters in one command, you can clone from the main branch. In the main branch, we have all chapters in separate folders. If you don’t want to use Git, you can also download the source code as a compressed file from the release area, as shown in the following diagram (Figure 2.1):
Figure 2.1: Source code in GitHub
Since new .NET MAUI releases may be available from time to time, the Git tags and versions in the release area will be updated according to the new .NET MAUI releases and bug fixes.
The source code of this book can be found in the following GitHub repository: