PreviousNext

.NET Backward Compatibility – Part 1

by bill-s, 2016-07-02T21:53:13.000Z

The history of .NET versioning is a complicated one, even when excluding the recent developments regarding .NET Core. Let’s start off by clarifying which components we are talking about: The .NET runtime (CLR), the base libraries (BCL) and the C# and VB languages are all versioned independently but released together as the .NET Framework, usually in combination with a new Visual Studio release.

Read More