Write Session06

This commit is contained in:
2025-04-27 17:47:07 +03:30
parent 587d0e32fc
commit 104d41f211
6 changed files with 721 additions and 20 deletions
@@ -356,7 +356,7 @@ You are provided with a SQL script, that adds some sample data into the followin
# Merge
- [ ]  Create the feature/transportation-search branch based on develop
- [ ] Create a PR and merge the current branch with develop
# Additional Info
@@ -504,7 +504,7 @@ public class CustomerController : ControllerBase {
## List-like stuff in `C#`
Absolutely, lets go over the main “list-like” data types in C#. They all serve similar purposes—holding multiple items—but differ in functionality, performance, and use cases. Heres a detailed breakdown:
🔷 1. IEnumerable
🔷 1. `IEnumerable`
- Namespace: System.Collections.Generic