You are here: Home » Tutorials » Software Development » C# .NET

C# .NET tutorials

0 sub-categories and 16 tutorials added directly into this category

URL Checker

Added July 08, 2008, in Software Development / C# .NET /

Access a URL address with a simple C# application to determine the validity of a website link.


0 comments. Read URL Checker ( 1 pages )

Four-Point Image Distortion

Added July 08, 2008, in Software Development / C# .NET /

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.

0 comments. Read Four-Point Image Distortion ( 1 pages )

3D Cube with Shading in GDI+

Added July 08, 2008, in Software Development / C# .NET /

Witness an improved 3D graphics GDI+ application. Built upon the original Euler 3D Rotation article, learn how to get around the Gimbal Lock problem and learn how to shade in 3D shapes in C#.

0 comments. Read 3D Cube with Shading in GDI+ ( 1 pages )

Advantages of Csharp

Added July 01, 2008, in Software Development / C# .NET /

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

0 comments. Read Advantages of Csharp ( 1 pages )

True Random Number Generator

Added July 01, 2008, in Software Development / C# .NET /

Enhance your C# applications by giving them to ability to generate truly random numbers.


0 comments. Read True Random Number Generator ( 1 pages )

Animated Windows Forms

Added July 01, 2008, in Software Development / C# .NET /

Create a Windows Form with a smooth constant animation across different systems.


0 comments. Read Animated Windows Forms ( 1 pages )

5 Ways to Optimize C# Code

Added June 01, 2008, in Software Development / C# .NET /

Discover five simple ways to improve the readability and performance of C# source code and applications.

0 comments. Read 5 Ways to Optimize C# Code ( 1 pages )

C# Data Structures

Added May 21, 2008, in Software Development / C# .NET /

Explore the different C# data structures included in the .Net Framework. Selecting the correct data structure is one of the marks of a good programmer.

0 comments. Read C# Data Structures ( 1 pages )

FTP Upload Files in C#

Added May 21, 2008, in Software Development / C# .NET /

Learn how to upload files with C# to an FTP server. Classes in the .Net Framework allow programmers to access an FTP server without the need for external libraries.

0 comments. Read FTP Upload Files in C# ( 1 pages )

Fading Windows Form in C#

Added May 21, 2008, in Software Development / C# .NET /

Learn how to create Windows Forms in C# that will fade in when the mouse hovers over it and fades out when the mouse leaves.

0 comments. Read Fading Windows Form in C# ( 1 pages )

Custom Shaped Windows Forms

Added May 20, 2008, in Software Development / C# .NET /

Learn how to create custom shaped non-rectangular Windows Form in C#. Use the .Net Framework’s included classes to create stunning programs.

0 comments. Read Custom Shaped Windows Forms ( 1 pages )

Using Attributes in C#

Added April 23, 2008, in Software Development / C# .NET /

This lesson explains how to use C# attributes. Our objectives are as follows:

  • Understand what attributes are and why they're used
  • Apply various attributes with multiple or no parameters
  • Use assembly, type member, and type level attributes

0 comments. Read Using Attributes in C# ( 1 pages )

Introduction to Exception Handling in C#

Added April 23, 2008, in Software Development / C# .NET /

This lesson teaches how to handle exceptions in you C# programs. Our objectives are as follows:

  • Learn what an exception is
  • Implement a routine with a try/catch block
  • Release resources in a finally block

0 comments. Read Introduction to Exception Handling in C# ( 1 pages )

How to use delegates with C#

Added April 02, 2008, in Software Development / C# .NET /

Let's find out how to use delegates in C# (the easy way). Also, we'll see the difference between simple cast delegates and multicast delegates.

0 comments. Read How to use delegates with C# ( 1 pages )

Web Service: XML Config To C# Class

Added March 09, 2008, in Software Development / C# .NET /

Learn about .NET configuration and use this web services to automatically create a wrapper class for handling configuration data.

0 comments. Read Web Service: XML Config To C# Class ( 1 pages )

Delegates and Events in C#

Added March 02, 2008, in Software Development / C# .NET /

This C# tutorial will teach you how to create delegates and events in C# using a practical example of creating two applications, a client and a multi-threaded server. You will learn how to fire your own custom event from a class and handle it in a different class.

0 comments. Read Delegates and Events in C# ( 1 pages )