Related resources for Instrumentation
  • How to Get External Drives and Peripherals Using WMI Query4/22/2024 9:26:33 AM. Learn how to efficiently retrieve information about external drives and peripherals on Windows using WMI queries. Explore the power of WMI (Windows Management Instrumentation) for detecting and managi
  • Distributed Tracing with OpenTelemetry in .NET Core2/16/2024 10:03:28 AM. OpenTelemetry revolutionizes observability in software development, offering a unified approach to collecting telemetry data across distributed systems. With its standardized APIs and SDKs, developers
  • Retrieving Motherboard Serial Number Via WMI9/6/2023 6:50:30 AM. Learn how to retrieve Motherboard serial number and other related information via Windows Management Instrumentation (WMI) in .NET.
  • Windows Management Instrumentation in C# 8/29/2022 6:28:24 AM. In this article, I will explain to you about Windows Management Instrumentation in C#.
  • Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide12/7/2020 1:17:55 AM. The Microsoft EIF is a bunch of assemblies for .Net that make your life easy when it comes to instrumenting your program, by this I mean tracing facilities, writing to the event log, and many other th
  • Interrogating Your Printer Queues with WMI5/21/2020 4:43:00 AM. In response to a newsgroup query here is the code needed to view the printer queues on your system.
  • Windows Management Instrumentation (WMI)4/13/2016 3:08:31 AM. In this article we are going to write a windows forms application that helps us to retrieve a list of services on a remote computer and operate on them(start/stop).
  • Windows Management Instrumentation (WMI)9/30/2012 5:07:26 AM. WMI is a component of the Microsoft operating system that allows you to monitor virtually every piece of the system either locally or remotely.
  • Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide9/30/2012 5:03:35 AM. The Microsoft EIF is a bunch of assemblies for .Net that make your life easy when it comes to instrumenting your program, by this I mean tracing facilities, writing to the event log, and many other things.
  • In-depth Look at WMI and Instrumentation: Part I9/30/2012 4:16:45 AM. WMI provides a consistent programmatic access to management information in the enterprise. It uses the typical provider and consumer concept where you have on one side components providing this management information while on the other side management applications can subscribe and consume it.
  • 4 Steps to Enable Instrumentation in WCF 5/15/2012 7:21:02 PM. Many times we would like to monitor events of WCF application in production environment. We would like to monitor events like errors, security audits, performance etc. This can be achieved by extending the ASP.NET health monitoring system in WCF. The health monitoring system is also termed as instrumentation.
  • Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ)1/28/2011 2:29:23 AM. Diagnosing a software application is an art and this art has to be more skillful when in production. In the development environment you have the complete VS IDE tool so diagnosing is much easier. In a production environment as a best practice you do not install Visual Studio IDE. So in production it’s like fighting with a Lion without a knife.
  • An in-depth look at WMI and Instrumentation: Part II2/2/2006 1:07:24 AM. In this second part of the series, you will learn how to work with WMI classes and class instances, and then demonstrates the wealth of information available through the Win32 and IIS WMI providers.