Search Results
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.
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.
Page 1