向 Silverlight 公开实体框架 ENTITY 类?
我在自己的程序集中有一些实体框架实体类,它们在 WCF 和 asp.net 和 WPF 等客户端之间共享。它按其应有的方式工作:-)
问题是现在我需要与 Silverlight 共享此程序集 - 请注意我没有使用 RIA 服务,并且我无法使用 ria 服务,因为我被锁定到 wcf 服务。我知道 RIA 服务是透明的,但我没有这个选项。
考虑到不可能与 Silverlight 共享(据我所知)在 .net 中创建的程序集 - 如何将实体类放入 Silverlight(客户端).. 实际上我正在使用 POCO(实体框架 4)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一篇文章讨论了解决方案。 在 Silverlight 和 .NET 之间共享代码
I have an article that talks about the solutions. Sharing code between Silverlight and .NET