Click here to Skip to main content
15,861,168 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 

22 Nov 2017 by Graeme_Grant
This is an alternative for "Simplest WPF Dependency Property For Beginners On Background Color"
4 Oct 2016 by Martin Lachman
How to create a system on MS SQL Server for detection of actual changed records in a database table.
4 May 2023 by Bruno van Dooren
Ways to deal with changed security for CLR code in SQL databases
29 Jan 2018 by Mohammed Abdulla (ABSS)
Step by step procedure to xcopy deploy .NET assembly into fox-pro application
11 Jul 2017 by Doug Duerner, Yeon-Chang Wang
In this article we explored a theory; would it be better to not utilize a heap construct when dealing with very large objects in .NET, in order to avoid Large Object Heap (LOH) fragmentation?
22 Jun 2013 by Pero Matić
A detailed analysis of how to inject the .NET runtime and arbitrary .NET assemblies into unmanaged and managed processes; and how to execute managed code within those processes.
6 Apr 2017 by matt warren
Here is a list of 68 things that the CLR does before executing a single line of your code
28 Dec 2015 by Dmitry Orzhevsky
This article describes a set of tools and techniques which can be used to find memory allocation problems in .NET code and help significantly boost your app performance.
19 Dec 2011 by David Catriel
Creating a .NET trigger for SQL Server that will log (down to the field level) all changes made to tables.
15 Jun 2012 by fraser125
A detailed look at SQL CLR procedures and how to create one that does serious work.
8 May 2013 by Jon Woo
This article is intended to help conceptualize the area of JavaScript Object Oriented Programming by comparing it to the way .NET CLR works.
23 Oct 2019 by wmjordan
Do something crazy and dangerous with CLR and a method made from Dynamic Assembly
2 Jul 2019 by DiponRoy
Creating CLR in SQL Server
23 Feb 2011 by Jon_Slaughter
Design a Statemachine in XML and generate a C# code representing it.
18 Jan 2017 by Doug Langston
A Visual Studio 2015 project that shows one way to pass information between Windows Forms