Skip to content

CRUD website with some issues that need to be fixed

Notifications You must be signed in to change notification settings

SpeakingInBits/CPW219-CRUD-Troubleshooting

Repository files navigation

CPW219-CRUD-Troubleshooting

Requirements

  • VS2022 + ASP.NET and Web Development workload
  • .NET 8

Tasks

  • Ensure all hyperlinks work
  • Create the database on your own machine. Create any necessary code first migrations with the premade database context class
  • Ensure all CRUD Functionality pages work
    • You will need to create the views (you may use scaffolding in VS or create them manually)
    • For database logic you must use the database class. When fixing database issues, fix them in the database class
  • Verify that all data is updated correctly in the database

About

CRUD website with some issues that need to be fixed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published