Rules to Better Software Development

Scott Guthrie posted a link to this great resource for software development rules. This is a very impressive set of rules (standards)! Thanks to the folks at SSW for taking the time to publish this stuff! (and thanks to Scott for spreading the knowledge of the link).via: http://weblogs.asp.net/scottgu/archive/2006/07/27/Rules-to-Better-Software-Development.aspx [Read More]

.NET vs Java Smackdown

This was a fun read.Have you stopped beating your dog?via FrazzledDad: .NET vs Java Smackdown

Switching to Verizon

Well, I reached my breaking point with T-Mobile yesterday. Traveling home from Newark, Ohio to Cincinnati, I had 10 calls drops. 5 of those calls were with one person, trying to complete a 10-minute phone call. 1 of those was calling 6-1-1 to report my troubles.A couple of weeks ago,... [Read More]

DataGrid ItemCommand Without ViewState

I blogged awhile back about my frustrations with the ASP.NET DataGrid and its reliance on ViewState, specifically for firing the ItemCommand event. Well this situation presented itself to me again and I decided to attack the problem with a little more aggression than previous attempts.It's important to note that with... [Read More]