Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Breeze.js with Dapper

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?

like image 327
Joseph Gabriel Avatar asked May 21 '13 12:05

Joseph Gabriel


1 Answers

We will have examples and server side code showing how to integrate Breeze with both NHibernate and MongoDb within the next few weeks. This should provide better examples of how to integrate any other backends, such as Dapper, with Breeze.

Per Dapper specifically, please add a request to the Breeze User Voice. We take these suggestions and the associated vote counts very seriously in determining what to work on next.

like image 119
Jay Traband Avatar answered Oct 04 '22 16:10

Jay Traband