-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
.NET is a platform developed by Microsoft for building different types of applications, including web, mobile, and desktop applications. The .NET team has been working hard on tightening everything up for us developers for years. They have been making everything simpler, smaller, cross-platform, and open source – not to mention easier to utilize your existing knowledge of .NET development.
.NET core was a step toward a more unified .NET. It allowed Microsoft to re-envision the whole .NET platform, build it in a completely new way, and make it run on even more platforms.
There were three different types of .NET runtimes:
Different runtimes had different capabilities and performances. This also meant that creating a .NET core app (for example) had different tooling and frameworks that needed to be installed.
.NET 5 was the start of our journey toward one single .NET. With this unified toolchain, the experience of...