Tuesday, March 30, 2010

EXPRESSION TREES WHAT ARE THEY EXPRESSING

This talks about LINQ and gives you understanding difference btw IEnumerable<T>  and IQueryable<T> used in LINQ to SQL.

Wednesday, March 17, 2010

GARBAGE COLLECTION ON VALUE AND REFERENCE TYPES.



Explains how garbage collector works with Value type and Reference type, for cleaning up the memory.