Managed Code and UnManaged Code

Managed Code is produced by (vb.net,c#,j#) .net framework language, which is under the control of CLR (Common Language Runtime).Garbage collector run automatically in managed code.

Unmanaged Code is produced by third party language such as C++ can be used to write such applications, which does not run under the control of CLR.Garbage collector will not run in case of unmanaged code.

Examples of Unmanaged code are Access low-level functions of the operating system. Background compatibility with code of VB, ASP and COM.

Comments

Popular posts from this blog

Auto Refresh .aspx page - ASP.NET

Auto Sequence Number in Grid Control with Paging

MVC Request Execution Stages - Life Cycle

LINQ - C# Programming

ASP.NET MVC Version History

How to Edit More than 200 Rows in SQL Server 2008

Page get postback twice in Mozilla!!!!

SOLID Principles with C#

How to Update Dependent Excel Cells Automatically