A 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.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This 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.
Creating 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.
![]() |
Visual C# KicksVisual 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
Klip
|
||
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
5 from 1 votes Dec 26th 2009 |
Combination Function (Code Snippet)A simple function to calculate the number of possible combinations. |
|
|
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. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 17th 2009 |
Partition ListHow to split a list in C# into smaller lists (or partitions). The concepts apply to .NET arrays as well. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 7th 2009 |
Rounding DoublesAn explanation of how to round doubles in C# as well as the advantages of one method over another. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Nov 21st 2009 |
RNGCryptoServiceProvider Random Integer (Code Snippet)Generate a random integer in a range using the RNGCryptoServiceProvider class. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Nov 14th 2009 |
Data to CSV (Code Snippet)Write a DataTable or a DataView to a CSV file. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Jul 4th 2009 |
Image ClipFast simple image clipping code in C# using GDI+ to ensure speed and efficiency. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Feb 24th 2009 |
Windows 7 Style FormCreate a Windows Form in C# that docks and snaps to the screen edges like in the upcoming Windows 7. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 30th 2008 |
AVL TreeC# AVL Tree is a self-balancing binary tree designed to improve the running time of searching through data. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 26th 2008 |
Binary Search TreeC# Binary Search Tree is a simple data structure for fast searching of data. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 15th 2008 |
KeyValuePairStore pairs of values in with the C# KeyValuePair generic structure. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Dec 7th 2008 |
DictionaryA close look at the C# Dictionary and SortedDictionary data structures. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Nov 6th 2008 |
Greatest Common DenominatorEfficiently find the Greatest Common Denominator (GCD) of two numbers in C# by using the Euclidean Algorithm. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Oct 12th 2008 |
Convert Array to StringConvert any C# array to string with a single function. Supports generic and non-generic lists. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Sep 23rd 2008 |
Calculate Distance FormulaCalculate the distance between two points using a C# function to process the distance formula. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Sep 11th 2008 |
Question-Mark ? OperatorShorten conditionals in C# by using the ? operator. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Aug 7th 2008 |
Using Professional IconsRaise the presentation quality of your finished applications by adding icons. Read about tips for designing your own or for purchasing professional application icons. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Aug 7th 2008 |
Four-Point Image DistortionDistort a bitmap into any quadrilateral shape simply by specfiying the distinct locations of each of the corner points. All done in pure C# code. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Jul 25th 2008 |
Vista-Style Task DialogIntegrate the visually-appealing TaskDialog Vista control into your C# applications, which works even on old versions of Windows. |
|
|
Programming Tutorials
![]() ![]() ![]() ![]()
No votes Jun 30th 2008 |
C# Programming Language of ChoiceExplore the advantages of the C#.Net programming language as a development platform for small and big applications. |