Robuta

https://mikehadlow.blogspot.com/2009/01/should-my-repository-expose-iqueryable.html?showComment=1232023500000&m=0 Code rant: Should my repository expose IQueryable? This post is an attempt to describe an interesting point of difference about the way a generic repository can be implemented. I'm writing it... coderantrepositoryexposeiqueryable https://mikehadlow.blogspot.com/2009/01/should-my-repository-expose-iqueryable.html?showComment=1231838520000 Code rant: Should my repository expose IQueryable? This post is an attempt to describe an interesting point of difference about the way a generic repository can be implemented. I'm writing it... coderantrepositoryexposeiqueryable https://www.jetbrains.com/help/resharper/PossibleUnintendedQueryableAsEnumerable.html Code inspection: 'IQueryable' is possibly unintentionally used as 'IEnumerable' | ReSharper... code inspectioniqueryablepossiblyusedienumerable https://learn.microsoft.com/en-us/dotnet/api/system.linq.iqueryable?view=net-9.0 IQueryable Interface (System.Linq) | Microsoft Learn Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified. iqueryableinterfacesystemlinqmicrosoft