Quick one for a silverlight noob.
I have an existing middle tier (Domain Core, Persistence, Infrastructure etc) that supports an mvc front end.
I am looking at developing a separate backend admin app in silverlight and have begun work using prism. I see that silverlight apps cannot ref non-silverlight assemblies.
What is the best way to allow silverlight to talk to the existing middle tier? I assume it may be a WCFRIA facade?
Cheers