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
- Host: GitHub
- URL: https://github.com/tneos/csharpbootcamp
- Owner: tneos
- Created: 2025-06-08T17:32:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T06:52:56.000Z (about 1 year ago)
- Last Synced: 2025-06-09T07:45:39.604Z (about 1 year ago)
- Topics: clean-code, dotnet, generics, linq, oop, unit-testing, wpf
- Language: C#
- Homepage:
- Size: 3.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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