Latest Articles

Transform .NET Config Files Programmatically
08/04/12

Programmatically transform web.config and app.config files in C#

C# Read Embedded Resource
07/24/12

How to read embedded resources in C#.

Convert MySQL CreateTable Statements to MS-SQL (Code Snippet)
07/23/12

Convert the create table definition from MySQL ready to use into Microsoft SQL Server 2008

Point in Triangle (Code Snippet)
07/23/12

The traditional method is to use barycenter coordinates. By using parameterized triangle line segments, an interpolated point may be found.

Enum to Readable String
12/04/11

How to convert C# enums to readable strings and parse them back.

Projo
12/03/11

A look at an online project management tool called Projo.

C# Extensions for Selenium WebDriver
09/22/11

Short list of useful extension functions written in C# to enhance the functionality of Selenium 2 WebDriver

More >>

Popular Articles

Environment Properties
06/29/09

Learn how to access common environment information through C#.NET.

Delete Self (Code Snippet)
02/15/10

Allows a standalone program to delete itself.