C# Tutorials - Downloads

Downloads

Return to index
 


Download Description Size
Gradient Generating Program I've put a little utility program up on my little corner of DC. It allows the user to view different possibilities in the area of linear gradients with which to decorate Windows forms. The program allows the user to cycle through randomly generated gradients. If you find one you like, you can take a snapshot of it. Optionally, the snapshot can contain text showing exactly which two colors form the endpoints of the gradient. Different sizes are possible, and the program provides a quick shortcut to access the images subdirectory. There is a help file included that can be accessed from the main form. 26 Kb
Incomplete Tutorial series on programming an Adventure Game with C# This archive contains archived snapshots of the C# project files as they exist at various points in the game's development. There is a PDF document that gives explanatory information about design decisions and code rationale along the way. So far, 24 assignments have been completed with full source code and documentation. 1,348 Kb
Tutorials #1 to #5 An archive of the first five tutorials, plus a review of those lessons, in the "C# for the Completely Uninitiated" series. After downloading, extract the archive, keeping its directory structure intact. You can then access all the material via the index file (you must be connected to the Internet to access the sample solution source code listings for those programming assignments given in Tutorial #5 and in the Review). 6,916 Kb
Source Code Listings for Tutorial #5 and Review A listing of all the example programs utilized in Tutorial #5 and the Review of the first five tutorials. 59 Kb
Tutorial #6 An archive of Tutorial #6 in the "C# for the Completely Uninitiated" series. This tutorial covers if statements, switch statements, and while loops in C#. After downloading, extract the archive, keeping its directory structure intact. You can then open the kyrathaba_cs6.htm file. 3,432 Kb
Source Code Listings for Tutorial #6 A listing of all the example programs utilized in Tutorial #6. 3 Kb
Tutorial #7 An archive of Tutorial #7 in the "C# for the Completely Uninitiated" series. This tutorial covers strings and related things in quite some detail. After downloading, extract the archive, keeping its directory structure intact. You can then open the kyrathaba_cs7.htm file. 2,695 Kb
Source Code Listings for Tutorial #7 A listing of all the example programs utilized in Tutorial #7. 6 Kb
Tutorial #8 An archive of Tutorial #8 in the "C# for the Completely Uninitiated" series. This tutorial covers various types of arrays, and how to use foreach and nested for loops to work with their contents. After downloading, extract the archive, keeping its directory structure intact. You can then open the kyrathaba_cs7.htm file. 90 Kb
Source Code Listings for Tutorial #8 A listing of all the example programs utilized in Tutorial #8. 3 Kb
Crocus Contacts The program, as the name implies, stores information about your personal contacts. It's sort of like a digital rolodex. It allows you to store name, address, email, etc., plus a photograph of the person. You have the option of passwording the contact. Contacts are saved to disk in binary format, so only this program can open them. The program supports creating new contact files, opening existing contact files, browsing for and selecting a jpg photo, saving contacts to disk, and deleting existing contact files. A sample contact, "Dr. Beverly Crusher.crf" is included. Contact files have the CRF extension. Supports emailing contacts.

This download is the complete installer. It creates program group, file association, etc., using Inno Setup Builder.

264 Kb
Quiz Maker This program, written in C#, uses the .NET Framework 2.0 and can create 10-, 20-, or 30-item quizzes, with multiple choice answers A, B, C, and D. Optionally, a quiz can be passworded so that anyone without the password can only open the quiz file in the testing mode, to take the quiz and be scored. For those quiz files that are passworded, supplying the correct password allows you to open the quiz in the editor mode and make modifications. Quiz files are saved in binary format and are around 3 Kb in size. They have a *.qzz extension. This program is freeware/donationware. Do with it as you wish. 20 Kb
Quiz #1 The quiz file for Tutorial #1 of the "C# for the Completely Uninitiated" series 2 Kb
Quiz #2 The quiz file for Tutorial #2 of the "C# for the Completely Uninitiated" series 2 Kb

 


Return to index