In .Net any data structure which is derived from IEnumerable<T> interface of theSystem.Collections.Generic namespace of the mscorlib.dll ( this assembly is located inC:\Windows\Microsoft.NET\Frameworkv4.0.30319 but depends on the installation of the VS ) assembly is able to access all the extension methods defined in the Enumerable class of theSystem.Linq namespace of the System.Core.dll assembly in the .Net framework(See more aboutLinq).This Enumerable class is a static non inheritable class defined in the System.Linq namespace of the System.Core.dllassembly(C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dllbut depends on installation of VS). The definition of the Enumerbale class is as below,

Read More...


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too. 

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


[LINQ Tutorials][C# In LINQ]