↧
LINQ to SQL Connection Strings with Class Library and Web.Config
Most Microsoft technologies that you can operate with a GUI come with some tradeoffs. Things have certainly improved over the years and now something like the LINQ to SQL designer is pretty trouble...
View ArticleLINQ Group by MAX Date Query
I’ve found some weird, wonderful and ridiculously complicated LINQ queries for getting the row with MAX(DATE) based on a key. Most unnecessarily use lambda expressions, and some just had several...
View ArticleWorking around null values in LINQ queries
I’m almost ashamed to admit I hadn’t commonly used the ‘null coalescing operator‘ ?? in C# until recently, and was commonly writing code like or variations on a theme using HasValue etc (still better...
View Article