Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cil
Why does calling an unoverridden struct method require boxing?
Sep 19, 2025
c#
struct
overriding
cil
boxing
How can I emulate "typeof (T)" using the System.Linq.Expressions API?
Sep 16, 2025
c#
metaprogramming
expression-trees
cil
Why are static classes considered “classes” and “reference types”?
Sep 15, 2025
c#
static
clr
types
cil
Is intermediate representation (such as bytecodes or .net IL) still an advantage?
Sep 15, 2025
virtual-machine
bytecode
jit
cil
Understanding a specific CIL / CLR optimization
Sep 12, 2025
.net
optimization
compiler-construction
cil
micro-optimization
How can I decompiling IL code of .net framework
Sep 05, 2025
c#
.net
decompiling
cil
ildasm
Why is the generic type looks like (!!T) at function definition in CIL
Mar 17, 2023
c#
generics
cil
How to change a c# console application's entry point?
Mar 07, 2023
c#
.net
clr
cil
csc
Why casting double to double emits conv.r8 IL instruction
Mar 03, 2023
c#
compilation
cil
intermediate-language
Why does a custom attribute appear both in IL and Metadata?
Feb 27, 2023
.net
metadata
cil
il
Replace the ref of a parameter without using the ref keyword (using IL)
Feb 26, 2023
c#
cil
il
ref
dynamicmethod
What's wrong with my simple MSIL?
Feb 15, 2023
c#
cil
reflection.emit
Understanding of Managed C++
Feb 06, 2023
c++
.net
clr
managed
cil
NotSupportedException is thrown when trying to save Emitted assembly
Jan 11, 2023
c#
.net
cil
reflection.emit
system.reflection
Why does the compiler automatically generate a Debugger attribute for anonymous type?
Jan 07, 2023
c#
compilation
cil
IL Calling a method with params object[] arguments using Reflection.Emit
Jan 05, 2023
c#
cil
reflection.emit
C# emit call to generic method
Jan 04, 2023
c#
generics
cil
reflection.emit
What does this compiler-generated enumerator mean?
Jan 02, 2023
c#
.net
compiler-construction
cil
C# compiler + generic code with boxing + constraints
Jan 01, 2023
c#
generics
cil
boxing
unboxing
What does [opt] mean in MSIL?
Feb 05, 2023
c#
.net
c#-4.0
cil
il
Older Entries »