Home / Archive: August 2009

| 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 my [...]

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

Windows Azure Sample Application Riviera

Riviera is a sample application for Windows Azure available on MSDN Code Gallery for download. Riviera has been developed by Platform Evangelism group in collaboration with Cumulx who are a Cloud ISV partner. Key features of Riviera are:

Multi-tenant data store based on Azure Table Storage as well as SQL Azure.
Per tenant customization of data model
Per [...]

[ More ] August 14th, 2009 | No Comments | Posted in News |

PDC 2009 Registration Is Open

Microsoft PDC 2009 site is now accepting registrations. PDC 2009 will run from 17th November to 19th November 2009 at Los Angeles Convention Center Los Angeles. Here is pricing information from PDC website.

I think in or around PDC 2009 we should see commercial launch of Azure, Visual Studio 2010, .NET Framework 4.0 and maybe [...]

[ More ] August 5th, 2009 | No Comments | Posted in News |