Data Services [rss]

ADO.NET Data Services - Identity columns and id values on the client

Someone asked me about this so I thought I'd share here. The question was around how you can work with database generated values and have them returned to the client after the insert. My experiment ran like this. I created a table;create table test ( Read More

ADO.NET Data Services - Screencasts

I made a few videos about Data Services. I have plans to make a few more as well but (as always :-)) I've got distracted by something else so, for the meantime; ADO.NET Data Services - Surfacing Data ADO.NET Data Services - Querying with URI's ADO.NET Read More

ADO.NET Data Services - Silverlight Add-On

Just a quick link to make this easier to find; ADO.NET Data Services Silverlight Add-On Read More

"Using ADO.NET Data Services CTP1"

I keep searching the web to find this useful document about Data Services; Using ADO.NET Data Services CTP1 so I'm linking to it here for my own sanity :-) Maybe it's installed as part of the SDK. Maybe it's on another website somewhere but I can never Read More

ADO.NET Data Services - More Sketchy Thoughts on Access Control

One of the things that I briefly mentioned in this post was the idea that because Data Services sits atop of WCF you can plug in a ServiceAuthorizationManager which gets a chance to look at every request before it gets dispatched into your data service. Read More
More Posts Next page »