Dog Group - DELETE

Poodles (17)

Description: Poodles
Score 2
Dog Group: Non-Sporting (6)
Dog Group Description: The Non-Sporting Group is a unique dog group because it doesn’t group dogs by a particular purpose or size—instead, it’s more of a catch-all group for dogs that don’t fit in other groups. As a result, dogs from the Non-Sporting Group run the gamut in terms of physical and personality traits, but all are ready candidates for a loving pet.
Cancel

This little project is made with razor pages. Initial data is created with a Dictionary in the services (DogBreedService & DogGroupService). You can update, delete, add records, but when re-opening the application, the initial data will be back again.
  • DOG BREEDS
    1. Show list of dogbreeds
    2. Add new dogbreed
    3. Update dogbreed
    4. Delete dogbreed
    5. List dogbreeds , selected by score - form and result in 1 page
    6. List dogbreeds , where score between startscore & endscore - form and result in 2 seperatie pages
  • DOG GROUPS
    1. Show list of doggroups
    2. Update description of dog group (due to working with dummy-data/Dictionary, if the description of a dog group is changed, this will not show on a dog-breed detail)