Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

09 Aug 2008

Pro ASP.NET 2.0 Website Programming

A couple of weeks ago i’ve read Pro ASP.NET 2.0 Website Programming. The book contains a couple of nice ideas. I really appreciated the recommendation to use parameter binding when you manually compose queries. My biggest disappointment lies in the fact that the book doesn’t practice what it preaches. Many code samples use a stringbuilder to generate sql queriers 🙁