Learning Resources
Â
Creating MyMoviesCollection Web Project
MyMoviesCollection is an sample project for developing an sample database driven web site. It usually involves the knowledge of following topics -
- What is SQL
- Using a SQL Server Express Database
- Adding a database to the project
- Adding a table to the database
- Generating a Data-Driven Web Page
- Using the database to build a Web page
- Previewing and reviewing the database-generated page
Â