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?
*******

Answers were Sorted based on User's Feedback



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

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

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

Answer / malli

The Code Is Excuted With The Help of CLR that is managed code
The code is not excuted with the help of CLR and Excuted with the help of OS that is Unmanaged code

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


What is server components?

0 Answers  


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

0 Answers   MindCracker,


what is Disco?what it will do?

2 Answers   Microsoft,


What are the differences between clr & cts?

0 Answers  


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

0 Answers   MindCracker,


How to comment out asp.net tags?

0 Answers  


Explain the function of new view engine in asp.net? : asp.net mvc

0 Answers  


When does a session actually start?

0 Answers  


Is it true that a Web service must be written in .NET or not?

0 Answers   Siebel,


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


Categories