Vcskicks - vcskicks.com - Visual C# Kicks
General Information:
Latest News:
Transform .NET Config Files Programmatically 24 Jul 2012 | 10:47 am
Programmatically transform web.config and app.config files in C#
C# Read Embedded Resource 24 Jul 2012 | 10:47 am
How to read embedded resources in C#.
Convert MySQL CreateTable Statements to MS-SQL (Code Snippet) 23 Jul 2012 | 12:59 pm
Convert the create table definition from MySQL ready to use into Microsoft SQL Server 2008
Point in Triangle (Code Snippet) 23 Jul 2012 | 12:58 pm
The traditional method is to use barycenter coordinates. By using parameterized triangle line segments, an interpolated point may be found.
Enum to Readable String 5 Dec 2011 | 07:05 pm
How to convert C# enums to readable strings and parse them back.
Projo 4 Dec 2011 | 11:19 pm
A look at an online project management tool called Projo.
C# Extensions for Selenium 2 22 Sep 2011 | 02:23 pm
Short list of useful extension functions written in C# to enhance the functionality of Selenium 2 WebDriver
Generic String Parsing (Code Snippet) 22 Sep 2011 | 02:23 pm
A generic function for converting a string into a type.
jQuery Selector for Selenium 2 WebDriver 21 Aug 2011 | 10:30 pm
Add jQuery selectors to Selenium Webdriver in C# without modifying the Selenium server.
Drawing Regular Polygons 9 Aug 2011 | 09:46 pm
How to draw regular polygons in C# by calculating vertex coordinates and using GDI