I am working with dapper with c# and mssql . Is there any way that we can autogenerate Controllers and views with dapper as we do with EF.
I thought DapperExtensions will work as they specified
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs.
No there isn't any possibility to auto generate Controllers and views with dapper as we do with EF