- Things never to do again:
Do not under any circumstance use SELECT DISTINCT to return unique results from a database because a subquery or join is causing duplicate rows. You are getting duplicate rows because the subquery or join isn't as accurate as it needs to be... stop using this as a quick fix it only causes …
Read More - I've recently decided that I'm a .NET developer. Then I got some people to pay me to be a .NET developer. All in all I'm happier writing code than I was fixing servers and networks but sometimes programming just drives me nuts. Today's rant is about the ObjectDataSource in .NET... and really datasource objects in …
Read More