DEV Community

Collections and Generics Series' Articles

Back to mohamed Tayel's Series
Understanding Collections in .NET: A Guide to Simplicity and Abstraction

Understanding Collections in .NET: A Guide to Simplicity and Abstraction

1
Comments
4 min read
Generics in C#: Flexibility, Reusability, and Type Safety

Generics in C#: Flexibility, Reusability, and Type Safety

2
Comments
3 min read
Understanding the Need for Collections in Programming

Understanding the Need for Collections in Programming

1
Comments
4 min read
Article 1: Creating a Grid Formatter for Clean Data Display

Article 1: Creating a Grid Formatter for Clean Data Display

Comments
3 min read
Article 2: Building a Reusable Shuffler for Randomizing Data

Article 2: Building a Reusable Shuffler for Randomizing Data

1
Comments
3 min read
Article 3: Building a Team Assignment Application with Grid Formatting and Shuffling

Article 3: Building a Team Assignment Application with Grid Formatting and Shuffling

1
Comments
3 min read
Designing an Abstract Collection Interface for Pagination in C#

Designing an Abstract Collection Interface for Pagination in C#

1
Comments
3 min read
Applying Pagination to a Sorted List c#

Applying Pagination to a Sorted List c#

1
Comments
3 min read
Implementing the List Projection Class in C#

Implementing the List Projection Class in C#

1
Comments
4 min read
Completing the Paginator Class in C#

Completing the Paginator Class in C#

6
Comments
4 min read
Measuring Performance in C#: Benchmarking with BenchmarkDotNet

Measuring Performance in C#: Benchmarking with BenchmarkDotNet

4
Comments
3 min read
Understanding Optimization via Redesign

Understanding Optimization via Redesign

1
Comments
3 min read
Using Benchmarking to Explore Viable Redesigns

Using Benchmarking to Explore Viable Redesigns

6
Comments
3 min read
Understanding Variance in C#

Understanding Variance in C#

2
Comments
3 min read
Covariance and Contravariance in C#: Real-World Scenarios Explained

Covariance and Contravariance in C#: Real-World Scenarios Explained

2
Comments
4 min read
Designing a Covariant Generic Type in C#

Designing a Covariant Generic Type in C#

1
Comments
3 min read
Understanding How the .NET Compiler Handles Generics

Understanding How the .NET Compiler Handles Generics

2
Comments
3 min read