Visit http://code.msdn.microsoft.com/vlinq to learn more about this tool.
Namastee !
There is nothing so easy to learn as experience and nothing so hard to apply
IEnumerable
All the LINQ query statement returns an object of type IEnumerable
To check what are the different methods and properties this interface have, visit the following URL.
http://msdn.microsoft.com/en-us/library/system.linq.iqueryable_members.aspx
Namastee !
Framework Design Studio is a nice free tool that can be used by Architect/Designer/Developers to compare two versions of the .NET Assembly and check the differences.
You can download this tool from http://code.msdn.microsoft.com/fds
Namastee!