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 |
Please tell us what is the difference between override and overload in a method?
How do we access crystal reports in .net?
Explain the process of compilation in .NET?
Explain security measures exist for .net remoting in system.runtime.remoting?
How is a property designated as read-only?
What is a manifest in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
How will you register com+ services?
Describe session handling in a webform, how does it work and what are the limitations?
Types of evidence in .net with context to CAS
Explaing your project.
What is model-view -controller Architecture?