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.

Print | posted on Friday, August 07, 2009 6:04 PM

Feedback


Gravatar

# re: NHibernate and Silverlight Server Side Integration 8/10/2009 11:18 PM Andrés G. Aragoneses

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


Gravatar

# re: NHibernate and Silverlight Server Side Integration 8/11/2009 12:03 PM Sebastijan Pistotnik

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


Gravatar

# re: NHibernate and Silverlight Server Side Integration 8/11/2009 5:25 PM Ayende Rahien

Report it in the appropriate forum please.
I know of several teams making successful use of NHibernate in RIA environments.

Comments have been closed on this topic.