Tell us the difference between managed and unmanaged code?
Answer / Raj Kumar
Managed code is any code written in a language that's compatible with the .NET Common Language Runtime (CLR), such as C#, VB.NET, or F#. Managed code has access to CLR services like memory management, exception handling, and garbage collection. In contrast, unmanaged code is written in low-level languages like C++ without using .NET Framework's managed environment. Unmanaged code doesn't have access to CLR services, so developers must handle memory management, security, and other tasks themselves.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Serialiazation?
What is common type system (cts)?
What?s a Windows process?
What is the advantage of .net core?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Explain what are an object and a class?
What is the need of OLE-automation?
explain the states of a window service application?
What is prerender event of a page?
Explain the process of compilation in .NET?
How big is the datatype int in .net?
What are the differences between user control and server control?