blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

Possibility to support more ORM framework

Open VijendranThangaraj opened this issue 4 years ago • 4 comments

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.

VijendranThangaraj avatar Jul 28 '21 17:07 VijendranThangaraj

What is your idea, raw SQL , Dapper @VijendranThangaraj ?

chhinsras avatar Jul 29 '21 06:07 chhinsras

Make your own service for the specifics that needs something faster than EF?

oesolberg avatar Jul 29 '21 09:07 oesolberg

try sqlkata.com just use it in the service.........sqlkata used dapper under the hood

chrisgate avatar Jul 29 '21 11:07 chrisgate

What is your idea, raw SQL , Dapper @VijendranThangaraj ?

Whatever, raw SQL is also fine. I need to achieve in this cleararchitecture.

VijendranThangaraj avatar Jul 31 '21 01:07 VijendranThangaraj