Skip to content

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.

Notifications You must be signed in to change notification settings

abdulrahmanaymann/GameZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Topics

Resources

Stars

Watchers

Forks