
C# Programming Course. Learn the C# programming language and make windows apps.
Why C# programming
Install Visual Studio
Use the C# compiler and start C# programming.
Create a C# console application in Visual Studio, use Main as the entry point, and output text with Console.WriteLine while reading input with Console.ReadLine.
Document your code using C# comments.
Create a simple console app that prompts for a name and reads input with Console.ReadLine. Store the value in a string variable and print it back with WriteLine.
C# variable use
Learn to read numeric inputs in a C# console app by converting text to numbers, parsing user input, and performing simple operations like two times x.
Create a basic Windows Forms application that shows Hello world, add a label, adjust the title and text, run the app, and locate the executable.
Create and customize a button in a form project, resize and label it, and implement a click event that shows a message box.
Build a Windows Forms app that uses a textbox to input your name and shows it when you press the button, with an updated form title.
C# arrays
Use a for each loop to iterate over a combo box's customer items, perform actions for each item, and display results like customer names.
C# for loops example. Iterate over lines of C# statements.
While loops explained. Learn all about while loops.
About the do..while loop and how it relates to the while loop.
If-statements in C# demystifyd.
C# functions, how create functions, call functions and more.
C# function return variables explained .
Learn to read a text file in a beginner c# project by loading content with read all text from system.io and displaying it in a text box on button press.
Read a text file and split its contents into lines, with each line a customer. Clear the combo box, then add each line as an item to the combo box.
Build a basic windows forms app with a menu bar, a movie combo box, and a label, then add exit and register projects and create their functions by double-clicking.
Add an about box in the C# project, wire it to show as a dialog, and update assembly information (version and copyright) in project properties.
Learn to start external applications from C# using Process.Start, wiring button clicks to launch Notepad or Paint, and handle program paths as needed.
Learning to write code? In this introductory course you will learn C# programming. Upon completion you can make basic Windows apps and understand the absolute basics. This course contains clear videos that take you through the basics step by step.
The great news? You won't need any specialized knowledge to get started.
You will learn the C# programming language including: C# code (operators, C# strings, C# list, C# array, for loops and more). We also teach you how to get started with visual studio c#.