Experience best Know-how
As a software developer and lecturer for operating
systems, I have gathered tremendous material. The articles provided
here show different aspects of my experience in the area of security and diagnostics.
|
Retrieve
the Assembly Identities from a Manifest using C++ (www.codeproject.com)
|
|
A set of C++ interfaces you can use to retrieve side-by-side relevant information.
|
|
Query
the new Windows Audit Policies Programmatically (www.codeproject.com)
|
|
Today administrators have potentially more control
over the individual audit policy than in earlier versions of Windows.
|
|
Performance Counters Enumerator (www.codeproject.com)
|
|
Enumerate all performance counters registered on a local machine and save the result
of the enumeration in an XML file.
|
|
Use DIA to locate the symbols referenced by an Assembly (www.codeproject.com)
|
|
Debug Interface Access (DIA) is a new API that you can use to manage symbols in Program Database (PDB) files.
|
|
Integrate
the system performance monitor in .NET (www.codeproject.com)
|
|
Integrate one Windows built-in component to visualize performance curves and histograms.
|