LINQ Resources - Ahmed Salijee

Ahmed Salijee

LINQ Resources

At TechED, I promised to post a set of resources at my LINQ session. This post is a bit overdue due to things being a bit hectic after TechED. My apologies for the delay.

 

LINQ Resources

LINQ homepage

LINQ VB Hands On labs and C# LINQ Labs

LINQ Whitepaper

LINQ  and other Language Samples

101 LINQ Samples

General VS08 Samples (includes other links)

 

 

Useful Websites

Scott Guthrie's series of LINQ posts - this post has links to all of the posts (a total of 9 posts, very useful)

http://www.hookedonlinq.com (very nice)

 

 

Some links related to questions in the session.

Can I do joins - Yes, Joins can be both implicit (i.e based upon the relationships in LINQ to SQL) or explicit (i.e using the join keyword). Check http://blogs.msdn.com/zainnab/archive/2007/10/26/linq-and-joins.aspx for a simple join example.

LINQ to SQL vs LINQ to Entities - Check out http://blogs.msdn.com/data/archive/2007/04/28/microsoft-s-data-access-strategy.aspx

Comments

Ahmed Salijee said:

This is another one of the resources posts I promised at TechED. The talk was broken down into LINQ See

# November 5, 2007 9:59 AM