-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
The .NET platform has a set of tools available to offer the best experience to developers, regardless of the operating system used.
ASP.NET Core 9 applications can be developed and run on Windows, Linux, and macOS operating systems.
Code snippets will be presented throughout the book in order to demonstrate the concepts of ASP.NET Core 9 through practical examples. All supporting material for the book can be found in the GitHub repository, the link to which can be found in the Technical requirements section.
In this section, we will configure our environment on the three operating systems and create our first ASP.NET Core 9 project, but first, let’s see what things we will require to get started.
We can develop ASP.NET Core 9 applications using any text editor and then compile the developed code using the SDK(Software Development Kit), which will be discussed in the next section.
Microsoft offers two...