The Road to .NET 7
Learn about the evolution of .NET, the transition from .NET Core to .NET 7.
We'll cover the following...
We'll cover the following...
This lesson is about the functionality in the Base Class Library (BCL) APIs provided by .NET and how to reuse functionality across all the different .NET platforms using .NET Standard. First, we will review the route to this point and why it is important to understand the past.
Overview
.NET Core 2.0 and later: Its support for a minimum of .NET Standard 2.0 is important because it provides many APIs missing from the first version of .NET Core. The 15 years’ worth of libraries and applications that .NET Framework developers had available to them that are relevant for modern ...