What is the difference between .NET Core and .NET Standard Class Library project types?

In Visual Studio, there are at least three different types of class libraries you can create: Class Library (.NET Framework) Class Library (.NET Standard) Class Library (.NET Core) While the first is what we’ve been using for years, a major point of confusion I’ve been having is when to use the .NET Standard and .NET … Read more