October 2008
Beginner to intermediate
1024 pages
31h 30m
English
To begin, let’s address an issue that has certainly made the relatively new LINQ features in .NET harder to understand for the uninitiated: there is “brand confusion” around the name. That’s because LINQ, which is actually just a new language feature in C# and Visual Basic .NET, is typically (but not always) used against LINQ to SQL data models and Entity Framework data models (the latter of which are queried using LINQ to Entities). Therefore, many people initially associate LINQ with one of these two Object Relational Mapping (ORM) tools.
To reiterate, however, LINQ itself is just a language feature and need not be used against models from either ORM tool. For example, LINQ can be used ...
Read now
Unlock full access