NHibernate and Silverlight Server Side Integration
After tell you that NHibernate and Silverlight will never play ball on the client side, I got a lot of requests for showing how we can integrate NHibernate on the server side with a Silverlight application. Mostly, such things are done using RIA services.
Brad Adams has just posted how to do just that.
Go check it out.
Comments
So there's an alternative for those who don't want to the client-server separation route, but not using NHibernate.
Use SQLite C#: www.itwriting.com/.../...nning-in-silverlight.html
Hi,
This example Brad Adrams posted is not really a representative example for NHibernate mapping.
It seem as for the moment you can not use NHibernate with RIA since there are problems with many to one associations mapping.
See http://silverlight.net/forums/t/109667.aspx
Report it in the appropriate forum please.
I know of several teams making successful use of NHibernate in RIA environments.
Comment preview