The Importance of Data Modeling
When you are developing an ASP-based, data-driven application, time must be spent
deciding the form of your database.
Translating business logic into tables, columns, and relations is called
data modeling, and, unfortunately, data modeling seems to be a lost art.
In the series of articles that follow, I will explain what, exactly, data modeling
is, why it is important, and how to better your data modeling skills!
Data Modeling 101
Data Modeling 201
Data Modeling 301
There are also some articles on other Web sites that have great information on creating
robust data models!
Happy Programming!