A working alternative to ObjectDataSource - Updated version
posted by mikeon(5200) 5 years, 11 months ago 0
I'm experiencing some major difficulties with my connection to blogger.com. It should work now.
Reply
Reduce the weight of stylesheets by 35% at runtime
posted by mikeon(5200) 5 years, 9 months ago 0
Besides the point raised by Mads which is valid, does gzip compression support cache or does it compress the data all the time every time?
Page_Load is Evil
posted by mikeon(5200) 5 years, 4 months ago 0
Page_Load is eveil. Use OnLoad instead :-). I don't like the concept of something being done automatically just because it has some special name!
Understanding Viewstate
posted by mikeon(5200) 5 years, 2 months ago 0
This article was posted here a while back. Good one though.
The most useful .NET utility classes developers tend to reinvent
posted by mikeon(5200) 4 years, 10 months ago 0
At the very least, url validation should be in place - like a unique constraint on a column maybe?