Skip to content

A simple razor pages .Net 6 web applicatio with Entity Framework CRUD fucntionality

Notifications You must be signed in to change notification settings

youssefGhareb/.Net-Entity-CRUD

Repository files navigation

.Net-Enity-CRUD

Setup

  1. Clone repository
  2. Open solution in Visual Studio
  3. Build project
  4. Create a new database in SQL Server
  5. Replace the defaultConnection string with the connection string of your DB.
  6. In the NuGET package manager console run Update-Database to run the database migrations responsible for creating your DB entities.
  7. Run the project

About

A simple razor pages .Net 6 web applicatio with Entity Framework CRUD fucntionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published