Map performance
#4018
Replies: 1 comment
-
https://docs.automapper.org/en/stable/Queryable-Extensions.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an ASP.NET Core MVC project using Razor pages. I'm using a repository and after that using Automapper to convert to a view model. The query in the repository is fast, but when I use Automapper to convert the data returned on a listViewModel, it is very slow when I get back more than 1000 rows.
This is a function to get all rows in the repository:
Source/destination types
Mapping configuration
Steps to reproduce
I'm tired to improve performance
Beta Was this translation helpful? Give feedback.
All reactions