You’ll have to design your data tier well. The data tier is the component of your application that is supposed to hold data. Typically this should be hosted on a Relational Database Management System. This step involves identifying the identities in your system. The identities are usually mapped to tables in the relational model. Example of entities you will have are : Episode, Program, EpisodeDetails etc…
After designing the Data Tier (the database), you have to choose the nature of the application you’d like to have (windows or ASP.NET).
Comments
Leave a comment Trackback