posted on Saturday, February 26, 2005 8:59 PM by Saravana

Interesting Articles on Whidbey and Yukon

Following are the interesting articles which I read in the last two weeks on whidbey and yukon.

Visual Studio 2005 Class Designer

In my current project we are using VS.NET 2005 class designer for our class design. This is one of the cool feature I liked in VS.NET 2005. This article will gives you an introduction to this tool. After reading this article, i was able to quickly use this tool for my class design

Query Notification in ADO.NET 2.0

SQL Dependency caching in yukon works based on push/notification methodology when compared to SQL 2000 SQL dependency caching which works based on pull methodology. This article explains how exactly SQL dependency caching works in yukon.

System.Transactions in ADO.NET 2.0

Whidbey comes with a framework for implementing distributed transaction using new namespace system.transaction. So no more serviced components only for implementing transaction...This article neatly explains about how it works and how we need to use this feature in our distributed applications.

All the articles listed above are must read articles...

Comments