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 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 SergioAmorim
A way to quickly find the CLR version of a .NET assembly from the command line
by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
by Sarkis Matossian
The steps to install a CLR Stored Procedure in SQL Server
by jfriedman
Interceping Method Calls based on Attributes
by Shweta Lodha
Performance analysis for String and StringBuilder
by Pavel Sinkevich
If data source is populated manually, there is a typical problem: a mix of visually similar Cyrillic and Latin letters. This tip describes how to fix it.
by Reiss
How about this one line command for MS-DOS?for /f %a IN ('dir /b *.txt') do attrib %a -RSee: attrib command[^]andhow to write a dos batch file to loop through files[^]
by Krosus
At an MS-DOS prompt, enter:attrib -r *.*
by sachin bankar
How to use the result set from a Stored Procedure in a Select statement.
by Sreekanth Mothukuru
SQL CLR functions
by Brad Joss
SQL CLR Functions for Zip Compression and Regular Expression evaluations
by Member 10262330
I developed this DLL to have a more powerful utility and to simplify SP and query.