C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Any
Platform
Any
License
Any
How to convert C# enums to readable strings and parse them back.
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 identify the topic of the feed simply by the color....
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+
A tool written in C# to transform multiple lines of text into a javascript-friendly multi-line string.
Implementing a box blur effect in C# via image convolution.
Possible ways to represent a graph data-structure in C# to implement graph algorithms.
RabbitMQ is the hottest open source messaging system on the market, and now you can leverage it in your C# applications! Learn how to use this messaging system with this easy to follow tutorial,...
Learn how to make a simple Twitter client in C# with a very graphical WPF UI. The full source code and Visual Studio 2010 project is included.
Leverage the Google Exchange Rate API to give your apps the ability to convert currencies with this simple class.
A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing...
Language Integrated Query (LINQ) includes an operator that calculates the average value of a sequence containing numerical data. The Average method calculates the mean of the sequence. This article...
Some software monitors the amount of physical or virtual memory that is available to the operating system, or obtains this information before attempting processes that will use large amounts of RAM....