ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,735 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I try to use eShopOnWeb application sample in my application and I have a question.
As I understand eShopOnWeb repositories return none IQueryable results. But if I use View Models, should my repository return IQueryable, then my service project this query to necessary view model, and send received data or result to presentation layer?