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

Explain a program using razor view engine to create a simple application? : asp.net mvc

948


What is variable and constant in .net programming language?

763


What is the difference between asp.net and mvc?

1052


Where can I get information on cookies in asp.net?

956


I’m having some trouble with cas. How can I diagnose my problem?

978


What are query strings used for?

892


What is the difference between user control and custom control?

872


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

976


Explain about consistent programming model in the .NET framework?

1020


What is Web API Routing?

1089


Does google crawl redirects?

907


What is the difference between Session and response.Redirect?

1085


What permissions do asp.net applications posses by default?

1024


Explain how do you validate the controls in an asp .net page?

862


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

951