In this article I am going to explain how to create Web API CRUD (create, read, update, delete) operation using repository pattern .net framework.
In previous I have explained
how to create First Web API Hello World application with repository pattern and
how to return data in JSON format from ASP.NET Web API.
Here in this article I am
going to create Web API with CRUD operations for Article with Title,
description and tags fields.
Prerequisites
- -Visual Studio 2019