S.No | Managed Resource | Unmanaged Resource |
---|---|---|
1 | Managed 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. |