CRUD Operations in .Net Core API
Certainly! CRUD operations refer to the basic actions that can be performed on a database or an API resource. CRUD stands for Create, Read, Update, and Delete. Here’s a summary of what each operation does in the context of an API project:
Create ©:
...
dotnetcircuit.com8 min read