I am developing a Silverlight Web application and using RIA services. Part of the code from the Domain Service Class looks like this:
I have a Silverlight application that is using RIA Services to communicate with the server.I\'ve noticed in debugging that the error messages that are produced when running the app on the server are m
I am trying to create a WCF RIA Services + Prism v4 application in which the projects are laid out like so:
I am building a new SV application which will be used from the Internet. I am expecting to have a few users at a time, so I will need good performance.
I have just transferred my EF 4.0 Solution to use EF 4.1 Code-First. Everything went smooth and I was able to get data from DB and show it in my Silverlight project using WCF RIA Services 1.0SP2-RC in
I have a whole list of validation rules that are either warnings (can continue) or fatal (cannot continue).
I have a prism app using RIA services, and my authentication service is in a separate RIA class library.
I have a simple [Invoke] method that has a class as a wrapper, see below.The problem is the FirstOne property does not show up in the ComplexObject on the client-side.
We\'re starting to develop a new Silverlight LOB application where the DataAccess will not be based on EF, rather our own DAL code (for legacy and other not related reasons).
Can anyone point me to an example of or briefly describe how one would go about creating a custom implementation of a WCF RIA Services DomainService using Linq to SQL as the data access layer but with