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

Managed

managed

Great Reads

by CathalMF
Describes with an example of how you can call C#.NET methods from unmanaged C++ code.
by Alexandre Bencz
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
by Amit Bezalel
Get simple debug info from a tray icon.

Latest Articles

by CathalMF
Describes with an example of how you can call C#.NET methods from unmanaged C++ code.
by Alexandre Bencz
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
by Amit Bezalel
Get simple debug info from a tray icon.

All Articles

Sort by Score

managed 

by Alexandre Bencz
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
by Amit Bezalel
Get simple debug info from a tray icon.
by Ahmed_Said
Creating a custom Jumplist with custom events and examining all of its features in Windows Forms 3.5
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.
by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
by Gaurav_Chhatbar
Object oriented implementation of basic language processing / parsing leveraging LINQ / PRISM / UnityContainer.