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 |
Explain ASP.NET MVC Identity and Security?
Is any files are generated,when we are adding the web reference to the web service?
How does the .net framework 3.0 relate to windows vista?
Explain representational state transfer (rest) in detail?
About namespaces ?
how to face first interview in .NET?
Describe the gac in the .net framework.
How to free the memory that is not used by an object in garbage collection?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
what is deferred loading(lazy loading)?
What is Differnce between html.action and ajax.action?