exposing sql server data from an asp.net webapp to silverlight and win forms via linq
问题 I have an asp.net web app which holds its data in an sql server 08 r2 db. I have a silverlight admin interface on the same web app, and I will have a win forms app which will need to add/retrieve data from the sql db. Is there a way I can use linq in both clients? I mean something like linq2twitter, where in the silverlight or in winforms app I can use linq to query and update the data. Currently Im thinking of just using web services, but the data objects are complicated and they're