Search code examples
.NET CLR Smallest Memory Allocation (32/64-bit)...


.netgarbage-collectionclr

Read More
What characters are allowed in F# identifiers, module, type and member names?...


f#clrmembernaminglet-binding

Read More
Did I instantiate an object of void?...


c#.netclr

Read More
Can a read instruction after an unrelated lock statement be moved before the lock?...


c#.netmultithreadinglockingclr

Read More
C# CLR throws security exception unless marked as UNSAFE...


c#.netsql-serverclrsqlclr

Read More
Why would Visual Studio/CLR produce a "bad" executable?...


.netvb.netvisual-studioclr

Read More
How to get .NET version (1.1, 2.0, 3.0 etc.) under which an Assembly was built?...


.netassembliesclr

Read More
SQL CLR Function to decompress GZip data...


c#sql.netsql-serverclr

Read More
What's happens when a Task continuation is scheduled on a different processor (GC logical heaps)...


c#multithreadinggarbage-collectiontaskclr

Read More
When are interpolated string evaluated?...


c#clr

Read More
CreateThread passing std::string as argument...


c++multithreadingc++11clr

Read More
strange exception behaviour...why?...


c#.netclr

Read More
Is CLR loaded and initialized everytime,when a new managed application is loaded?...


.netclr

Read More
Managed C++ to form a bridge between c# and C++...


c#clrc++-cliunmanaged

Read More
UnmanagedFunctionPointer causes stackoverflow when using .NET 4.0, 3.5 works...


c#c++exceptioninteropclr

Read More
Why does 'unbox.any' not provide a helpful exception text the way 'castclass' does?...


c#.netclrcilunboxing

Read More
Performance difference between AnyCPU vs x64 platform on a 64 bit machine...


c#performanceclr

Read More
boost library inside c++/cli.. exit with "code 0xC0020001: The string binding is invalid"...


visual-studio-2010boostc++-cliclr

Read More
CREATE FUNCTION failed because T-SQL and CLR types for return value do not match...


c#.netsql-serverclr

Read More
How to find out where my legacy application using NHibernate is leaking memory...


c#.netnhibernatedependency-injectionclr

Read More
How to run dnx xunit test from the commandline for a different framework?...


command-lineframeworksclrdnxxunit

Read More
Where does CLR store static classes?...


.netclr

Read More
Replacing mscorlib...


c#c++unit-testingclrmscorlib

Read More
How to specify .NET version when using /CLR option...


.netvisual-studio-2010compilationc++-cliclr

Read More
A way How to Compile C library into .Net dll?...


.netc++cvisual-studioclr

Read More
What are the roots?...


.netgarbage-collectionjvmclrgc-roots

Read More
% Time in RT checks...


.netclrperformancecounter

Read More
Why did object header size doubled in 64 bit architecture?...


c#.netmemory-managementgarbage-collectionclr

Read More
Sending null from C++/CLI to managed C#...


c++visual-c++enumsclrnullable

Read More
What are the processes that the .net compiler does in order to compile code?...


c#.netcompilationclrjit

Read More
BackNext