A quick tutorial about controling winamp from c# using DllImport’s.
How to Convert Cursor into While Loop In SqlServer
This article is about how we can change the cursor in the while loop in SQL Server. It’s very useful in improving the performance of stored procedures.
Introduction to Arrays in Java
This tutorial covers creating, accessing, initializing, inserting, searching and deleting arrays and their elements in Java. Examples are given for each of these actions to aid the reader in getting a hands-on experience.
Understanding C++ data types III
This is the third part and the biggest of the small book named ‘Understanding C++ data types’. This part covers the ‘integer’ data type.
Bubble Sort Algorithm in Java
The bubble sort is notoriously slow, but it’s conceptually the simplest of the sorting algorithms and for that reason is a good beginning for our exploration of sorting techniques.
CD Drive Control
Enumerates all CD-ROM drives and allows them to be opened and closed at the touch of a button.
Selection Sort Algorithm in Java
The selection sort algorithm is slightly better performing than bubble sort, and so we’re going to explain how it works and implement it in Java.
Windows forms programming
Creating forms in C#, and handling them, the object oriented way.
Using server side includes
Demonstrates how to use server side includes in ASP .NET by including User Control files in Web Forms.
Understanding binary
Understanding binary is one of the most important things in programming. Will teach you how to transform from decimal to binary and vice versa.