I'm using both Dapper and simple.Data in my application, Dapper for retrieving data only and other operations by Simple.Data. I just need to know if using Simple.Data is better approach in all operations except retrieval and is it the same in performance like using ExecuteNonQuery in Dapper?
Both have CRUD support now, so if you made an investment in Dapper, just add one of these nugets and you're good to go!