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 ?

Answers were Sorted based on User's Feedback



difference between managed code and unmanaged code ?..

Answer / mayuri

the code which is run under the observation of clr is
called managed code.

at other side the code means native code which is run on
operating system and not run under onservation of clr is
known as unmanaged code.

Is This Answer Correct ?    8 Yes 0 No

difference between managed code and unmanaged code ?..

Answer / vasanth

Managed Code:
The code which is running under the control of CLR is called Managed Code.
UnManaged Code:
If we are using some third party tools, then those code will not be under the control of CLR is called UnManaged code.

Is This Answer Correct ?    5 Yes 0 No

difference between managed code and unmanaged code ?..

Answer / 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

More C Sharp Interview Questions

What are logical operators in c#?

0 Answers  


What is ilasm.exe used for?

0 Answers  


How to assign Null value to Var?

0 Answers   HCL,


What is the difference between ref & out parameters in c#?

0 Answers  


How can an inner class access the members of outer class?

0 Answers   Changepond,


How are Windows programs different from normal C-programs?

0 Answers   Tech Mahindra,


Difference between direct type casting and using "as" keyword?

1 Answers   TCS,


How to use session under class file of APP_Code folder?

0 Answers   ADITI,


How many static constructors are allowed in a class?

0 Answers  


What is the use of console application in c#?

0 Answers  


What is oledbconnection c#?

0 Answers  


What is a console file?

0 Answers  


Categories