Possibility to support more ORM framework
I have worked with million numbers of data in the database server. Unfortunately EF not performed well for those situations.
So it is possible to give the option for alternating the ORM?
If it is possible means guide me, I will ready to spend the sum time for this future. It could be more helpful to me.
What is your idea, raw SQL , Dapper @VijendranThangaraj ?
Make your own service for the specifics that needs something faster than EF?
try sqlkata.com just use it in the service.........sqlkata used dapper under the hood
What is your idea, raw SQL , Dapper @VijendranThangaraj ?
Whatever, raw SQL is also fine. I need to achieve in this cleararchitecture.