I have some simple forms in silverlight 4 using WCF RIA RC2 Domain Services. All of my forms appear to be working great, I went with the traditional code behind for granular control and formatting.
As an example, assume the following simple model: public class Order { public List<LineItem> LineItems { get; set; }
I don\'t want to open another \"Yet Another Js VS Js\" thread. I guess, in the end Prototype and jQuery are both JS and have开发者_如何学Go almost the same methods and functions and need almost the s
We are in the middle of the development cycle of our new product. When we designed it about a year ago, we chose WCF Services->Silverlight combination. Some of those WCF services are also consumed by
I am new to RIA and have not been开发者_如何学JAVA actively involved with this technology in my projects aswe using server-side Java, but I want to gain some experience with RIA. My questions are:
Is t开发者_JAVA百科here any ability to mock methods that are provided with RIA Services? I would like to test my Silverlight App without communication to the server side...
Here is a good exam开发者_JAVA百科ple how to create custom autorization for RIA services: RIA Services: How can I create custom authentication?
On the server side I have the following class: public class Customer { [Key] public int Id { get; set; } public string FirstName { get; set; }
On the clien side I have the following assignement of objects list to a datagrid: var customerContext = new RiaTestCustomDomainContext();
I am trying to write our own RIA services provider to expose data from a server that I access via ODBC. I follow th eguidelines set out at http://blogs.msdn.com/alexj/archive/2010/03/02/creating-a-dat