What is the managed and unmanaged code in .net?
Answers were Sorted based on User's Feedback
Answer / guest
manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pavan
managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment
Is This Answer Correct ? | 2 Yes | 3 No |
What is the difference between a debug and release build?
What is Nothing permission set in .Net
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Do you know what is .net standard?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
What are the similarities and difference between class and structure in .net?
What is the Difference between imperative and interrogative code?
Explain what relationship is between a process, application domain, and application?
Name some of the languages .NET support?
What is immutability?
What is "common language specification" (cls) in .net?