Robuta

https://dev.to/dotnet/look-behind-the-iqueryable-curtain-4cb4 Look Behind the IQueryable Curtain - DEV Community In a previous blog post, I explored the power of expressions and used them to dynamically build a rul... Tagged with csharp, dotnet, tutorial, showdev. dev communitylookbehindiqueryablecurtain https://learn.microsoft.com/es-es/dotnet/api/system.linq.queryable.cast?view=netframework-4.8.1&viewFallbackFrom=net-10.0 Queryable.CastTResult(IQueryable) Method (System.Linq) | Microsoft Learn Converts the elements of an IQueryable to the specified type. microsoft learniqueryablemethodsystemlinq https://mikehadlow.blogspot.com/2009/01/should-my-repository-expose-iqueryable.html?showComment=1231852200000 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