G Girish Nov 27, 2003 #1 Can Somebody please tell me what is the difference between managed code and managed object.
E Ed Kaim [MSFT] Dec 1, 2003 #2 Managed code is the term for code that runs on the common language runtime (CLR). Managed objects are the specific instances of classes and data structures within that code.
Managed code is the term for code that runs on the common language runtime (CLR). Managed objects are the specific instances of classes and data structures within that code.