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
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What are asp.net authentication providers and iis security?
How do you define the lease of the object in .net?
What is a formatter in .net?
What is .net technology?
What is the difference between asp.net & vb.net and explain architecture?
What is the use com component in .net?
Can a dll be changed to an exe?
How big is the datatype int in .net?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What do you mean by web service?
Do you know what are three common acronyms used in .net, and what do they stand for?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
What is the difference between imperative and interrogative code?
What is the single responsibility principle?