-
Book Overview & Buying
-
Table Of Contents
Apps and Services with .NET 10 - Third Edition
By :
In this first chapter, the goals are to introduce this book, related books, and their content, set up your development environment to use Visual Studio, VS Code, or Rider, and understand your choices for building apps and services. We will also review how to use the GitHub repository and good places to look for help.
The GitHub repository for this book has solutions using full application projects for all code tasks: https://github.com/markjprice/apps-services-net10/.
After going to the GitHub repository, simply press the . (dot) key on your keyboard or change .com to .dev to change the repository into a live code editor based on VS Code using GitHub Codespaces.
VS Code in a web browser is great to run alongside your chosen code editor as you work through the book’s coding tasks. You can compare your code to the solution code and easily copy and paste parts if needed.
Throughout this book, I use the term modern .NET to refer to .NET 10 and its predecessors like .NET 5, which come from .NET Core. I use the term legacy .NET to refer to .NET Framework, Mono, Xamarin, and .NET Standard. Modern .NET is a unification of those legacy platforms and standards.
This chapter covers the following topics: