Click Here to Download WebAPICRUDOperation.zip
In this article we are demonstrating how Insert, Update, View and Delete operation works in Output using HTTP service.
We can also call as CRUD (Create, Read, Update, Delete) Operation.
In this WebAPI example we are using following HTTP Methods for CURD Operations.
Now we are creating project step by step.
STEP 1 :
Create a Web API Project.
In this article we are demonstrating how Insert, Update, View and Delete operation works in Output using HTTP service.
We can also call as CRUD (Create, Read, Update, Delete) Operation.
In this WebAPI example we are using following HTTP Methods for CURD Operations.
- GET method retrieves the data or resources at a specified URI.
- PUT method updates the data or resource at a specified URI.
- POST method send data to the specified URI.
- DELETE method deletes a resource at a specified URI.
Now we are creating project step by step.
STEP 1 :
Create a Web API Project.