Ryan Whitaker

Dishes of Ryan

Browse by Tags

All Tags » Programming (RSS)
Sorry, but there are no more tags available to filter with.
Transactions with TableAdapters, a lazy man's approach
If you've used TableAdapters, you'll know that their ability to deal with transactions leaves a little to be desired. Little? Did I say "little"? I mean "a lot". Sahil Malik has a good slew of advice for people wanting to use transactions with TableAdapters...
Posted: Mar 30 2006, 03:14 PM by RyanW | with 31 comment(s)
Filed under:
Modify data before it's inserted in SQL Server 2000/2005
I had a scenario where I needed to massage some data in this one particular column before it got inserted into the database. I usually like to implement this kind of logic alongside its business brethren, leaving as much business brouhaha out of the raw...
Posted: Feb 02 2006, 11:48 PM by RyanW | with 4 comment(s)
Filed under:
Highly performant, caching image resizer?
I'm in the ocean in a life ring, somebody please pull me out! We have a client whose website gets a lot of traffic. Lots of product images. Lots of image resizing going on. What I need is a highly performant, .NET-based image resizer. It needs to cache...
Posted: Oct 21 2004, 01:03 PM by RyanW | with 8 comment(s)
Filed under:
More Posts