Home /

| RSS

ADO.NET Data Services Logical Operators

In this post we will look at Logical Operators in ADO.NET Data Services. These operators can be used as filter expressions in our requests and ADO.NET Data Services applies the filter before results are returned. We will use Data Services generated over Adventureworks Lite database. If you are new to ADO.NET Data Services and would [...]

[ More ] August 26th, 2009 | No Comments | Posted in Programming |

Execute Stored Procedure With ADO.NET Data Services

Introduction In an earlier article I looked at how DO.NET Data Services can be used with ASP.NET. In this post I will talk about using ADO.NET Data Services to retrieve data via SQL Server stored procedure. Doing this is simple and I will follow a similar approach to hook everything up as I did in [...]

[ More ] August 16th, 2009 | 17 Comments | Posted in Programming |

ADO.NET Data Services With ASP.NET

Introduction In this tutorial we will look at how ADO.NET Data Services can be used to create services which are consumed by ASP.NET client. We will use Adventure works Lite database as an example to demonstrate the concepts. Code for this article can be downloaded at the bottom of the article. ADO.NET Data Services as [...]

[ More ] July 28th, 2009 | 15 Comments | Posted in Programming |

Request Error In ADO.NET Data Services

When creating a new ADO.NET Data Service you may find yourself with this error. Don’t call it quits on ADO.NET Data Services because of this error. It is very easy to fix. Have a close look at the code generated by Visual Studio for you. Here the code calls SetEntitySetAccessRule on “MyEntitySet” but most likely [...]

[ More ] June 16th, 2009 | No Comments | Posted in Programming |

Bulk Copy Data Using SQLBulkCopy Class

SQLBulkCopy class in ADO.NET can be used to do bulk copy operations from a .Net application. There are two ways data can be bulk copied using this class. You can either do a single bulk copy or a multiple bulk copy operation. In this post I will show you how to perform a single bulk [...]

[ More ] August 16th, 2008 | 4 Comments | Posted in Programming |




Switch to our mobile site