Is there a recommended methodology / technique for accessing YQL from ASP.NET (&MVC). I'm Thinking something like LINQ ? I'd like to be able to treat it like a local SQL DB as much as poss开发者_Python百科ible.
For accessing I don't know if it's possible (now) to use LINQ, but what about using Json.NET for results? Don't know about performance, but you could use LINQ to JSON.
精彩评论