Welcome to DevAuthority.com Sign in | Join | Help

Monday, May 08, 2006 - Posts

Code Camp Advice

David Hayden has some great advice and things to think about when doing Code Camps. (http://codebetter.com/blogs/david.hayden/archive/2006/05/04/144043.aspx). Having just presented at my first code camp last month and helping to organize a code camp here
posted by jwooley | 0 Comments
Filed Under:

VB adopting FROM...SELECT syntax for LINQ

Evidently the VB team has thrown in the towel on the Select..From vs. From..Select battle. (See http://www.panopticoncentral.net/archive/2006/05/05/11918.aspx). Personally, I have no problems with this change. It makes sense in terms of the order of evaluation
posted by jwooley | 0 Comments
Filed Under:

LINQ category

For those that are interested, I have added a category on this Blog specifically dedicated to the VB 9.0/C# 3.0 language changes that contribute to Language INtegrated Query (LINQ) and it's associated technologies, DLINQ and XLINQ. You can subscribe to
posted by jwooley | 0 Comments