Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
C# tips Series' Articles
Back to Davide Bellone's Series
C# Tip: use yield return to return one item at the time
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jan 28 '22
C# Tip: use yield return to return one item at the time
#
csharp
#
dotnet
15
reactions
Comments
Add Comment
3 min read
C# Tip: Exception handling with WHEN clause
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Mar 25 '22
C# Tip: Exception handling with WHEN clause
#
csharp
#
dotnet
12
reactions
Comments
Add Comment
2 min read
C# Tip: How to temporarily change the CurrentCulture
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Apr 22 '22
C# Tip: How to temporarily change the CurrentCulture
#
csharp
#
dotnet
11
reactions
Comments
1
comment
2 min read
C# Tip: Convert ExpandoObjects to IDictionary
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jul 7 '22
C# Tip: Convert ExpandoObjects to IDictionary
#
csharp
#
dotnet
8
reactions
Comments
Add Comment
2 min read
C# Tip: use IHttpClientFactory to generate HttpClient instances
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jul 25 '22
C# Tip: use IHttpClientFactory to generate HttpClient instances
#
csharp
#
dotnet
12
reactions
Comments
6
comments
2 min read
C# tip: define Using Aliases to avoid ambiguity
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Aug 3 '22
C# tip: define Using Aliases to avoid ambiguity
#
csharp
#
dotnet
11
reactions
Comments
Add Comment
3 min read
C# Tip: Use a SortedSet to avoid duplicates and sort items
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Oct 11 '22
C# Tip: Use a SortedSet to avoid duplicates and sort items
#
csharp
1
reaction
Comments
Add Comment
3 min read
C# Tip: Use Debug-Assert to break the debugging flow if a condition fails
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Oct 21 '22
C# Tip: Use Debug-Assert to break the debugging flow if a condition fails
#
csharp
6
reactions
Comments
Add Comment
2 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account