Search code examples
Is .NET VM a compiler or an interpreter?...


.netclrcilvm-implementation

Read More
Stipulating that a property is required in a class - compile time...


c#.netclr

Read More
How to use unsafe context in Unity...


c#c++unity-game-engineclrunsafe

Read More
Creating a C# DLL to use in C++ executables...


c#c++dllclr

Read More
How can I view the disassembly of optimised jitted .NET code?...


.netclrjitdisassembly

Read More
why full name of method on ilspy appear with slash?...


c#.net-coreclrclr-profiling-apiclrprofiler

Read More
Implementing debugger support: choice of debugging API...


.netdebuggingclr

Read More
C# function pointers causes access violation upon calling from C++...


c#c++multithreadingfunction-pointersclr

Read More
What is the minimum knowledge of CLR a .NET programmer must have to be a good programmer?...


c#.netclr

Read More
Is there a way to tie my C# methods to my Python scripts and check if they are valid?...


pythonc#clr

Read More
"Assembly Same Simple Name already been imported" error...


c#visual-studiodllnamespacesclr

Read More
Usages of object resurrection...


c#memory-managementclr

Read More
C++/CLI from typedef std::function to managed delegate...


c#delegatesc++-cliclr

Read More
What does RuntimeHelpers.GetHashCode do...


c#.netclrbase-class-library

Read More
Resolve assembly references from another folder...


c#.netclrassembly-resolution

Read More
Why doesn't the CLR always call value type constructors...


c#structclrstatic-constructortypeinitializer

Read More
CLR implementation of virtual method calls to interface members...


c#interfaceclrdispatchmethod-call

Read More
What is a "rooted reference"?...


c#referenceclr

Read More
ASP.NET CLR Not Enabled...


asp.netsql-serverclr

Read More
sizeof(int) on x64?...


c#64-bitclrsizeof

Read More
Func<> with unknown number of parameters...


c#.netgenericsfunctional-programmingclr

Read More
Why is stack size in C# exactly 1 MB?...


c#stackclrstack-memorystack-size

Read More
What does 'has a SUC' mean?...


.netcommentsclr.net-4.8

Read More
Strange behavior when loading assemblies and its dependencies programatically...


c#.net.net-coreclr.net-standard

Read More
Visual Studio 2022 CLR Empty Project (.NET Framework) entry point is not working, even after being s...


winformsc++-clivisual-studio-2022clrprogram-entry-point

Read More
GC Behavior and CLR Thread Hijacking...


c#garbage-collectionclr

Read More
Do we have to use `CompareExchange` rather than `Exchange` in a hybridLock lock that uses AutoResetE...


c#.netmultithreadingclr

Read More
Do boxing and unboxing have the same performance hit?...


.netenumsclrboxing

Read More
A definitive guide to API-breaking changes in .NET...


.netclrversioningcls-compliant

Read More
How to know the total memory allocated by a process since its creation...


c#.netmemorymemory-managementclr

Read More
BackNext