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

https://github.com/iamabdelrahman/csharp-study

A structured repository for my C# learning journey, including examples, labs, and problem-solving solutions. 🚀
https://github.com/iamabdelrahman/csharp-study

csharp design-patterns linq oop solid-principles unit-testing

Last synced: about 1 year ago
JSON representation

A structured repository for my C# learning journey, including examples, labs, and problem-solving solutions. 🚀

Awesome Lists containing this project

README

          

# C# Study Repository

Welcome to my C# Study repository! This repository contains all the code I write while learning and practicing C#. It is structured into different sections for better organization.

## 📂 Repository Structure

```
CSharp-Study/
│── Examples/ # Basic concepts, syntax, and small programs
│── Labs-Trainings/ # More structured exercises and projects from courses
│── Problem-Solving/ # Solutions from HackerRank, LeetCode, etc.
│── README.md # This file
```

### 🔹 Examples/
This section contains small C# programs and examples demonstrating various language features and concepts.
- **Fundamental Concepts** – Collections, Enums, Delegates, Events, etc.
- **OOP** – Classes, Inheritance, Polymorphism, etc.
- **LINQ** – Queries and operations using LINQ.
- **AsyncProgramming** – Working with asynchronous operations.

### 🔹 Labs-Trainings/
This section includes more structured labs and exercises from courses and training programs.
- **CourseWork** – Code from structured learning courses.

### 🔹 Problem-Solving/
This section contains solutions to algorithmic problems from coding platforms.
- **LeetCode** – Solutions categorized by difficulty.
- **HackerRank** – Various problem solutions.

## 📌 Contributing
This repository is for my personal learning, but feel free to suggest improvements or discuss C# concepts!

---
Happy coding! 😊