G Girish Tripathi Nov 27, 2003 #1 Any one Please can help me to solve this Question? What is Managed Code and what is managed object.
S Scott M. Nov 27, 2003 #2 The term "managed" simply means anything that is fundamentally run via the ..NET Framework. Therefore, anything you build from the ground up in .NET is managed code. COM applications would be considered "unmanaged" code.
The term "managed" simply means anything that is fundamentally run via the ..NET Framework. Therefore, anything you build from the ground up in .NET is managed code. COM applications would be considered "unmanaged" code.