R – Best practices for Silverlight usage in a ASP.NET MVC application

asp.net-mvcsilverlight

What are the best practices for ASP.NET MVC and Silverlight usage in a web application? To be specific which libraries/frameworks (like prism) should be used in order to make the application unit testable and develop rapid? How one should pass data to the silverlight part from asp.net mvc (binding if possible?) and vice verse (from asp.net to silverlight)?

Best Answer

The Entity Framework with RIA services is made precisely for this purpose.