Skip to content

SpencerTSterling/CPW213-DebuggingMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspnetCoreWithBugs

CPW213 ASP.NET MVC Core website with some bugs and needs refactoring

Tasks

  • You can download a zip file of the project and upload it to your own GitHub account to manage your work in source control or choose the "Use this template" button to make a copy in your account
  • Fix all syntax issues to get the code to compile successfully
  • Ensure all the links on the website go to their appropriate web pages
  • Refactor all of the database code in the ProductsController into a ProductDb class
  • Create the database using code first migrations and a database context class
  • Ensure all CRUD pages work correctly
    • Create
    • Index (List/Select)
    • Update
    • Delete

About

Debugging a MVC website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published