
August 11th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 857
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Object-Oriented Programming Applied: A Custom Data Class
Have you ever been annoyed at the number of steps required to get data in and out of a database in .NET? Do you wish there was a simpler way? This article explains how to write the SQL statements once and manipulate the data with less code than the traditional method requires. It is excerpted from chapter five of the book Maximizing ASP.NET: Real World, Object-Oriented Development, written by Jeffery Putz (Addison-Wesley Professional, 2005; ISBN: 0321294475).
Read the full article here: Object-Oriented Programming Applied: A Custom Data Class
For more discussion go here: Blog Article Discussion
|