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 Wessel Beulink
Azure API Center Portal streamlines API management; Visual Studio Code extension enhances collaboration and productivity within Azure ecosystem.
by Trần_Tuấn_Anh
Exception propagation is a fundamental concept in Java programming that determines how exceptions are handled and passed through different levels of a program. This mechanism is crucial for ensuring that errors are managed effectively and that your code remains robust and maintainable.
by Trần_Tuấn_Anh
In Spring Framework, managing beans effectively is crucial for building robust and maintainable applications. The Spring Bean Lifecycle is a key concept that helps developers understand how beans are created, initialized, and destroyed within a Spring container.