Difference between Managed Code and Managed Object

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

Girish Tripathi

Any one Please can help me to solve this Question?
What is Managed Code and what is managed object.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top