Summary
With this, we have reached the end of this chapter. Let's have a recap of the essential things that you have learned. You have learned that the VS Code text editor and Rider IDE can be used on any operating system. Visual Studio 2019 is suited for ASP.NET Core development in Windows, while Visual Studio for Mac fits ASP.NET Core development for macOS.
You have also learned that .NET 5 SDK is needed to build .NET Core applications. Node Package Manager, on the other hand, is a JavaScript library package manager. On top of that, it is also a CLI tool for creating modern JavaScript applications like Vue.js.
Postman is an API tool for testing REST API calls, while Vue CLI is a tool for scaffolding Vue.js applications.
There are also different database providers, such as MS SQL Server, MySQL, PostgreSQL, Oracle DB, and SQLite, that have NuGet package libraries available for ASP.NET Core 5.
And last but not least, Git version control is a must-have tool for saving...