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...

What is the difference between managed and unmanaged code?
*******

Answer Posted / alb.shah

A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.

Program written in any .net compatible language will go for
compilation for 2times.
In the first compilation of the program, the language
compiler will generate MSIL code which is the managed code.
&

the code generated after the second execution ie by the CLR
is called unmanaged code which is machine understandable and
not by the user.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain the basic use of dataview?

1120


Explain the difference between array and linkedlist?

1050


Explain what the contents of cookie?

1103


Securitywise What are the Enhancements in 2.0?

1997


Which asp.net objects encapsulate the state of the client and the browser?

1145


How ViewstateMac works?

2883


What is custom events?

1118


Explain Life cycle of ASP.NET page when a request is made.

1265


What is asp.net ajax?

1045


What is the equivalent of date() and time() in asp.net?

1026


How to bind all the binding controls in a page at once in ASP.NET?

1010


Define reflection in .net?

1073


Why we use content place holder in asp.net?

1091


What are the disadvantages of asp.net?

1123


How does exception management works in ASP.NET?

1191