Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

Tutorials and Code C# Tutorials and Code

1 2 3 4 5 6 »
(132 tutorials and code snippets in 19 pages)
Latest Tutorials: RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   
Latest Code: RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   
Tutorial

*****
4.58 from 12 votes

Oct 7th 2007
by Andrew Pociu

Getting Disk Drive Information using WMI and C#

The C# application in this tutorial will retrieve disk drive information such as the model, serial number, capacity, interface, cylinders, heads, sectors and tracks from WMI.

Code

***--
3 from 1 votes

Sep 27th 2008
by Andrew Pociu

Validate DateTime Format

Test a C# date and time as a valid DateTime object format through error handling.

Tutorial

*****
4.41 from 10 votes

Oct 7th 2007
by Andrew Pociu

Reducing JPEG Picture Quality using C#

Learn how to create an application that reduces the quality of JPEG pictures from a folder and then puts the new pictures into another folder.

Code

**---
2 from 1 votes

Sep 23rd 2008
by Andrew Pociu

Get Letters Of The Alphabet

Get the alphabet by looping through the ASCII values 65 to 90, which correspond to uppercase A through Z.

Tutorial

*****
5 from 3 votes

Oct 6th 2007
by Andrew Pociu

Getting the Who-Is Information of a Hostname

This C# tutorial will teach you how retrieve who-is information for domain-names and IPs from who-is servers such as whois.internic.net.

Code

-----
No votes

Sep 20th 2008
by Andrew Pociu

Escape Unsafe XML Characters

Before introducing data into XML clients, be it within tags or attributes of tags, it's important to escape all illegal XML characters that might break the validity of the XML. This can be easily done in C# using the Escape method.

Tutorial

*****
4.67 from 3 votes

Oct 4th 2007
by Lewis Cowles

Capturing Applications in a Form with API Calls

This is a programming tutorial showing you how to capture an application in a form using C# and API calls to unmanaged user32.dll calls.

Code

*----
1 from 4 votes

Sep 11th 2008
by Andrew Pociu

Taking Website Screenshots With The WebBrowser Control

Sample code on how to take screenshots of websites, resize them to thumbnails and save them as PNG file onto the harddrive.

Tutorial

***--
2.78 from 14 votes

Sep 30th 2007
by Lewis Cowles

Multithreading with C#

This tutorial offers an introduction to multithreading in C# and it also uses a sample project to show you how to start using threads.

Code

****-
3.75 from 4 votes

Sep 5th 2008
by Andrew Pociu

Simulate Mouse Click On WebBrowser Control

Sample C# code for executing any type of mouse click on a WebBrowser control by calling a set of unmanaged functions from the user32.dll library.

1 2 3 4 5 6 »
(132 tutorials and code snippets in 19 pages)
Filter Results
Show:


Latest IT Jobs


Other Resources
Sponsors
Discover Geekpedia

Other Resources