Issue 489 · Week of May 23, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

.NET Core and .NET Standard: What Is the Difference?

Read full article Discuss
.NET Standard is an API specification that defines what Base Class Libraries must be implemented. .NET Core is a managed framework optimized for building console, cloud, ASP.NET Core, and UWP applications. Each managed implementation (such as Xamarin, .NET Core, or the .NET Framework) must implement their BCL according the .NET Standard.