silverlight连数据库,比较快捷方便的是wcf ria sevice吗,我按网上的例子倒是做出来了,根据数据库表建一个edmx,然后建一个DomainService,然后silverlight应用使用domianContext操作数据库。
但是我现在只会把某一个表全部数据select出来。什么多表关联查询,插入修改什么的都不会弄,而且我也不会LINQ。
好像网上这方面的资料特别少。谁帮我推荐本书。
你好,
关于Linq,网上有比较详细的资料,你可以参考msdn的一些资料:
http://msdn.microsoft.com/zh-cn/library/vstudio/bb397926.aspx
Amazon也有一些书:
http://www.amazon.cn/LINQ%E6%8A%80%E6%9C%AF%E8%AF%A6%E8%A7%A3C-2008%E7%89%88-Joseph-C-Rattz-Jr/dp/B002FU77AO/ref=sr_1_8?ie=UTF8&qid=1358221057&sr=8-8
关于Ria:
http://www.amazon.cn/SilverLight-4-RIA%E5%BC%80%E5%8F%91%E5%85%A8%E7%A8%8B%E8%A7%A3%E6%9E%90-%E8%8E%B1%E5%85%8B%E4%BC%A6%E6%96%AF%E5%9F%BA/dp/B004XOMDRW/ref=sr_1_3?ie=UTF8&qid=1358219407&sr=8-3
Mark Yu - MSFT MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.