
Define programming as creating computer programs and explore languages like JavaScript, Python, and C sharp. Learn the core operations—input, process, output—and the control structures sequence, decision, and repetition.
Set up your development environment for C# console and Windows forms development, review required tools for Windows and non-Windows environments, explore the dotnet sdk, and prepare for installing Visual Studio.
Compare Visual Studio and Visual Studio Code, then set up the .NET 8.0 SDK in a cross‑platform, command‑line friendly workflow with Visual Studio Code and essential plugins.
Explore C# syntax basics by learning semicolon usage, case sensitivity, and disciplined variable naming, then implement strongly typed storage and meaningful comments.
Explore top level statements in C# 10 and .NET 6, showing how they simplify console apps and differ from the classic Program.cs ceremony.
Learn to produce output to users in a C# console app, design a multi-project solution with proper naming, and compare Console.WriteLine with Console.Write.
Learn to create a C# console app project in Visual Studio and define variables of strings, integers, decimals, and booleans. Print them using concatenation, interpolation, and formatted strings.
Explore data types and variables in c# by examining integers, naming rules, and booleans, and learn printing, concatenation, and type safety with age and retirement age examples.
Learn to receive user input in a C# console app by prompting for name and age, converting strings to numbers, storing values in variables, and displaying the result.
Discover how source control management tracks code changes with Git and GitHub, enabling version history, remote backups, team collaboration, and a portfolio on open source projects.
Create a GitHub account by signing up, verify your email, and log in to access profile; then synchronize code from desktop to GitHub with Visual Studio and Visual Studio Code.
Explore practical GitHub workflow techniques to track exact code versions, manage collaborators, avoid conflicts, and clone or pull updates into Visual Studio or Visual Studio Code.
Enhance the existing console program by adding salary (decimal), gender (char), and working status (bool), using prompts, type conversions, and a minimal refactor to extend output.
Master debugging with breakpoints and variable watch, identify error types, and anticipate arithmetic and assignment operators in the next section.
Explore arithmetic operators in C#, including addition, subtraction, multiplication (asterisk), division (slash), and modulus (percent), and apply bodmas (order of operations) in real-world code.
Learn how logic operators in C# compare values and return booleans, including >, <, ==, !=, and the or and and operators used in decision statements.
Summarizes a beginner C# console calculator workflow: prompts, input conversion, math and logic operations, and assignment operators, followed by committing and pushing enhancements on GitHub.
Explore if statements across languages and learn to evaluate conditions with true or false outcomes, using else blocks in a C# console app to grade and decide pass or fail.
Learn how the C# ternary operator uses a condition, a question mark, and a colon to assign pass or fail in one line, and compare it with if statements.
Explore how switch statements compare to if statements, using case clauses and break, with a default catch-all; see a day-of-week example that prints outputs based on input.
Explore how variable scope and lifetime govern accessibility across code blocks, from global to local scope, and learn to apply dry principles and the ternary operator to manage variables efficiently.
Learn to build a functional calculator in a C# console app using if and switch statements to perform addition, subtraction, multiplication, and division from user input.
Explore the if, else if, switch, and ternary statements, understand their best-use scenarios, and learn to write readable, functional code with conditional logic.
Explore why repetition statements matter by using loops to print text x times with a counter controlled for loop, and a condition control loop that runs until the user exits.
Explore counter-controlled for loops in C#, setting a lower bound, an upper bound, and an increment, then print Hello World ten times using zero-based counting and i++.
Explore while loops as condition controlled pretest loops, learn to set sensible conditions to avoid infinite loops, and practice with a counter, increments, and a negative-one exit to accumulate sums.
Write a console app that reads age, handles conversion errors with try...catch, and uses finally to print a thank you message, illustrating format and overflow exceptions.
Refactor the calculator app to reduce try catch blocks by wrapping the loop in a single try catch, handle divide by zero, and use a finally block to prompt user.
Improve calculator stability by wrapping input and division in a single try-catch within a loop, adding specific exception handling (format and overflow) and a finally block, and committing changes.
Explore strings and datetime data types in C# and master manipulation techniques, built-in methods, and best practices for reliable Windows forms development with Entity Framework.
Explore string manipulation in C# by checking null or empty strings, obtaining length, extracting substrings, splitting into words, replacing text, converting to string, and formatting as currency.
Master date time manipulation in a C# console app, including parsing, formatting, and extracting day, time, and time zone with UTC awareness.
Explore date only and time only concepts in C# by initializing date only with year-month-day, converting from date time, and parsing with parse exact using invariant culture.
Introduce a const retirement age and date of birth as date only, parsing with parse exact to calculate age and retirement year, while formatting salary as currency.
Review how strings are immutable and create new instances, nullable strings with IsNullOrEmpty checks, and key DateTime concepts like DateTime structures, date time offset, UTC, and time zone info.
Overview
In this course, you will learn C# programming for desktop applications. These lessons assume no prior knowledge of programming or the C# language, and will have you up and running in no time. By the end of this course, you will have enough knowledge to build a functional Windows Forms Application, connected to a Microsoft SQL Server Database, with all your program code and changes being tracked on GitHub.
This course will equip you to be an employable .NET Developer job in any organization.
This journey will have you becoming proficient in
Visual Studio Interface and Shortcuts
Console Application Development with C# (.NET 6/7/8)
Understand C# Syntax
Understand Datatypes and Variables
Understand Sequence, Decision and Repetition Control Structures
Understand String Manipulation
Understand Date and Time Manipulation
Understand Object Oriented Programming, Classes and Objects
Understand Visual Studio 2022
Understand Debugging Techniques
Develop Console Applications
Data Driven Graphical User Interface Applications using Windows Forms
Managing Databases with SQL Server Management Studio
Developing User and Roles Management Interfaces and functions
Understand LINQ and Data Queries with C# Syntax
Setup Login and User Management Functionality
Using Static Utility Classes for cleaner code
Developing Multi-Document Interface (MDI) Applications
Applying Object Oriented Programming with C#
Adding a Visual Studio Project to Source Control
Why Learn C# Language
C# is the most versatile programming language in .NET Framework and .NET Core. Not only can you build Windows client applications, but you can also use C# to build Web and mobile apps.
C# can be used to build:
Windows client applications using Windows Forms, WPF and UWP.
Web applications with ASP.NET and ASP.NET Core.
Native iOS and Android mobile apps using MAUI.
Libraries, components, and console applications
Cloud and Azure apps
Block chain apps
Not only is C# language supported and maintained by Microsoft, but it also has a strong community support. More than 5 million developers use C# language. .NET Core and C# compiler are open source and the adoption is growing in open source community.
Content and Overview
This course is very beginner friendly and chock full of development tips. This huge course offers premium content, smartly broken up to highlight a set of related activities based on each module. We will also look at troubleshooting and debugging errors as we go along; implementing best practices; writing efficient logic and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course and you will be challenged to be the best you can be.
By the time you have finished the course you will have moved around in Visual Studio and examined logic and syntax errors so much, that it will be second nature for you when working in the .NET environment. This will put your new learned skills into practical use and impress your boss and coworkers.
The course is complete with working files hosted on GitHub, with the inclusion of some files to make it easier for you to replicate the code being demonstrated. You will be able to work alongside the author as you work through each lecture and will receive a verifiable certificate of completion upon finishing the course.
Clicking the Take This Course button could be the best step you could take towards quickly increasing your income and marketability! Also, remember that if you don't think the course is worth what you spent, you have a full 30 days to get a no questions asked refund!
It's time to take action! This deal will not be available forever!
See you in the course!