Transaction Tracking Typed Datasets Using SqlTransaction

I recently had the need to implement transaction tracking between two separate databases on two separate servers.
Unfortunately, I could not be sure that DTC was implemented on either server, so using transaction tracking with the TransactionScope wasn’t an option.
I also wanted to be able to wire this in easily to the existing 3-tiered framework we are currently using so that what I ended up with could easily be implemented by other developers in a similar situation.
jQuery Cookbook
jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you’ll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces.
Paging on a Datalist
This morning, my email had the following question:
“I am having a problem with datalist. Is it possible to do paging on datalist? If yes, what is the solution? I am using VB.NET on Microsoft Visual Studio 2008. Any recommend extension or solution?”
While I’m pretty sure I’ve addressed this in a previous article, I couldn’t find it doing a quick search, so I’ll review this issue again this morning.
Principles of Programming Architecture

Yesterday I was talking with a friend of mine about a project we have been working on that was written by some other company. We were speculating why the code was written as it is when we started discussing design theory.
The issue we have is that even though much of the code we are working on is compiled using ASP.NET 2.0 or greater, much of the code still looks like it was written in ASP.NET 1.x.
Do You Wear a Watch? (results)
A few days ago I asked the question on Twitter and Facebook. I got some pretty interesting comments along the way.
I asked the question because I recently “won” a watch at a chamber of commerce event I was at. It is a ladies watch. I can’t find any women who want it because none of them wear watches.
That got me to thinking, “does anyone wear a watch anymore?”

