I have some Entity Framework entity classes in their own assembly and they are shared amongst WCF and clients like asp.net and WPF. It works as it should :-)
Problem is now I need to share this assembly with Silverlight - please note I am not using RIA services and I am unable to use ria services as I am locked into wcf services. I know with RIA services it'开发者_如何学编程s transparent but I don't have this option.
Considering that it's not possible to share (as far as I know) assemblies created in .net with Silverlight - how do I get the Entity classes into Silverlight (client) .. actually I am using POCO (Entity Framework 4).
I have an article that talks about the solutions. Sharing code between Silverlight and .NET
精彩评论