1. Introduction
This is the first article of my series about deep dive into ADO.NET Data Services. In this article I'm going to show you how to implement your own ADO.NET Data Services proxy with T4 templates.
Source code and database backup
2. Content
2.1 Problem
ADO.NET Data Services is a very powerful toy, but as many other cool Microsoft technologies it needs some workarounds to become usable in the real world applications.
Most of the problems are connected with the auto generated proxy which is created after the addition of a service reference.