5

We are wanting to use both NHibernate and Microsoft Sync Framework - has anyone had experience combining these two frameworks?

Thanks,

Ashley

chickeninabiscuit
  • 9,061
  • 12
  • 50
  • 56
  • I've had enough pain with MSF alone. : ) Doesn't it defy the purpose of MSF to use with an ORM? MSF itself is a data access framework; with what comes out of the box it would presumably require much less effort to configure a sync provider for the underlying database than develop one for nhibernate entities. – mcyalcin Mar 01 '11 at 06:56

1 Answers1

1

No, there are some problems mixing NHibernate and Sync Framework.

See Sync Framework clashes with NHibernate when inserting rows. You'll see some workarounds in that post, but keep in mind they don't place nice together without some patching to the way you work with your data.

Community
  • 1
  • 1
Judah Gabriel Himango
  • 58,906
  • 38
  • 158
  • 212