I am considering using Breeze.js for a client-side SPA project, but using Dapper ORM instead of Entity Framework for the server-side data access.
I know Breeze.js is marketed as not relying on EF, but it's clearly targeted towards it.
Has anyone tried using Dapper ORM or some other framework on the server to replace EF in conjunction with Breeze?
Are there any particular concerns or "gotchas" that I should be aware of going into this?