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 managed and unmanaged code in .net?

Answer Posted / guest

The .NET Framework provides a run-time environment called
the Common Language Runtime, which manages the execution of
code and provides services that make the development process
easier. Compilers and tools expose the runtime?s
functionality and enable you to write code that benefits
from this managed execution environment. Code that you
develop witha language compiler that targets the runtime is
calledmanaged code; itbenefits from features such as
cross-language integration, cross-language exception
handling, enhanced security, versioning and deployment
support, a simplified model for component interaction, and
debugging and profiling services

Is This Answer Correct ?    42 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please explain what is heap and what is stack?

1058


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

1187


Using activex control in .net?

1056


Explain how to produce an assembly?

1066


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1997


Explain me what is .net web service?

1102


Explain about .Net products?

1187


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

1046


Explain webfarm vs webgardens in .net?

1128


What is jit compilers?

1218


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

5167


What are the different types of memory in .net?

1149


What does msil do?

1084


What are the advantages of .net?

1068


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

1100