Create ASP.NET Core CRUD Web API with the Repository pattern

How to create ASP.NET Core CRUD Web API with the Repository pattern with Azure SQL Database and Azure CI/CD pipeline

Yohan Malshika
7 min readAug 2, 2020

Hi all, Hope all are doing well!. So In the last articles, I showed you how to create CI/CD pipeline for ASP.NET Web API application by using the Azure DevOps starter and how to create Azure SQL Database in the Azure portal. I am going to show you how to create a simple CRUD Web API with a Repository pattern in ASP.NET Core. This is a final part of this article series.

1st Part

2nd Part

Create ASP.NET Core CRUD Web API with the Repository pattern

In this article, I will tell you,

  1. Connect Azure SQL Database to Web API Project.
  2. Create CRUD operations

--

--