Orphans at the Bookstore

What do the companies who publish technical books – and the authors who write them – really owe their readers?

Tags:

Refactoring in C# & ASP.NET – Abstract Factory with Reflection

In the Wrox book Professional Refactoring in C# & ASP.NET, author Danijel Arsenovski discusses creating data providers through the Abstract Factory Pattern. Here, I discuss an alternative method for implementing this pattern.

Tags:

How To Let Users Change Their Email Address in TheBeerHouse Starter Kit

If you’ve ever worked with the The BeerHouse Starter Kit featured in the Wrox book ASP.NET 2.0 Website Programming: Problem – Design - Solution, you may have noticed that the author, um, "forgot" to provide a mechanism to allow users to change their email address after signing up. Here is a brief tutorial that shows how to add that functionality.

Tags: