-
Archives
- November 2010
- March 2010
- February 2010
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Monthly Archives: October 2005
ADO.NET Provider Model Fundamentals
I hope everyone is having a happy Halloween. Nothing makes Halloween more fun than my 3 children all under the age of 5. We’ve gone to the local pumpking festival, the community halloween party, the county halloween party, and now … Continue reading
Posted in Design Patterns, GRASP Patterns
Leave a comment
Pro ADO.NET 2.0 Book Review
I finished the final chapter of Pro ADO.NET 2.0 last night and highly recommend it if you are looking for a book on ADO.NET. Read about it on Apress. Summary Pro ADO.NET 2.0 is about half the thickness of an older … Continue reading
Posted in .NET Book Reviews
7 Comments
Builder Design Pattern – Part 2 of 3
As mentioned in my previous post, the DbConnectionStringBuilder Class mentioned in Pro ADO.NET 2.0 allows one to build a connection string in a very object-oriented, database agnostic way by setting properties on the class and calling ToString() to get a properly … Continue reading
Posted in Design Patterns
2 Comments
Builder Design Pattern – Part I
Hurricane Wilma caused intermittent power problems the past couple of days, but now everything seems to be peachy keen. She also caused me to miss my ever favorite event, A Taste of Sarasota, which has been postponed to an unannounced … Continue reading
Posted in Design Patterns
Leave a comment
Retina.NET v1.0.0.7
I am a big fan of O/R Mappers and Code Generation Tools to help me be more productive in my day-to-day programming. There are a lot of affordable O/R Mappers, such as WilsonORMapper, Codus, LLBLGen Pro, NHibernate, etc. that you … Continue reading
Posted in .NET Tools
Leave a comment
ASP.NET Security and ADO.NET
My wife and I finally wrapped up moving into our new home, which has been a very frustrating and tiresome couple of months. Although I hate moving, the process of moving our stuff was actually the easy part. The frustrating part … Continue reading
Posted in ASP.NET
Leave a comment
FreeTextBox v3.0.6 – Images are Embedded Resources – Excellent!
I am definitely late in the game, but I decided to upgrade to FreeTextBox v3.0.6 on a new project. In the past, all images, javascript, and XML files used with FreeTextBox were stored as external files on the web server. It … Continue reading
Posted in .NET Tools
2 Comments