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

Why we need get set property in c#?

938


Which is faster dictionary or list?

884


What do you mean by saying a "class is a reference type"?

886


What is the difference between constant and readonly in c#?

874


What is meant by enumerable in c#?

912


What is assembly and dll in c#?

917


What are console applications used for?

891


How to find out that the code is written as managed or un-managed code?

1052


What are constructors in c#?

923


Explain the steps to create satellite assembly?

860


Write a sample code to write the contents to text file in c#?

867


What is single dimensional array in c#?

907


What is desktop example?

894


What is difference between string and stringbuilder in c#?

909


How many digits is a 32 bit number?

862