.net - Explain in small words why IQueryable<T> is needed -


Is there a better job you can tell why we need the marker interface which does not add any method to IEnumerable can?

"post-text" itemprop = "text">

this will be IEnumerable , IQueryable and IEnumerable & lt; T & gt; is expanded. It may be that it does not have its own methods, but it adds these three interfaces as one, so you do not have to deal them separately.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -