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
mention what is code first approach and model first approach in entity framework?
What is ado.net data provider? : Entity framework
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is the use of view model in asp.net mvc?
What is asp net framework?
what is datacontrols?
What are the levels at which filters can be applied in an asp.net mvc application?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Can we have enum in entity framework?
what is entity framework?
What is a view engine?
Does .NET Framework support SAX?
How we can multiple submit buttons in ASP.Net MVC
How can you return string result from Action in ASP.Net MVC?