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
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 some useful codes which were really important in the...
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.
Cut/copy/paste functionality behaviour was changed. Now...
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.