Well, i ran into an issue while inserting multiple records which is nicely described in my post on a forum: http://forums.silverlight.net/forums/t/222783.aspx Long story short, ria services doesn't take care of the ordering of the items when calling insert methods for entities, ie it could easily call insert on child before parent. This problem doesn't show itself when using Composition attribute, but it's not like you want to use that attribute every time, so if you're not using you're pretty much leaving yourself at the mercy of your ORM. And Nhibernate is pretty crude sometimes in some respects, one of them being...
Read More
Recent Comments