Scott Cate's WebLog

You don't know what
you don't know

News



Moved to Feedburner May26th

Twitter Chat

community

frenz

my book(s)

my products

Browse by Tags

All Tags » linq (RSS)
Personal Goal -- Do more ScreenCasts
Today, I ran across the Developer Express ASP.NET blog , where they have several screen casts about using their grid products with LINQ . I love screen casts. You can really tell a story, and show so much more than you could with just words and pictures...
Posted: Mar 27 2008, 06:01 PM by scott cate | with 3 comment(s)
Filed under: ,
LINQPad.net - So Great! <repeat /> So Great!
I just got a tweet (follow me @ScottCate) from @SilverlightNews, about LINQPad.net, so I decided to check it out. Jumping on the site - I see that this is a LINQ to SQL Windows App, that let's you write LINQ statements and execute them directly against...
Getting LINQ to work in your new or Exisitng non-LINQ setup project
I read in ScottGu's post the other day that LINQ can also be used under Web Access Projects (aka "WAP"). All the 2.0 sites I build I use the WAP setup for, because I'm addicted to the 1.1 way of doing things. Anyway, if you install LINQ...
Posted: Jul 27 2006, 07:05 PM by scott cate | with 1 comment(s)
Filed under: , ,
LINQ Question - Stuck on Compile Error
I'm trying to grab an email address out of an email table. All the examples show this type of syntax ... EmailAddress email = data.EmailAddresses.Select(e => e.EmailAddressId == license.EmailToSendLicense); But I get this compile error. Error 1...
Posted: Jul 27 2006, 03:52 PM by scott cate | with 2 comment(s)
Filed under:
More Posts