Silverlight data-driven application with NHibernate

Posted by Tigraine on Stack Overflow See other posts from Stack Overflow or by Tigraine
Published on 2010-05-12T13:47:43Z Indexed on 2010/05/12 23:34 UTC
Read the original article Hit count: 264

Filed under:
|
|
|
|

Hi Guys, this is more of a subjective Question, but I'll ask it anyway.

I'm about to develop a very data-centric application that has to run inside the browser. The frontend will be Silverlight, backed by a Fluent NHibernate service that runs server side.

The problem here is: Wherever I look for data-driven silverlight app I wind up finding Silverlight RIA services examples, but nothing on how to build this without some ADO.NET stuff involved.

I have little to no knowledge in WCF so far, but from the limited research I did it seems like WCF is pretty much the only way to let the client talk to the server.

Are there any tutorials/best practices on how to write a Silverlight MVVM app that provides CRUD for a non-EF database?

Suggestions would be very much appreciated. Thanks

PS: I can't use .NET remoting. The backend has to run on IIS6 :(

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about c#