This course is being dedicated to teach students on the C# programming language. Currently this course targets teaching the basics when it comes to the C# programming language. In further iterations of the course, content when it comes to developing Web Applications and the Entity Framework will also be added to the course. Currently this courses focuses on teaching the following concepts
Getting started with the C# programming language
How can we work with variables and the different types in C#
How to work with the different types of statements - Selection-based, iteration-based.
Basics when it comes to classes - Defining classes, fields, properties, constructors.
How to work with derived classes and interfaces.
How to use the different types of Collections - Queue, Stack, List, Dictionary.
How to implement records in C#
How to delegates and Lambda work.
Using LINQ to work with data.
Working with Files and Streams in .NET.
How can we work with data that is stored in a JSON-based file.
We are also going to create a mini-project in C#. This will revolve around creating a learning application that will work with Students, Instructors and Courses. We will work from the requirements and develop a simple Console-based application to deliver on the requirements.