Recent posts

My Silverlight 4 Reference Architecture: Querying

After having put the introduction and the commanding part behind us, let me explain how I deal with querying. Consider the following slice of the reference architecture

clip_image001[6]

My original intention was to use WCF Data Services combined with NHibernate on the query side. For one, because it allows you to filter the result set using a subset of the LINQ functionality at the Silverlight client. But also because it will transfer the resulting entity set including any associated relationships as one network operation; which is something that WCF RIA Services can't do. In essence it means that you don't have to explicitly convert entities to DTOs, but I kept the term in the diagram.

Read more…


Published: 12-10-2010 by Dennis Doomen | 0 Comments | 0 Links to this post
 

My Silverlight 4 Reference Architecture: Commanding

After sharing my thoughts on unit testing in Silverlight and the combination of NHibernate and WCF Data Services, it is time to discuss the updated version of the Silverlight reference architecture from one of my posts of last year.

Read more…


Published: 08-10-2010 by Dennis Doomen | 0 Comments | 0 Links to this post