I update this repository regularly as I continue learning C#
Repository Structure
Each topic is organized into its own project to keep the code clean and easy to navigate.
CSharp-Practice
│
├── 01-Basics
├── 02-ControlStatements
├── 03-Loops
├── 04-Methods
├── 05-Arrays
├── 06-Strings
├── 07-OOP
├── 08-Collections
├── 09-LINQ
└── 10-Projects