0
replink created
I have a question about the .NET Core & Angular implementaiton and the ORM. It appears that this framework is using Entity Framework for data access. EF has had some optimization issues and we wanted to know if you have any examples of converting the ORM to using Dapper or to even use direct SQL access isntead of using an ORM. I don't know if EF is going to provide the performance we need on our application.
1 Answer(s)
-
0
I suggest you create custom repository methods for some queries. You can use raw sql or dapper in the method.
https://aspnetboilerplate.com/Pages/Documents/Entity-Framework-Core#custom-repository-example