DEV Community

c# Collection Series' Articles

Back to mohamed Tayel's Series
Introduction to Arrays

Introduction to Arrays

Comments
3 min read
Import from excel to Array using C#

Import from excel to Array using C#

Comments
4 min read
Dynamic Data Handling in C#: Resizing Collections with List<T>

Dynamic Data Handling in C#: Resizing Collections with List<T>

Comments
4 min read
C# Dictionary p1

C# Dictionary p1

1
Comments
4 min read
C# Dictionary p2

C# Dictionary p2

1
Comments
3 min read
For vs. Foreach in C#: Choosing the Right Tool for Enumeration

For vs. Foreach in C#: Choosing the Right Tool for Enumeration

1
Comments
3 min read
Mastering Loop Conditions and Subset Iteration in C#

Mastering Loop Conditions and Subset Iteration in C#

1
Comments
3 min read
Batching Iteration: A User-Friendly Way to Display Data

Batching Iteration: A User-Friendly Way to Display Data

1
Comments
3 min read
Mastering List Enumeration in C#: Full Code Examples

Mastering List Enumeration in C#: Full Code Examples

1
Comments
2 min read
How to Systematically Remove Elements from a List in C#

How to Systematically Remove Elements from a List in C#

1
Comments
3 min read
Safely Modifying Lists in C#: Avoiding Index Issues During Iteration

Safely Modifying Lists in C#: Avoiding Index Issues During Iteration

1
Comments
3 min read
Removing Elements from Lists in C# with RemoveAll

Removing Elements from Lists in C# with RemoveAll

1
Comments 1
3 min read