Wednesday, January 02, 2008 - Posts

ADO.NET Data Services - Inserting Related Entities

I spent some time with ADO.NET Data Services sitting atop of Entity Framework today trying to insert some related entities and I kept hitting problems that I couldn't figure out. I was looking at the QuickStart here; http://quickstarts.asp.net/3-5-extensions/adonetdataservice/NETClientLibrary.aspx Read More

Filed Under: ,

ADO.NET Data Services - Tracing Messages from Client to Service

I (very foolishly) spent a few minutes today trying to figure out why applying WCF tracing configuration to a ADO.NET Data Services client (i.e. a proxy generated with webdatagen.exe) wasn't producing me any tracing results. It didn't take too long to Read More

Filed Under: ,