Latest Articles ::
Several months ago I started a new VoIP project. I wanted to create an own softphone with the help of Ozeki VoIP SIP SDK library. I have collected...
Learn how to read embedded resources in your .NET applications at run-time.
How to add extra security to your web application, using two factor authentication.
Color from the shape shortcut menu. In the new version the possibility to quickly Expand All / Collapse All elements on diagram was added....
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.