Wednesday, August 18, 2010

How can I add tv episode name, numbers and season numbers to a C# windows application or ASP.NET page?

I do not want an electronic tv guide, just a list of all aired episodes which updates itself when new episodes air.


The TV shows I would want to see would be things like CSI, Scrubs, Doctor Who etc.How can I add tv episode name, numbers and season numbers to a C# windows application or ASP.NET page?
Your question is very general.





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).





Hope this helps.

No comments:

Post a Comment