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
What tools can I use to develop .net applications?
What is SOAP? How you will do windows and forms authentication?
Explain what is the difference between constants and read-only variables?
What is lazy initialization?
How is .net core cross platform?
Do you know what's the difference between .net and laravel?
What are the namespace available in .net?
When we use windows api in .net is it managed or unmanaged code?
Please explain what is heap and what is stack?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are the properties of ADO.NET?
Explain the difference between the while and for loop.
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
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.
Define code access security (cas)?