Search Results

Found 1 results for "8d5cb0df74b94652960d4a02c53ee520" across all boards searching md5.

Anonymous /g/105710217#105721699
6/27/2025, 2:28:18 PM
LINQ or classic looping/conditional syntax? I've been writing in C# for 10 years and still can't go all in on LINQ. It's definitely sexy and cool but for some reason classic syntax (e.g. for loop with if/else within it) is more readable to me.

We use a ton of EF at my company though so I have to work with LINQ often. I think I prefer the query (sql-like) syntax to the programmatic.