WCF Data Services: Optimizing bandwidth usage and performance with updates

If you use WCF Data Services, you’ll probably know something about the OData protocol. For example, the OData protocol supports two kinds of updates: PUT requests: An entity is replaced with the received entity data. This means that all the Continue reading

ADO.NET Entity framework advanced scenarios: Working with stored procedures that return multiple resultsets

Today I got an interesting question about stored procedures that return multiple resultsets in combination with ADO.NET entity framework. During the CTP phase this was broken at some point and the previous version of the entity framework didn’t support it Continue reading