Silverlight 4 with WCF RIA architecture applying DDD
- by doteneter
Hello,
In my ASP.NET MVC applications I use DDD and it works very well. I'm new to Silverlight development and would like to know how could I apply DDD to build a new architecture.
I had a look on WCF RIA Services and what is exposed by default it's the simple CRUD methods.
I would like to use MVVM pattern.
I thought about general architecture…