I want to use Services(WCF/RIA /Web) to take data from Entity Data Model class (maybe NHibernate class) and prepared it special for View layer binding.
I have few Silverlight page, so should I create for each page separate service class ? Or create one interface and all method will implement it in one service class?
Do You have some advice helped with my with services ?