Click here to Skip to main content
15,867,453 members
Everything / CLR

CLR

CLR

Great Reads

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 Graeme_Grant
This is an alternative for "Simplest WPF Dependency Property For Beginners On Background Color"
by Martin Lachman
How to create a system on MS SQL Server for detection of actual changed records in a database table.
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 Bruno van Dooren
Ways to deal with changed security for CLR code in SQL databases
by wmjordan
Do something crazy and dangerous with CLR and a method made from Dynamic Assembly
by DiponRoy
Creating CLR in SQL Server
by Mohammed Abdulla (ABSS)
Step by step procedure to xcopy deploy .NET assembly into fox-pro application

All Articles

Sort by Score

CLR 

28 Oct 2016 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.
20 Oct 2011 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[^]
14 Nov 2011 by Krosus
At an MS-DOS prompt, enter:attrib -r *.*
7 May 2013 by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
11 Jan 2012 by SergioAmorim
A way to quickly find the CLR version of a .NET assembly from the command line
18 Mar 2011 by jfriedman
Interceping Method Calls based on Attributes
15 Jul 2015 by Sarkis Matossian
The steps to install a CLR Stored Procedure in SQL Server
20 Mar 2015 by Sreekanth Mothukuru
SQL CLR functions
24 Jan 2016 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.
10 Mar 2015 by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
10 Dec 2012 by sachin bankar
How to use the result set from a Stored Procedure in a Select statement.
23 May 2012 by Shweta Lodha
Performance analysis for String and StringBuilder
17 Dec 2014 by Brad Joss
SQL CLR Functions for Zip Compression and Regular Expression evaluations
5 Sep 2017 by Member 10262330
I developed this DLL to have a more powerful utility and to simplify SP and query.