Video description
In this beginner-friendly course, chock full of development tips and premium content, we highlight a set of related activities based on each module. The first module covers setting up and developing for Visual Studio 2022. The next modules dive into these C# 10 concepts:
- Basic control structures
- Advanced constructs
- Object-oriented concepts
- Constructors
We also look at troubleshooting and debugging errors to help you implement best practices, write efficient logic, and understand why developers do things the way they do.
The journey you take with this course enables you to become proficient in the Visual Studio 2022 interface and shortcuts. You will learn console application development with C# 10 (.NET 6) and understand C# syntax, data types and variables, sequencing, decision and repetition, string manipulation, date and time manipulation, object-oriented programming with classes and objects, debugging techniques, and more.
You will learn C# programming for desktop applications in a way that will get you up and running in no time. You will be equipped to become an employable .NET developer in any organization. We will grow your knowledge step by step throughout the course, and we will challenge you to be the best that you can be.
Table of Contents
Introduction
Introduction to this Course
Development Environment Setup
Install Visual Studio 2022 Community Edition
Create your First C# Console Project
Visual Studio 2022 Community Edition Tour
Understand the Difference between .NET 6 and Previous Versions
Development Using Visual Studio Code
Section Review
C# Programming: Basic Control Structures
Understand Basic C# Syntax
Input and Output Programs
C# Data Types and Conversion
Application Debugging Techniques
Arithmetic and Assignment Operators
Conditional Statements
Repetition Statements
C# Programming: More Advanced Constructs
Methods - Void
Methods - Value Returning
String Manipulation Functions
DateTime Manipulation Functions
Exception Handling
Arrays
Lists
C# Programming: Object-Oriented Concepts
Introduction to Classes and Objects
Method Overloading
Static Classes and Static Class Members
Inheritance with Classes and Interfaces
Constructors