Search code examples
Does a Silverlight memory profiler exist?...


.netsilverlightmemory-leaksclrprofiler

Read More
Why is C# 4.0's covariance/contravariance limited to parameterized interface and delegate types?...


c#clrc#-4.0covariancecontravariance

Read More
Is the C# compiler able to optimize a statement like someEnumerable.Count() < 2?...


c#clrcompiler-optimizationcil

Read More
CLR Table Valued Function Parameter Count for FillRow method error...


c#t-sqluser-defined-functionsclrsqlclr

Read More
Passing both stackalloc'ed Span<T> and by-ref struct as arguments...


c#.net-coreclr

Read More
CLR detected an Invalid Program...


c#.netentity-frameworkclrsap-erp

Read More
Haskell for the .NET platform?...


.nethaskellclr

Read More
How to improve performance of writing files in UWP...


c++windowsperformanceuwpclr

Read More
When the JIT Compiler for .Net 6.0 loads a .dll mid-execution, does it load the entire .dll in-memor...


c#.net-coredllclrjit

Read More
What is the purpose of implementing the IList interface in a generic List collection?...


c#clr

Read More
How does the Span<T> type wrap around heap-allocated arrays if it's a stack-allocated valu...


c#.net-coreclr

Read More
Windbg !analyze -v hang and .NET not producing expected result...


.netclrdeadlockwindbghung

Read More
CPack NuGet Packages...


c#cmakenugetclrcpack

Read More
Are .NET threads different from operating system threads?...


c#.netmultithreadingclr

Read More
Why C# is not allowing non-member functions like C++...


c#.netfunctionc++-cliclr

Read More
Threading in C++/CLI, CLR...


multithreadingc++-cliclr

Read More
Which CLR will an application that uses DLLs that have been compiled for different versions of .net ...


.netclr

Read More
How to debug System.TypeLoadException errors in .NET?...


c#clr

Read More
C# 'is' operator performance...


c#performanceclrgettype

Read More
What is the priority of deleting(collect) objects in WeakReference by garbage collector?...


c#.netgarbage-collectionclr

Read More
Unable to override .NET abstract class in CLR/C++...


clr

Read More
why foreground garbage collection doesn't collect when a GC is triggered?...


c#.netgarbage-collectionclr

Read More
When linking a .NET 2.0 Managed Assembly from a .NET 4.0 Application, which framework is used?...


.net-2.0.net-4.0clr

Read More
OpenCASCADE 7.6.0 not compiling with a .NET 6.0 class library with Visual Studio 2022 (Windows 10)...


c++clr.net-6.0visual-studio-2022opencascade

Read More
Why partial methods can only have void return type?...


c#.netclrpartial-methods

Read More
Where is the .NET JIT-compiled code cached?...


c#.netclrjit

Read More
Good samples of using Finalizers in C#...


c#memory-managementgarbage-collectionclrfinalizer

Read More
Trouble shooting using Pythonnet and setting Runtime.PythonDLL property...


python.netclrpython.net

Read More
Call .NET dll from C++ code failes when calling GetProcAddress(...)...


c#.netdllc++-cliclr

Read More
How may I measure the time taken by the CLR in JIT compilation of a method?...


c#.netclrjit

Read More
BackNext