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