Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in il

Creating method dynamically, and executing it

Interlocked.CompareExchange<Int> using GreaterThan or LessThan instead of equality

Why is the C# compiler emitting a callvirt instruction for a GetType() method call?

Why does generated IL code start with a Nop?

.net il nop

IL level code debugger

.net debugging il

Determine whether .NET assemblies were built from the same source

.NET functions disassembled

c# .net disassembly il

Viewing the IL code generated from a compiled expression

A tool for easy IL code inspection

c# .net il

IL Instructions not exposed by C#

c# il instructions

Why does the compiler let me cast a null to a specific type in C#?

c# casting null il

Can C# 'is' operator suffer under release mode optimization on .NET 4?

Stackoverflow doing boxing in C#

c# stack-overflow il

Why does my application spend 24% of its life doing a null check?

Performance of static methods vs instance methods

Why does the C# compiler translate this != comparison as if it were a > comparison?