Blog Channels
InterWorks Blog: Linq
Seeing as we're the experts, we thought we'd share some of our intel. But beware, this level of inside information may cause extreme shock and awe. If you get lost, just fire up a flare - we'll come and get you.
Anything Dev
Apr 15
2011
The Problem
When using Entity Framework let's say you set up a model with inheritance. Let's make ourselves a simple example (with psuedo-code) to illustrate:
abstract class Product{ int Id { get...[more]
1 comments | Anything Dev
Mar 08
2010
I don't use Linq much, but when I do I'm amazed how awesome and fun it is. Here is a simple way to remove null values (note values, your keys should never be null, ever and if they are something is...[more]
Anything Dev
Jan 13
2010
With the advent of C# 3.0, Microsoft introduced the Language Integrated Query (LINQ) feature to provide .NET developers the ability to query and transform data using any .NET language. This...[more]






