DEV Community

C# tips Series' Articles

Back to Davide Bellone's Series
C# Tip: use yield return to return one item at the time
Cover image for C# Tip: use yield return to return one item at the time

C# Tip: use yield return to return one item at the time

15
Comments
3 min read
C# Tip: Exception handling with WHEN clause
Cover image for C# Tip: Exception handling with WHEN clause

C# Tip: Exception handling with WHEN clause

8
Comments
2 min read
C# Tip: How to temporarily change the CurrentCulture
Cover image for C# Tip: How to temporarily change the CurrentCulture

C# Tip: How to temporarily change the CurrentCulture

10
Comments 1
2 min read
C# Tip: Convert ExpandoObjects to IDictionary
Cover image for C# Tip: Convert ExpandoObjects to IDictionary

C# Tip: Convert ExpandoObjects to IDictionary

4
Comments
2 min read
C# Tip: use IHttpClientFactory to generate HttpClient instances
Cover image for C# Tip: use IHttpClientFactory to generate HttpClient instances

C# Tip: use IHttpClientFactory to generate HttpClient instances

12
Comments 6
2 min read
C# tip: define Using Aliases to avoid ambiguity
Cover image for C# tip: define Using Aliases to avoid ambiguity

C# tip: define Using Aliases to avoid ambiguity

9
Comments
3 min read
C# Tip: Use a SortedSet to avoid duplicates and sort items
Cover image for C# Tip: Use a SortedSet to avoid duplicates and sort items

C# Tip: Use a SortedSet to avoid duplicates and sort items

1
Comments
3 min read
C# Tip: Use Debug-Assert to break the debugging flow if a condition fails
Cover image for C# Tip: Use Debug-Assert to break the debugging flow if a condition fails

C# Tip: Use Debug-Assert to break the debugging flow if a condition fails

4
Comments
2 min read