C#, Clean up your Linq-queries and lambda expressions
Last week something caught my eyes. How scattered business logic can become if you let your binary expressions be used “here and there” when matching entities against certain rules. Logic for a single entity, e.g Customer can be used all over your codebase. This article will show you a way to get ar…
Daniel Wertheim