Visual C#

C# is a multi-paradigm programming language encompassing imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative. C# is one of the programming languages designed for the Common Language Infrastructure.

Visual C#

Parse/read csv file using C#

6 May, 2012
The simplest way to parse csv files. I am using external library that does the magic for you. Csv file should be separated by commas and strings with double quotes.
Visual C#

File Browser Dialog in C#

4 May, 2012
How to create file browser dialogue in Microsoft Visual C#.