For mapping simple dropdown-style data to business entities.
Archive for the ‘.NET’ Category
A Generic Data Mapper for Simple Data
Posted in .NET on March 1, 2010 | 2 Comments »
Implementing Data Access Interfaces and Stubbing
Posted in .NET on January 18, 2010 | Leave a Comment »
This article demonstrates how to create and implement a common data access interface and uses the concept of stubbing as one example.
A Tale of Two Architectures
Posted in .NET on December 14, 2009 | Leave a Comment »
Describes two hybrid architecture models that I use with enterprise level applications.
Developing ASP.NET Custom Controls
Posted in .NET on September 25, 2009 | Leave a Comment »
A tutorial and code sample for developing ASP.NET custom controls. In this tutorial I demonstrate how to create a more feature-rich button control.
Southwest Florida Code Camp 2009
Posted in .NET on September 4, 2009 | Leave a Comment »
All about Southwest Florida Code Camp 2009 on October 3, 2009 at FGCU in Fort Myers, FL.
Battle of the Third Party Controls
Posted in .NET on March 19, 2009 | Leave a Comment »
A brief recap of the Naples .NET Usergroup and their Battle of The Third Party Controls session; featuring: Telerik, Farpoint, Infragistics, and DevExpress!
Common Reusable Business Entities Part 3
Posted in .NET on March 19, 2009 | 1 Comment »
A multipart series on commonly used business objects/entities. In this part, I will cover three objects in C#; CreditCardNumber, SocialSecurityNumber, and PhoneNumber.
Common Reusable Business Entities Part 2
Posted in .NET on March 16, 2009 | 2 Comments »
A multipart series on commonly used business objects/entities. In this part, I will cover an Address structure in C#.
Common Reusable Business Entities Part 1
Posted in .NET on March 11, 2009 | 1 Comment »
A multipart series on commonly used business objects/entities. In this part, I will cover a PersonName structure in C#.
Converting an ASP.NET 2.0 project to ASP.NET 2.0 AJAX project
Posted in .NET on March 4, 2009 | Leave a Comment »
Instructions on converting an ASP.NET 2.0 project to ASP.NET 2.0 AJAX project, optionally with the Ajax Control Toolkit.

