Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 518 Bytes

GameZone

Project Overview

This project is a CRUD (Create, Read, Update, Delete) application built with ASP.NET Core MVC. It demonstrates how to perform CRUD operations with a model using Entity Framework Core for database access.

Features:

  • Add new records to the database.
  • View a list of all records.
  • Edit/update existing records.
  • Delete records.

Technologies Used

  • ASP.NET Core MVC
  • Entity Framework Core
  • SQL Server (for database)
  • Bootstrap (for frontend styling)