ASP.NET Web API Series: Modifying data from the web api (HttpPost, HttpPut, HttpDelete)



ASP.NET Web API Series: Modifying data from the web api (HttpPost, HttpPut, HttpDelete)

ASP.NET Web API Series:  Modifying data from the web api (HttpPost, HttpPut, HttpDelete)

Building a RESTFul Web API from start to finish using .Net core 7.0 technologies.

VIDEO 3: Using the Http Post, Put, Delete Verbs to modify our data in the web api usng an in-memory database.

https://github.com/HawaiianShirtCoder/SMS-API-Series

To get up to speed quickly please view Part 2 and Part 3 of this series. These two video will provide you with the CRUD basics to generate a Web API using HTTP verbs. However I recommend you view the rest of the course where we turn the DEMO-WARE API created in videos 2 and 3 into a production ready API using best practices.

Learn with me