I use Ria Service domainservice for data query. In My database, there is a table People with firstname, lastname. Then I use EF/RIA services for data processing.
I am really stuck trying to implement RIA Services with MVVM and a crud datagrid. I think i\'m missing some key idea. All of the examples I have seen use a submit button or similar to send the data ba
I have a Sybase ASE server that I\'m able to connect to with ASE iSql totally fine. The database definition in my sql.ini file looks like:
I had a connection working but something changed and now the data isn\'t showing up.It is a simple query that worked before that just returns all entities.I put in break points on the LoadOperation ca
I am having difficulty deploying RIA services/Silverlight 3 to a staging environment. Here is my situation:
I use EntityCollection as datasource for combox as dropdown开发者_如何学C for a silverlight app with ria services.
I am reading and doing some RnD on RIA as a solution for a new Silverlight project. I have read alot of the documentation and decided to do a small mockup of a system using .Net RIA Services.
I\'m rewriting an LOB application whose architecture is like this: Silverlight && Windows Mobile -> WCF
I\'ve went through the basic tutoria开发者_JAVA技巧ls associated with Silverlight and Ria Services and I am now trying to branch out to a model I have used before.
I am looking for any examples which ideally cover several possible combinations ( S开发者_如何转开发impleRepository, ActiveRecord , POCO ) - something similar to Brad Abrams