Base solution for your next web application
Open Closed

Abp.Dapper #458


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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 :)