Tag: Development

Community

Using WMI from managed code

(Andriy Klyuchevskyy) Windows Management Instrumentation (WMI) is Microsoft’s implementation of Web-Based Enterprise Management (WBEM), which is the industry standard for unifying the management of distributed computer systems. The WBEM standard includes the Common Information Model (CIM) for descri

Community

Insight of Garbage Collector

(Abey George) Common Language Runtime requires that all resources be allocated from the managed heap. Objects are automatically freed when they are no longer needed by the application. When a process is initialized runtime will allocate a contiguous region of address space. This region we call it as