Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difference between managed code and unmanaged code ?

Answer Posted / kirti

Managed Code:

Code that runs under a "contract of cooperation" with the common language runtime. Managed code must supply the metadata necessary for the runtime to provide services such as memory management, cross-language integration, code access security, and

automatic lifetime control of objects. All code based on Microsoft intermediate language (MSIL) executes as managed code.

Un-Managed Code:

Code that is created without regard for the conventions and requirements of the common language runtime. Unmanaged code executes in the common language runtime environment with minimal services (for example, no garbage collection, limited debugging, and so on).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain constructor in c#?

1392


What is dll in vb.net?

988


Can private virtual methods be overridden in c#.net?

960


What is difference between a type and class?

1263


How do I join one form to another in c#?

975


Explain the use of SN.exe

1140


What is the wildcard character in sql?

1109


What is thread in c#?

1005


What is helper method in c#?

964


Explain the security with aop?

1107


Why main method is static in c#?

999


What operators can be used to cast from one reference type to another without the risk of throwing an exception?

941


Is string passed by reference in c#?

978


How the versioning applies to Assemblies or can you explain version numbers?

1077


How do you sort an array in c#?

1087