blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » .NET 3.5 » LINQ
  • Using linq in your C# code

    Just came across a nasty gotcha today, where by we were trying to use the new C# 3.5 syntax var x = from item in items select new Item { ItemName = item.Name }; and getting a compile error. Turns out this was due to the need to have the following using statement (that doesn't come up in a smart tag prompt when you're writing linq), using ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on May 8, 2008
  • Extension methods in .NET3.5 and LINQ

    Was just reading on Scott Gu's blog about the release of Visual Studio 2008 and .NET 3.5, and came across an excellent description of the new extension methods feature in .Net 3.5. I have to say that until I saw this blog post, the quick overview from Mike Taulty at TechEd lost me somewhat as to what the purpose of these extension methods is, ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on November 20, 2007
Powered by Community Server (Personal Edition), by Telligent Systems