-
Notifications
You must be signed in to change notification settings - Fork 0
Home
honkywater edited this page Sep 19, 2012
·
9 revisions
I created this project for my team at Passageways as we embark on our first Windows Azure project. While Table Storage solved many of our problems, the .NET managed API didn't meet our needs. Don't get me wrong, it's a great API, but the TableServiceContext coupled our object model too tightly Azure Table Storage and we want to consider our object model and data model designs separately. Thus, I created an ADO.NET Data Provider, which allows us to take advantage of the features of ADO.NET classes like DataTable.
I will continue to build out this documentation over the next few weeks to help you use the data provider. Here is what I have so far: