Background: My experience in C# / Silverlight / .Net development is about 4 weeks worth. The official documentation for .Net RIA Services July 2009 Preview, on Page 66 Section 6.2.2.2 states how one
I\'m working on a project where entities are being decorated by NHibernate mapping attributes such as [Property] and [Class]. Unfortunately RIAServices doesn\'t seem to support most of these attribute
I would like to ask whether or not is a good practice, to hold the CRUD operations for business objects, in 开发者_开发百科a single domain service class. Should we provide a domain service class for e
I\'m using .NET RIA Services July Preview to communicate between my Silverlight client and my server. On my server I have an ASP.NET project hosting the Silverlight application. In the ASP.NET applica
My EF model was generated from my SQL Server database. I then generated a DomainService for RIAServices against the EF model. One of the entities is called \"EntryCategories\". The DomainService creat
This question is a bit of a two parter for .Net data services.This is the function signature I\'m trying to achieve:
I am building a application with these patterns: Silverlight, RIA, EF, Prism, SL Unit Testing. This project will have lots of entities and lots of modules referenc开发者_JAVA百科ing those entities. E
I have a Product object with a property that is a collection of type Workflows.In my \"GetProducts\" method on the domaincontext object I have set a brea开发者_StackOverflow社区kpoint at the return st