How to Create T-SQL CASE Statements With LINQ To SQL

I was recently asked to help with a LINQ To SQL query where the resulting T-SQL query was to have CASE statements. Having CASE statements in T-SQL queries is a common scenario but how do we it in LINQ To SQL? The solution is simple and straight-forward. As you will see below, using C#'s "Immediate [...]

  • Share/Bookmark

Read Users' Comments (0)

LINQ to SQL changes in .NET 4.0

Well, it's official – LINQ to SQL is NOT dead in .NET 4.0. I'll say it again – LINQ to SQL is not dead. Damian G, a developer at Microsoft working on LINQ to SQL for .NET 4.0, recently made a list of changes that will be coming out in the next release of .NET. [...]

  • Share/Bookmark

Read Users' Comments (0)