Tag Archives: linq2sql

Verbose WHERE Clause with LINQ to SQL

If you come from the world of always-use-stored-procedures or at least you always write your own SQL query, you’d be curious how LINQ to SQL translates your C# code to SQL query. Say you have table Persons with fields PersonId, … Continue reading

Posted in Analysis & Design, Implementation | Tagged , , | Leave a comment