Access a URL address with a simple C# application to determine the validity of a website link.
0 comments. Read URL Checker ( 1 pages )
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 )
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 )
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 )
Enhance your C# applications by giving them to ability to generate truly random numbers.
0 comments. Read True Random Number Generator ( 1 pages )
Create a Windows Form with a smooth constant animation across different systems.
0 comments. Read Animated Windows Forms ( 1 pages )
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 )
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 )
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 )
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 )
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 )
This lesson explains how to use C# attributes. Our objectives are as follows:
0 comments. Read Using Attributes in C# ( 1 pages )
This lesson teaches how to handle exceptions in you C# programs. Our objectives are as follows:
0 comments. Read Introduction to Exception Handling in C# ( 1 pages )
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 )
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 )
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 )