ildasm, then ilasm with same meta data...
Read MoreThe fastest way to detect if a double is finite?...
Read MorePerformance of static methods vs instance methods...
Read MoreWhat is the difference between ldc.i4.s and ldc.i4?...
Read MoreWhy c# compiler in some cases emits newobj/stobj rather than 'call instance .ctor' for struc...
Read MoreWhy does generated IL code start with a Nop?...
Read MoreWhat kind of format does custom attribute blobs(strings) use?...
Read MorePurpose and Meaning of "specialname" and "rtspecialname" in IL...
Read MoreViewing the IL code generated from a compiled expression...
Read MoreInterlocked.CompareExchange<Int> using GreaterThan or LessThan instead of equality...
Read MoreIL offsets missing when silverlight assembly is compiled in release mode...
Read MoreWhy does the C# compiler translate this != comparison as if it were a > comparison?...
Read MoreDoes initialization of local variable with null impacts performance?...
Read MoreIL Calling a method with 2 array arguments using Reflection.Emit...
Read MoreSystem.Reflection.Emit - If Statement Generation...
Read MoreValue Type Conversion in Dynamically Generated IL...
Read MoreUse System.Reflection.Emit to show a MessageBox in Windows.Forms...
Read MoreIs there a way to write this without a GoTo statement?...
Read MoreHow can I use Mono.Cecil to call a generic method...
Read MoreDynamicMethod is much slower than compiled IL function...
Read Morecall instead of callvirt in case of the new c# 6 "?" null check...
Read More"Specified cast is not valid" only on release build from MS build...
Read MoreIs there any IL editor to change the bytecode of an assembly?...
Read MoreIs IL generated by expression trees optimized?...
Read MoreCalling instance method on a Null Reference sometimes successful...
Read More