![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: data access, ado net, dev, visual studio 2008, ado net data services
How To Perform CRUD Operations in ADO.NET Data Services With Custom Provider After we learned how to consume an ADO.NET data service with a .Net client in the previous post , the next thing to learn is how to do CRUD (Create, Update and Delete) operations with the client we built. This post will explain how to use these operations. The IUpdatable Interface In order to enable a a custom provider … Continue Reading »