Visual C# .NET Programming For Beginners

Visual C# .NET Programming

This course is an introduction to Visual C# .NET programming. 
It is aimed at complete beginners, and assumes that you have no programming experience whatsoever.

You don't need to buy any software for this course! You can use the free Visual Studio Express Edition from Microsoft. 
To see which version you need, click below:
To work your way through our C# .NET course, simply click a link below - no need to sign up for anything!

C# .Net Chapter No. 1 Getting Started with C#

  1. A C# Console Application Getting Started
  2. Saving your work in C# .NET
  3. Your first line of C# code
  4. How to Run your C# Programmes
  5. Your First C# Windows Form
  6. Adding Controls to a Blank C# Form
  7. Properties of a C# Control
  8. Adding C# Code to a Button
  9. A C# MessageBox
  10. More about the C# MessageBox


C# .NET Chapter No. 2 Variables

  1. Variables in C#
  2. Assigning Text to a String Variable
  3. Concatenation in C#
  4. Comments in C# .NET
  5. Numbers Variables in C# .NET
  6. Double and Float Variables in C#
  7. Double Variables in C# .NET
  8. Addition in C# .NET
  9. Adding up with float Variables
  10. Multiplication and Division in C#
  11. Getting Numbers from Text Boxes
  12. A C# .NET Calculator - Design Stage
  13. C# .NET Calculator - The Code
  14. C# Calculator - The Plus Button
  15. C# Calculator - The Equals Button
  16. Subtraction in C# .NET
  17. Mixing Subtraction and Addition in C#
  18. Operator Precedence in C# .NET

C# .NET Chapter No. 3 Conditional Logic

  1. C# and Loops
  2. Loop Start Values and Loop End Values
  3. A Times Table Program in C#
  4. C# Do loops and While Loops
  5. Checking for Blank TextBoxes in C#


C# .Net Chapter No. 9 String Manipulation in C# .NET
  1. String Manipulation in C# .NET
  2. Trim Unwanted Characters in C# .NET
  3. The Contains Method in C# .NET
  4. The IndexOf Method in C# .NET
  5. The Insert Method in C# .NET
  6. PadLeft and PadRight
  7. Remove and Replace in C# .NET
  8. Substring in C# .NET
  9. Split and Join in C# .NET
  10. A C# .NET Hangman Game

  1. Open a Text File in C# .NET
  2. Read a file line by line in C# .NET
  3. Write to a Text File in C# .NET
  4. How to Copy a File in C# .NET

Comments