Jan Doubek
My Dev Tricks

My Dev Tricks

Follow
homeLINQ gemsAboutContact
Tag

dotnet

#dotnet

More content

Read more stories on Hashnode


Articles with this tag

ToLookup or not ToLookup, that is the question!

May 30, 20214 min read

Shakespeare will hopefully forgive me for abusing a line from his famous Hamlet. In my post, I won't be covering questions of life and death, but...

ToLookup or not ToLookup, that is the question!

LINQ gems: Troubles with Out Parameters

Mar 25, 20218 min read

How do you deal with out parameters inside of LINQ queries? Almost every time I come across the need to invoke a method inside of a LINQ query, which...

LINQ gems: Troubles with Out Parameters