Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
Answer / kirti
"Advantage includes automatic garbage collection,memory management,security,type checking,versioning
Managed code is compiled for the .NET run-time environment. It runs in the Common Language Runtime (CLR), which is the heart of the .NET Framework. The CLR provides services such as security,
memory management, and cross-language integration. Managed applications written to take advantage of the features of the CLR perform more efficiently and safely, and take better advantage of developers existing expertise in languages that support the .NET Framework.
Unmanaged code includes all code written before the .NET Framework was introduced�this includes code written to use COM, native Win32, and Visual Basic 6. Because it does not run inside the .NET environment, unmanaged code cannot make use of any .NET managed facilities."
| Is This Answer Correct ? | 0 Yes | 0 No |
Why doesn't the .NET runtime offer deterministic destruction
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
Which is the base class for .net Class library?
Can I uninstall microsoft .net framework?
What was the problem in traditional component why side by side execution is supported in .net ?
Which .net framework is installed?
How does the .net framework 3.0 relate to windows vista?
What is MSIL, IL, CTS and, CLR
What is entity graph? : Entity framework
what is entity data model?
What meant of assembly & global assembly cache (gac) & Meta data