PlayZone is a simple web application for managing a list of games, built using ASP.NET Core MVC and Microsoft SQL Server. The app allows users to add, edit, delete, and view game details, including uploading and displaying cover images. It follows good architectural practices like the Repository Pattern and Unit of Work, making the code clean and easy to maintain.
![]() |
![]() |
![]() |
![]() |
- Add, edit, delete, and view game details using the
GamesController. - Display games on the home page using the
HomeControllerwith detailed view for each game. - Upload and preview game cover images.
- Uses Microsoft SQL Server for data storage.
- ASP.NET Core MVC
- Entity Framework Core
- Microsoft SQL Server
- Repository Pattern
- Generic Repository Pattern
- Unit of Work Pattern
- Bootstrap and basic UI styling




