-
How the Windows built-in watchdog infrastructure can monitor performance counters and trigger alerts.
Use the new PLA interface to monitor performance counters and triggers Alerts.
-
Static Code Analysis
A static code analyzer building method call networks + sample applications
-
Recursion, Stacks and Queues
An Article that hopes to Function as a Primer for Algorithms
-
generic_ptr and it's generator
generic object wrapper for delayed type selection.
-
ASP.NET AJAX MultiHandleSliderExtender - Slide by Year and Month
Tutorial - How to utilize ASP.NET MultiHandleSlider extender to select year and month in a range, and set the Chart controls in action
-
Marshaling with C# - Chapter 3: Marshaling Compound Types
Learn how to marshal compound types (structures, unions, etc.) with C#.
-
WPF PropertyGrid - MVVM techniques
How to build a multicolumn ListView that selects cell templates based on the row data type; and how to create a ViewModel on the fly for each cell template.
-
Marshaling with C# - Chapter 2: Marshaling Simple Types
Learn how to marshal simple data types with C#.
-
ASP.NET Multipage TIFF Viewer with Thumbnails
ASP.NET Multipage TIFF Viewer with Thumbnails
-
Calendar Gadget using Qt framework
A very simple calendar to be displayed on your desktop similar with a Vista or Windows 7 gadget but works also for Windows XP..
-
Enumerate and Auto-Detect USB Drives
This article describes how to use the .NET System.Management WMI (Windows Management Instrumentation) wrappers to enumerate and describe USB disk drives. It also includes a non-Interop solution for detecting drive state changes as they come online or go offline.
-
Improve responsiveness in Windows with the FILE_FLAG_NO_BUFFERING wrapper
Avoid swapping out valuable file system cache of other applications when accessing large files that you know are not accessed again later.
-
Monitoring access to your shared files on network
ShareMonitor allows you to monitor any access to your network shared files.
-
Limitations of SharePoint Web Services
Discusses the limitation of SharePoint Web Services compared to SharePoint Object Model
-
Windows Ribbon for WinForms, Part 8 – ComboBox
In this article I'll present how to use the ribbon combo box control.
-
Least Squares Regression for Quadratic Curve Fitting
A C# class for Least Squares Regression for Quadratic Curve Fitting.
-
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
-
WPF custom ListBox with scrollbar on the background.
This article explains how to create a ListBox in WPF with the scrollbar in the background and auto-scrolling functionality when hovering over the control ends.
-
PlantUML Editor: A fast and simple UML editor using WPF
A WPF smart client to generate UML diagrams from plain text using plantuml tool
-
A Simple Solution to Some Problems with Asynchrony in Silverlight
A small, extensible suite of classes that elegantly solve some common problems involving asynchrony and event handling that tend to occur when Silverlight and WCF are used together.