Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?



Describe the advantages of writing a managed code application instead of unmanaged one. What's ..

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

Post New Answer

More Dot Net Framework Interview Questions

Explain .net Framework?

1 Answers  


Can you explain model, controller and view in mvc?

0 Answers  


Explain the advantage of packaging over xcopy in .net?

0 Answers  


differences between poco, model first and data first approach?

0 Answers   Microsoft,


How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


Explain .Net Framework? Why we use it?

0 Answers   MaxSolPro,


What is .net framework in simple terms?

0 Answers  


What is GUID , why we use it and where

1 Answers  


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

0 Answers  


Is any files are generated,when we are adding the web reference to the web service?

1 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers   Cap Gemini,


What is the difference between old ADO.NET and Entity framework coding techniques?

0 Answers  


Categories