Click here to Skip to main content
15,886,258 members
Everything / Managed

Managed

managed

Great Reads

by pdoxtader
Very fast image processing without use of unsafe code
by Gaurav_Chhatbar
Object oriented implementation of basic language processing / parsing leveraging LINQ / PRISM / UnityContainer.
by Wessel Beulink
Azure API Center Portal streamlines API management; Visual Studio Code extension enhances collaboration and productivity within Azure ecosystem.
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.

Latest Articles

by Wessel Beulink
Azure API Center Portal streamlines API management; Visual Studio Code extension enhances collaboration and productivity within Azure ecosystem.
by pdoxtader
Very fast image processing without use of unsafe code
by Mehul Donga
Handle managed (C#) event in managed (C++/CLI)
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.

All Articles

Sort by Score

Managed 

17 Apr 2023 by pdoxtader
Very fast image processing without use of unsafe code
13 Dec 2013 by CathalMF
Describes with an example of how you can call C#.NET methods from unmanaged C++ code.
10 Oct 2022 by Mehul Donga
Handle managed (C#) event in managed (C++/CLI)