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 and, specifically
Similar Posts
I've been playing over Xmas with exposing arbitrary data from an ADO.NET Data Service and I wanted to try and write it up here although I don't have it
Hmmmmmmm. If I had a pound for every time someone has asked me in the past What's the best way to pass an array of values into a SQL Server stored procedure
Following on from the previous post , I wanted to look at how we can make our arbitrary data source available for both read and write in the same way that
I've been taking a look at a new feature in SQL Server 2005 called Common Table Expressions (hereafter CTEs). This is an extra-ordinally powerful extenstion