views:

102

answers:

3

I'd like a cheetsheet that contains the most common keywords and syntax, all contained on a single pdf page.

+1  A: 

LINQ to SQL Cheat Sheet in PDF form, containing both C# and VB.NET syntax.

Anthony Forloney
+1  A: 

http://weblogs.asp.net/bradvincent/archive/2008/11/01/linq-cheat-sheet.aspx

I had this hanging on my wall for a while.

http://aspnetresources.com/downloads/linq_standard_query_operators.pdf is a more basic version from which the first one derives.

David Pfeffer
+2  A: 

I like this from MSDN

Pharabus
excellent, thanks !
Thomas Levesque
thorough, but hardly concise
Homer