Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / CLR

CLR

CLR

Great Reads

by Dmitry Orzhevsky
This article dives into .NET method inlining topic and shed some light on one particular case when CLR is more likely to inline method - looping.
by Ronnie Mukherjee
This is a beginner's guide to garbage collection in .NET
by matt warren
It’s a fundamental part of .NET and can often happen without you knowing, but how does it actually work? What is the .NET Runtime doing to make boxing possible?
by matt warren
A while ago I wrote about the 'special relationship' that exists between Strings and the CLR, well it turns out that Arrays and the CLR have an even deeper one

Latest Articles

by Dmitry Orzhevsky
This article dives into .NET method inlining topic and shed some light on one particular case when CLR is more likely to inline method - looping.
by Ronnie Mukherjee
This is a beginner's guide to garbage collection in .NET
by matt warren
It’s a fundamental part of .NET and can often happen without you knowing, but how does it actually work? What is the .NET Runtime doing to make boxing possible?
by matt warren
A while ago I wrote about the 'special relationship' that exists between Strings and the CLR, well it turns out that Arrays and the CLR have an even deeper one

All Articles

Sort by Score

CLR 

by Ronnie Mukherjee
This is a beginner's guide to garbage collection in .NET
by matt warren
It’s a fundamental part of .NET and can often happen without you knowing, but how does it actually work? What is the .NET Runtime doing to make boxing possible?
by matt warren
A while ago I wrote about the 'special relationship' that exists between Strings and the CLR, well it turns out that Arrays and the CLR have an even deeper one
by cpsglauco
How to use delegate in List.Find() predicate in C#
by Girish J Jain
Lets learn different CLR versions which exist and did we miss one between v2.0 and v4.0?
by Girish J Jain
Let's learn the compatibility between multiple CLR versions which exist and how we can use the supportedRuntime element in an application's configuration file.
by matt warren
Fortunately, there’s a fantastic tool that makes it very easy for us to get an overview of memory usage within the CLR itself. It’s called VMMap and it’s part of the excellent Sysinternals Suite.
by Sebastian Solnica
NetExt – SOS on Steroids