Managed Code is what VB.NET and C# compilers create. It compiles to Intermediate Language (IL), not to machine code that could run directly on your computer. The IL is kept in a file called an assembly, along with metadata that describes the classes, methods, and attributes (such as security requirements) of the code you’ve created. [...]
Posts Tagged ‘managed code’
Managed and Unmanaged Code
Posted: October 19, 2009 in .Net FrameworkTags: .Net, .Net Framework, managed code, unmanaged code
1
