Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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

0
Posted

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

0

The advantages include automatic garbage collection, memory management, support for versioning and security. These advantages are provided through .NET FCL and CLR, while with the unmanaged code similar capabilities had to be implemented through third-party libraries or as a part of the application itself.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.