Programming with C#

Your complete guide to programming in C#

Ratings: 4.89 / 5.00




Description

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


  1. Getting started with the C# programming language

  2. How can we work with variables and the different types in C#

  3. How to work with the different types of statements - Selection-based, iteration-based.

  4. Basics when it comes to classes - Defining classes, fields, properties, constructors.

  5. How to work with derived classes and interfaces.

  6. How to use the different types of Collections - Queue, Stack, List, Dictionary.

  7. How to implement records in C#

  8. How to delegates and Lambda work.

  9. Using LINQ to work with data.

  10. Working with Files and Streams in .NET.

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

What You Will Learn!

  • Students will learn the basics when it comes to the C# Programming language.
  • Students will learn how to develop classes to define entities and all aspects around classes in C#.
  • Students will learn further aspects such as working with Collections, File I/O, Streams.
  • Students can also build a sample console-based application based on base requirements for a real-world application.

Who Should Attend!

  • This course is for students who want to learn the C# programming language.
  • This is especially ideal for students who want to learn a programming language to be able to use it with other technologies such as cloud platforms like Azure