Hello
I'm very new to silverlight and I'm thikning which way to go. I'm in planning phase of my new project which should be built on silverlight. The problem is that I want to have my own DAL -> BLL on server side, and WCF service, which will talk to Silverlight should be consumable by other applications too, including other technologies such as Java. I know that in 4 release MS presented RIA services to handle business logic tasks and EF for data handling, but I don't want to use EF at all. So do you have any suggestions what's the cons and pros of choosing either ways? Does RIA service has some cons when working with silverlight app than standard WCF service? How about portability? consuming it from java for example?
Thanks