h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Managed Resource vs Unmanaged Resource

Managed Resource vs Unmanaged Resource
S.No Managed Resource Unmanaged Resource
1Managed resources are those that are pure .NET code and managed by the runtime and are under its direct control.Unmanaged resources are those that are not. File handles, pinned memory, COM objects, database connections etc.