.NET JIT compiler is not type safe

17 kwi 2020 | Blog | Platform | .net | .net core | asm | clr | coreclr | IT
Everyone knows that C# is a strongly typed language and incorrect type usage is simply not possible there. So, the following program will just not compile: [crayon-5f7816beafc50240755933/] That’s good, it means we can trust Roslyn (C# compiler) not to generate improper type-safety code. But what if we rewrite the same code to the Common Intermediate […]

POSTY TEGO AUTORA

Why should you care about .NET GC…?18 maj 2021

Blog | programowanie | performance | garbage collector | .net | IT

.NET quiz – check your level of knowledge about .NET memory management21 kwi 2021

Blog | programowanie | performance | .net | memory management | garbage collector | IT

.NET debugging in a single picture5 mar 2021

Blog | programowanie | performance | debugging | clr | .net | IT

The 8 most missing features in C#1 mar 2021

Blog | programowanie | .net | c# | IT

.NET GC Internals – the Concurrent Mark phase4 lut 2021

Blog | programowanie | performance | .net | garbage collector | IT

TooSlowException

Konrad Kokosa