Latest Articles ::
How to convert C# enums to readable strings and parse them back.
Microsoft Windows operating systems include the ability to lock the workstation. This leaves programs running but prevents access by unauthorised...
A circular buffer is a type of fixed size, first in, first out queue. The spaces in the buffer can be thought of as connected in a ring. Items in the...
The eleventh part of the Parallel Programming in .NET tutorial considers the use of continuation tasks. These are parallel tasks that start...
Moq provides similar capabilities when mocking properties of classes or interfaces as when mocking methods. Although the same verification and...
Shows how to gradiently color a cell in a WPF DataGrid based on the contents of the other cells or just a single column.
RumorMill 5 is a C# WPF MVVM application that polls RSS feeds. It also supports the idea of categorizing your feeds by color and name so you can...
Short list of useful extension functions written in C# to enhance the functionality of Selenium 2 WebDriver
Add jQuery selectors to Selenium Webdriver in .NET without modifying the Selenium server.
How to draw regular polygons in C# by calculating vertex coordinates and using GDI+