• Post category:StudyBullet-5
  • Reading time:5 mins read


What you will learn

Create Windows programs with C#

Create graphical and console apps

Use Visual Studio

Use variables and arrays

Control the flow using loops and conditional statements

Description

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. 


Get Instant Notification of New Courses on our Telegram channel.


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#.

English
language

Content

Why choose C# and Visual Studio

Overview
Why C#
Install Visual Studio

Introduction

Creating, running and understanding a program
Text output in a console window
Comments
Text Input in a console window
Variables
Numeric Input in Console
Quiz: Introduction

Graphical Programs

Hello World
Button
Textbox

Arrays

Arrays
Loop through Array
Arrays

Iteration

For loop
For loop – multiplication table
While loop
Do While loop
Iteration

If statements

If statements (part 1)
If statements (part 2)
Quiz: If statements

Functions

Functions
Functions – return variables
Quiz: Functions

Files

Read Text File
Read Text File into Array (Combobox)
Write Text to File

More C#

Menubar
About Box
Run External Programs

Apps

Personal Newsletter Generator
Image Viewer
Web Browser