If there is any guidance available on how to use ADO.NET for CRUD Operations on Windows Azure Table Storage?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Table Storage is sometimes a confusing name as it has nothing to do with a relational tables based database like for example SQL Server. If you want to get your hands dirty with Table Storage then follow How to Use the Table Storage Service. Another way is to make use of for example Simple.Data.Azure which you can install as a Nuget package. However if you want to keep on making use of ADO.NET to a relational database like you're used to now then take a look at SQL Databases: How to Use SQL Database in .NET applications. |
|||||||||
|