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
Visual C# Kicks

Visual C# Kicks

Visual C# Kicks offers a collection of free C# tutorials and source code for .NET programmers, posted by the Visual C# Kicks staff or by the community.

1 2 3 4 5 6 7
(121 resources in 7 pages)
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
Combination Function (Code Snippet) Programming Tutorials

*****
5 from 1 votes

Dec 26th 2009

Combination Function (Code Snippet)

A simple function to calculate the number of possible combinations.

Degree To Point and Back (Code Snippet) Programming Tutorials

-----
No votes

Dec 22nd 2009

Degree To Point and Back (Code Snippet)

Convert an angle in degrees into an XY-coordinate point and back.

Partition List Programming Tutorials

-----
No votes

Dec 17th 2009

Partition List

How to split a list in C# into smaller lists (or partitions). The concepts apply to .NET arrays as well.

Rounding Doubles Programming Tutorials

-----
No votes

Dec 7th 2009

Rounding Doubles

An explanation of how to round doubles in C# as well as the advantages of one method over another.

RNGCryptoServiceProvider Random Integer (Code Snippet) Programming Tutorials

-----
No votes

Nov 21st 2009

RNGCryptoServiceProvider Random Integer (Code Snippet)

Generate a random integer in a range using the RNGCryptoServiceProvider class.

Data to CSV (Code Snippet) Programming Tutorials

-----
No votes

Nov 14th 2009

Data to CSV (Code Snippet)

Write a DataTable or a DataView to a CSV file.

Image Clip Programming Tutorials

-----
No votes

Jul 4th 2009

Image Clip

Fast simple image clipping code in C# using GDI+ to ensure speed and efficiency.

Windows 7 Style Form Programming Tutorials

-----
No votes

Feb 24th 2009

Windows 7 Style Form

Create a Windows Form in C# that docks and snaps to the screen edges like in the upcoming Windows 7.

AVL Tree Programming Tutorials

-----
No votes

Dec 30th 2008

AVL Tree

C# AVL Tree is a self-balancing binary tree designed to improve the running time of searching through data.

Binary Search Tree Programming Tutorials

-----
No votes

Dec 26th 2008

Binary Search Tree

C# Binary Search Tree is a simple data structure for fast searching of data.

KeyValuePair Programming Tutorials

-----
No votes

Dec 15th 2008

KeyValuePair

Store pairs of values in with the C# KeyValuePair generic structure.

Dictionary Programming Tutorials

-----
No votes

Dec 7th 2008

Dictionary

A close look at the C# Dictionary and SortedDictionary data structures.

Greatest Common Denominator Programming Tutorials

-----
No votes

Nov 6th 2008

Greatest Common Denominator

Efficiently find the Greatest Common Denominator (GCD) of two numbers in C# by using the Euclidean Algorithm.

Convert Array to String Programming Tutorials

-----
No votes

Oct 12th 2008

Convert Array to String

Convert any C# array to string with a single function. Supports generic and non-generic lists.

Calculate Distance Formula Programming Tutorials

-----
No votes

Sep 23rd 2008

Calculate Distance Formula

Calculate the distance between two points using a C# function to process the distance formula.

Question-Mark ? Operator Programming Tutorials

-----
No votes

Sep 11th 2008

Question-Mark ? Operator

Shorten conditionals in C# by using the ? operator.

Using Professional Icons Programming Tutorials

-----
No votes

Aug 7th 2008

Using Professional Icons

Raise the presentation quality of your finished applications by adding icons. Read about tips for designing your own or for purchasing professional application icons.

Four-Point Image Distortion Programming Tutorials

-----
No votes

Aug 7th 2008

Four-Point Image Distortion

Distort a bitmap into any quadrilateral shape simply by specfiying the distinct locations of each of the corner points. All done in pure C# code.

Vista-Style Task Dialog Programming Tutorials

-----
No votes

Jul 25th 2008

Vista-Style Task Dialog

Integrate the visually-appealing TaskDialog Vista control into your C# applications, which works even on old versions of Windows.

C# Programming Language of Choice Programming Tutorials

-----
No votes

Jun 30th 2008

C# Programming Language of Choice

Explore the advantages of the C#.Net programming language as a development platform for small and big applications.

1 2 3 4 5 6 7
(121 resources in 7 pages)
Sponsors
Discover Geekpedia

Other Resources