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 |
What is the use of system.diagnostics.process class in .net?
Difference abstract class and interface in .net?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What's a windows process in .net?
What is boxing and un-boxing in .net?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
How do you generate a strong name?
What are the differences between user control and server control?
What tools can I use to develop .net applications?