Why is GetHashCode() method compiled differently for DateTime compared to other structs?...
Read MoreWhat risks exist if I work in a C# shop and attempt to write F# just to rely on ILSpy for conversion...
Read MoreHow does C# handle calling an interface method on a struct?...
Read MoreSimple Add method produces too much IL code...
Read MoreCan I use OpCodes.Ldsfld without using FieldInfo?...
Read MoreMemory allocation for enumerated types in .NET...
Read MoreHow optimized is the C# compiler?...
Read MoreIs it possible to indirectly load a value type on the stack...
Read MoreHow does the CLR know if a static field has already been initialized?...
Read MoreUsing "union struct" to avoid cast/box/unbox...
Read MoreCompileToMethod cannot compile constant '<some value>' because it is a non-trivial val...
Read MoreWhat is the purpose of the extra ldnull and tail. in F# implementation vs C#?...
Read MoreWhat is the "<Module>" type?...
Read MoreHow to detect which .NET language is calling my code...
Read MoreIs intermediate representation (such as bytecodes or .net IL) still an advantage?...
Read MoreIs CIL ldstr replaced with constant reference to the string.Intern during JIT/AOT compilation?...
Read MoreChanging internal class to public (CIL, Mono.Cecil)...
Read More.NET Framework, .NET Core, .NET Native, DNX, Core CLR, CIL, PCL - simple explain?...
Read MoreRedirecting to a dynamic method from a generic event handler...
Read MoreSuperfluous NOPs and branches in unoptimized MSIL...
Read MoreWhat does "final" mean in IL?...
Read MoreCIL disassembly of a function parameter involving a ternary expression...
Read MoreProtect .NET DLL from CLI modification...
Read MoreCIL unbox_any instruction - strange behavior...
Read MoreCalculation of maxstack value in IL code...
Read MoreProgram crashes when calling a function from Main...
Read MoreIs overriding a final (IL) / sealed (C#) method with a different name legal?...
Read MoreVisual Studio/RAD support for coding directly in IL?...
Read More