Blog Detail

C# Programming Tutorials

C# Programming Tutorials

http://www.daveoncsharp.com

DaveOnCSharp.com is a weblog aimed at those interested in programming with C#.NET.

You will find a repository of useful articles aimed at C# software developers. In these articles I will cover many different programming topics, from simple Windows Forms to ASP.NET Web Forms, and more.

You will find how-to articles and tutorials, many examples, and also tips and tricks from my own personal experiences in software development.

subscribe Recent Posts

  • Binding a Windows Forms ComboBox in C#

    Posted on Sunday November 29th, 2009 at 12:18 in binding, windows forms, combobox, keyvaluepair

    Most often when reading the selected item of a bound combobox you will need more information than just the selected text or the selected index of the combo. For example, if you have a combobox bound to a user table in your database, you will most pro...

  • C# Escape Sequence Listing

    Posted on Tuesday November 10th, 2009 at 13:29 in escape, string, string operations

    What is an escape sequence? Well, put simply, an escape sequence is a series of special characters which are interpreted by the compiler as a command. In other words, they suspend the normal processing to perform some special function. In C#, escape ...

  • Retrieving Data From a MySQL Database

    Posted on Saturday November 7th, 2009 at 13:13 in MySQL, database, databases, connection

    In this article I am going to show you how to programmatically retrieve data from a MySQL database using the MySqlDataAdapter and the MySqlDataReader classes. Both these classes are available once you install the MySQL Connector for .NET which can be...

  • Connecting to a MySQL Database Programmatically

    Posted on Sunday October 18th, 2009 at 15:03 in MySQL, database, databases, connection, settings

    Microsoft Visual Studio lets you create a database connection using its IDE, and it’s quite powerful as well, but personally I prefer to create my database connections programmatically. When creating my connection’s code manually I find i...

  • New ASCII Codes Page

    Posted on Wednesday October 7th, 2009 at 15:59 in string, ascii, string operations

    I have added a new page to this blog called ASCII Codes, which can be accessed from the navigation bar at the top of the page. This new page is intended as a reference guide which you can use to look up an ascii code’s decimal, hexadecimal, and...

  • How to Capture System Events using C#

    Posted on Monday October 5th, 2009 at 15:06 in windows, events, operating system, windows forms

    What are system events? Well, basically they are events raised by the operating system when a user performs an action which affects the operating environment. System events are accessible through the Microsoft.Win32.SystemEvents class. SystemEvents ...

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 2 + 4
Comment:
  Remember Information