An open API service indexing awesome lists of open source software.

https://github.com/tneos/csharpbootcamp

C# Online Course
https://github.com/tneos/csharpbootcamp

clean-code dotnet generics linq oop unit-testing wpf

Last synced: about 2 months ago
JSON representation

C# Online Course

Awesome Lists containing this project

README

          

# CSharpBootcamp

First part of the course is learning the C# basics and programming concepts in general:

Variables

Arrays

If Statements

Loops

Building Algorithms & Logic

Second part is using the pillars of object-oriented programming:

Classes

Methods

Objects

Inheritance

Polymorphism

Clean Code

SOLID principles

Third part of the course is more advanced C# Topics, such as:

Events

Delegates

Interfaces

Generics