Welcome to SpellCoder Sign in | Join | Help

Sunday, December 16, 2007 - Posts

LINQ let Keyword (How did I miss that)

This is strange, because I've been working with LINQ for almost 2 years since (March 2006 CTP), and I've never noticed the new keyword "let" which is used inside LINQ queries to create temporarily variables. check this out var list = new List<int>()