Search code examples
Hosting CLR in Delphi with/without JCL - example...


c#.netdelphiclrhost

Read More
Why is String.Concat not optimized to StringBuilder.Append?...


c#.netstringoptimizationclr

Read More
How come NullReferenceException is more expensive than any other exception in CLR?...


c#nullpointerexceptionclr

Read More
Passing a C# object (containing a static object member) as a paramter to C++/CLI program...


c#c++.netstaticclr

Read More
How to use sleep into a CLR project?...


c++-cliclr

Read More
Why is ReflectionOnlyAssemblyResolve not executed when trying to Assembly.ReflectionOnlyLoad?...


c#.netassembliesclrassembly.reflectiononly

Read More
C++ project compilation forcing the option /clr though executing it with no Common Language Runtime ...


c++visual-studioclr

Read More
How can I cast a variable with the `object` type to class with generic type in c#?...


c#genericscastingclr

Read More
Cannot debug pid 11588 - An attempt to set a process's DebugPort or ExceptionPort was made but p...


memory-leaksclrwindbg

Read More
What is the difference between VirtualMemorySize64 and PrivateMemorySize64...


c#.netclr

Read More
Deciphering the .NET clr20r3 exception parameters P1..P10...


.netexceptionclr

Read More
Field-like implementation of events...


c#.netclr

Read More
Why can't I set breakpoints in the c# code from the CudaFy library?...


c#debuggingvisual-studio-2017clr

Read More
'CLRObject' could not be created...


restweb-servicesclrx++dynamics-ax-2012

Read More
Hosting CLR - Bad parameters...


c++clrclr-hosting

Read More
Why does my program work if my Main method in C# is private?...


c#clr

Read More
Is "ref return" a language feature or feature of the CLR...


c#.netclr

Read More
System.Reflection.Emit - If Statement Generation...


c#reflectioncompiler-constructionclril

Read More
What is CLR loop optimization behavior?...


c#loopsclr

Read More
Why is int16 type limit 32,768 if 16 bits max is 65,535?...


c#clr

Read More
How to access class of dynamically loaded clr / cli library in C#...


c#.netclrmanaged-c++

Read More
Why can't I investigate a dumpfile, using Windbg "!DumpHeap -stat" command?...


clrwindbgsos

Read More
App Crash for C++/CLI DLL and Exe of x64 bit...


c++cvisual-studio-2017clr

Read More
Dealing with kanji characters in C++...


c++clrcpprest-sdkcjkkanji

Read More
How can c# share the generic implementations of reference types when 'typeof' and 'is&#3...


c#genericsclrcil

Read More
.NET JIT difference while using Factory Pattern and If-else or switch...


c#.netdesign-patternsclrjit

Read More
Assembly Binding Issue in asp.net web application, Enabled Fusion Log...


c#asp.netdebuggingclrgac

Read More
Why does adding an extra field to struct greatly improves its performance?...


c#.netmonoclrcil

Read More
MMC could not create the snap-in error after machine.config change...


clrevent-viewermmc

Read More
When I compile a "release" build of CLR C++ application I get a cmd window popping up in a...


c++compilationclr

Read More
BackNext