What is the managed and unmanaged code in .net?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What tools can I use to develop .net applications?

648


What is SOAP? How you will do windows and forms authentication?

688


Explain what is the difference between constants and read-only variables?

600


What is lazy initialization?

680


How is .net core cross platform?

733






Do you know what's the difference between .net and laravel?

644


What are the namespace available in .net?

686


When we use windows api in .net is it managed or unmanaged code?

659


Please explain what is heap and what is stack?

652


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

775


What are the properties of ADO.NET?

735


Explain the difference between the while and for loop.

663


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

635


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

599


Define code access security (cas)?

642