Archives
-
Provider Model vs. Proxy Pattern
Rob introduced us recently to the provider model being implemented in V2; the similaraties of this description really reminded of the proxy design pattern.
-
Conspiracy Theory...
Is it just me or does the resemblence scare anyone else??? Dr Phil is really Steve Ballmer and the
whole Dr. Phil phenomenon is some kind psycho-subversive ploy from Microsoft take over the world! -
Cool tool from the bowels of Redmond...
-
Giving the user what they want!
[UPDATE]
Scott pointed out the the fact that you can force file names in a download using content-disposition. This is probably the easiest way but the solution listed below will allow you to call to files that do not exists; ie KentuckyThirdDistrict.xls?querystringcrap and the file will download as KentuckyThirdDistrict. Oh well, I did it the hard way :) -
ASP.NET Scale
Usually I dont care about traffic stats and such but I was reading some of the news generated by my latest project and noticed that for a time we were one of the 300 busiest sites on the net! Since May we have seen over 120 million hits and Win2K3 is loving it!
-
Robert wants to know why everyone is building O/R Mapping tools...
Robert McLaws wants to why so many people are making O/R Mapping tools?
-
Yukon Feature Wish...
In SQL2K, the system stores a revision history for DTS packages. Every change you make is stored and versioned using a date/time stamp. Please do this same thing for other objects as well. Stored procedures would be best but if a change history was available for any table, view, proc, function yada yada yada, that would be superb!