May 2008 - Posts


Comments

Microsoft Expression Studio 2 Ships by Jason N. Gaylord

This afternoon, Microsoft announced that it was releasing Expression Studio 2 and the containing products. The suite includes Web 2, Blend 2, Design 2, Media 2, and Encoder 2. Expression is Microsoft's competition for the Adobe Creative Suite. The biggest...

Comments

Full Schedule Released for TECHbash 2008 by Jason N. Gaylord

The TECHbash 2008 session schedule has been released. Registration begins at 7:30am. During the registration period, a continental breakfast will be served in the dining room. The keynote presentation by Joe Stagner will begin at 8:30am with breakout...

Comments

Count in LINQ using Lambda Expressions by Jason N. Gaylord

I had a table that contained a couple of columns defined in SQL 2005 as tinyint. In SQL, I'd generally write something like: SELECT COUNT(EmailOptIn) FROM Members WHERE EmailOptIn = 1 Of course using LINQ there are lots of different ways to option the...
1
Comments

Aggregate Functions in LINQ by Jason N. Gaylord

I found a great post which summarizes aggregate functions in LINQ. It includes examples for Average, Sum, and Count. Check it out at http://www.dev102.com/2008/04/16/how-to-use-aggregate-functions-with-linq-to-sql/ . As always, you can test your functions...

Comments

Updated RSS Feed by Jason N. Gaylord

I've updated my RSS feed on this blog to use my FeedBurner account. Be sure to change the RSS feed to http://feeds.feedburner.com/JasonNGaylord . Sorry for any inconvenience!
More Posts « Previous page