.NET team introduced tiered compilation in .Net Core 2.1 as a part of a bunch performance improvements. At that time, it was turned off by default. Lately, in .Net 3.0, tiered compilation was turned on by default, along with bug fixes and performance improvements related to this feature. Tiered compilation...
[Read More]
Looking Back - What Happened In C# 8 Part 3
In the third part of the series about C# 8, I will look at nullable reference types and indexes/ranges features.
[Read More]
Looking Back - What Happened In C# 8 Part 2
This post is the second part of the series about C# 8.
[Read More]
Looking Back - What Happened In C# 8 Part 1
I decided to write article series about .Net Core 3.0. It is the first part of the subseries about C# 8.
[Read More]
Looking Back - What Happened In .Net Core 3.0
I decided to write article series about .Net Core 3.0 and further versions. It will help me revise changes that happened in the last several years with .Net Core and may be helpful for someone else.
[Read More]