I have combination of RIA services and nHibernate. nHibernate is configured to use identity on database side. So new Entities are sent with 0 for id. nHibernate works as it should. It updates generate
I have a simple DomainService: [EnableClientAccess] public class DomainService1 : IDomainService1 { [Query(IsComposable = true)]
In my Silverlight application I host a domain service that needs to copy and read files elsewhere on the network.The problem (at least I think) is that RIA services are running 开发者_如何学Cunder the
I have a database that is being accessed by a Silverlight application. It has an Error_Log in that same database.
How can I load object with dependencies via Invoke method? E.g. I have a DTO: [DataContract] public class MyDTO
Are there any disadvantages to using AJAX to deliver RIA as opposed to other technologies lik开发者_高级运维e Silver Light?
I have a domaindatasource with a filter descriptor. This is for a textbox used to search the data. it filters out only the names which start with the text. I\'m getting an error whenever text is enter
How to bind a 开发者_StackOverflow社区Listbox in silverlight with DataContext option.I want to have a resource defined in the Usercontrol and want to use it as a static resource List box control.I\'m
is it possible to create a UI for 开发者_JAVA百科a facebook app using qooxdoo or anything similar?
I am writting a Silverlight Business Application with WCF RIA link. I have 2 databases on same SQL server, Public and Private.