How does LinqPad support WCF Data Services?

Posted by user341127 on Stack Overflow See other posts from Stack Overflow or by user341127
Published on 2010-05-25T07:45:56Z Indexed on 2010/05/25 7:51 UTC
Read the original article Hit count: 742

LinqPad supports WCF Data Services. If you assign an URL, such as http://services.odata.org/Northwind/Northwind.svc/. It will list all available data objects and you can query them. I guess LinqPad generates all available data classes at run time by reflection.Emit.

I am wondering who can show me to how to do so. Or maybe someone has done it before.

Any feedback are appreciated.

Ying

© Stack Overflow or respective owner

Related posts about wcf

Related posts about reflection.emit