There can be confusion around Microsoft naming sometimes. So in this short post, I want to discuss the difference between CIL, MSIL, and IL.
[Read More]
Tiered Compilation in .NET
.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]