0
mehmet created
I want to use dapper in this structure. So Abp.Zero will need to according update,
How to implement ? any suggestion ?
regards
1 Answer(s)
-
0
Hi,
ABP has no built-in Dapper support. But it's designed ORM-independent. So, if you want, you can implement it and contribute to the community.
You can take EF implementation as a guide (<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/tree/master/src/Abp.EntityFramework">https://github.com/aspnetboilerplate/as ... yFramework</a>).
Major abstract classes and interfaces to implement:
- UnitOfWorkBase
- AbpRepositoryBase
Rest is simpler. I would want to help if I had time and knowledge on Dapper :)