What is the difference between managed and unmanaged code?
Answer Posted / vikas
A Managed code is code which runs under the control of CLR.
All DOT Net Codes are Managed Codes
but
A Unmanaged code is code which does not run under the
control of CLR like COM Dlls developed in VB6
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is deferred loading(lazy loading)?
What is meant by bootstrap in mvc5?
What is RouteConfig.cs in ASP.Net MVC 4?
What is entity framework? : Entity framework
What are Scaffold templates in ASP.Net MVC?
What are the components required to create a route in ASP.Net MVC?
What filters are executed in the end?
What is work of clr?
Is .net framework going away?
What is mapping in entity framework? : Entity framework
What is difference between html.beginform and ajax.beginform?
Explain the difference between viewbag and viewdata in mvc?
What is the version number for the next version of the .net framework, codenamed �orcas�?
How to answer for project questions..?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?