This page is meant to function as an index to various note topics regarding the course of learning about the programming language C#


1st Semester

Variables in C# - Complete Guide

Control Flow: If Statements in C#

Arrays in C# - Complete Guide

Methods in C# - Complete Guide

Enums in C# - Complete Guide

Understanding Classes in C#

Objects in C# - From Basics to Practice

Collections in C# - Guide

Inheritance & Polymorphism in C# - A Beginner's Guide

C# Exception Handling Guide

Understanding Interfaces in C# 🔍

Understanding Interface, Repository, and Service Pattern

2nd Semester

Stack & Heap

Equals and IComparer | IComparable