Let’s you find the first occurance of a string within a file.
Get the IP of a host
Getting the IP address and host name of a host / webhost using System.Net.
Random Number Generation
Generate random ints, floats, and doubles with ease.
An introduction to JavaScript
An introduction to JavaScript, how it was born, what is it good for, different types and versions of this scripting language, and the compatibility between it and the browsers.
How to make a screen saver
How to make a screen saver in C#, one very similar to the Windows XP screen saver. Tutorial and source code.
Using the DataList control
This tutorial covers the creation of a DataList control to retrieve records from a database. Also shows you how to make the DataList esthetic by changing its attributes.
ListBox and CheckedListBox
Here we’ll cover the aspects of C#’s list boxes and checked list boxes (ListBox and CheckedListBox controls).
Using MDI
Covers the creation of child forms at runtime inside a MDI form and other programming aspects, like building menus.
How to convert date to time and back
This tutorial show how to convert DATE to TIME and customize output
Using WebClient to download a file
How to use the WebClient class to download a file from the Web and save it to a local path on your computer.