Difference in managed code and managed object

  • Thread starter Thread starter Girish
  • Start date Start date
G

Girish

Can Somebody please tell me what is the difference between
managed code and managed object.
 
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.
 
Back
Top