ASP.NET Web API POST, DELETE, PUT Method implementation using POSTMAN

preview_player
Показать описание
In this video we will implement POST, PUT, DELETE Methods using POSTMAN in ASP.NET Web API Project in Visual Studio 2019.

Basic methods of REST API ?
What is HTTP verbs ?
How REST API works ?
How to create WEB API Methods Project in Visual Studio 2019 ?
How to create WEB API GET, POST, PUT, DELETE methods.
Entity Framework integration in WEB API.

Please LIKE, SHARE and SUBSCRIBE.
#techiemanish
Рекомендации по теме
Комментарии
Автор

Very Helpful. Hi sir, my Id column is on auto-increment mode.So when I tried to perform Put, not able to update with status code: 400 Bad Request.

sohanthakur
Автор

get and post request working properly ..bur delete and put request don't work properly this error show <title>IIS 10.0 Detailed Error - 404.0 - Not Found</title> . but when i check in data base that record is available and also retrieve in get request . i follow your code step by step .. what to do sir

sradhawebcreations