IMDB (clone) is a WPF application for managing movie information, It has an intuitive GUI design and modular architecture This project makes use of Microsoft SQL Server for managing the database operations and performing CRUD functionality
Please use the below steps as a setup guide
1. MS SQL SERVER is required in order to get the database going. Use the IMDB.sql to set up the database
Views:
- PageName.xaml: The .xaml files contain the UI Code for the project
- PageName.xaml.cs: The .xaml.cs has the logic used by the pages for interaction of UI and the database
- MovieRepostory.cs: This page contains the logic for database connectivity