DataGridView Control with MySQL

Submitted by admin on
I received a lot of email if I can make a tutorial on how to connect VB.NET with MySQL. So here it is. I am planning to continue this tutorial that is similar on my previous article on Database Programming Made Easy. The only difference with the previous one is that I will be using MySQL instead of MS Access and MS SQL Server. This tutorial will teach you how to connect Visual Basic .NET 2008 to

How to Fix Errors Found In Source Code

Submitted by admin on

The majority of questions I received here is when somebody download my source code and found an error after running it. Well, actually you will not encounter those errors if you just follow the instructions on the readme file.

But sometimes, due to the fact that you are in a hurry to open the source code and want to see what’s on it, you forgot to read the important instructions.

This little guide will teach you on how to prevent this.

C# and .NET

Submitted by bunnyboxy on
C# (pronounced C-Sharp) is no doubt a language of choice in the .Net environment. It is a whole new language free of the backward compatibility curse with a whole bunch of new, exciting and promising features. It is an Object Oriented Programming language, and has at it's core many similarities to Java, C++ and VB. In fact, C# combines the power & efficiency of C++, the simple & clean OO design of Java, and the code simplification of Visual Basic.

Posting Guidelines

Submitted by admin on

The following guidelines will teach you how to post properly in this website.

Code Coloring

This website has a code coloring for every language you selected. Whether you submit an article, tutorial, comments, source code the syntax highlighting will trigger if you use the following code.