Menu

[Solved]Believe C Sharp Web Api Provide Functionality Assignment Create Web Api Performs Database Q37126040

I believe C sharp do in

The Web API will provide most of the functionality for thisassignment. Create a Web API that performs all databaseoperations.

  1. Create a POST action method used for login. This methodreceives the adoption agency user’s username and password andreturns true or false based on whether the user’s informationmatched the information stored in the database.
  2. Create a GET action method that retrieves a list of pets basedon their category (bird, cat, or dog) from the database.
  3. Create a GET action method that retrieves a list of pets basedon their name.
  4. Create a GET action method that retrieves a pet based on theirPetID.
  5. Create a PUT action method that receives a PetID and all thepet’s information that is used to update an existing pet in thedatabase.
  6. Create a POST action method that receives a PetID and customerinformation and records the adoption of the pet in the database.This method will store a new customer in the database as well.
  7. Create a DELETE action method that receives a PetID and deletesthe pet from the database.
  8. It’s a good idea to create classes and objects for any entitiesthe program uses, too.

Expert Answer


Answer to I believe C sharp do in The Web API will provide most of the functionality for this assignment. Create a Web API that pe… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *