Browse by Tags
All Tags »
linq (
RSS)
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...
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...
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...
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...
More Posts