Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-ben-jeckson/bendotnetcorepractice

C# guided by SLH
https://github.com/mr-ben-jeckson/bendotnetcorepractice

Last synced: 3 days ago
JSON representation

C# guided by SLH

Awesome Lists containing this project

README

        

### DOTNETCORE PRACTICE

### Blog App

## ADO.NET

1. Read
2. Create
3. Update
4. Delete

## DAPPER CRUD
1. Create
2. Read
3. Update
4. Delete

## EF CORE CRUD
1. Create
2. Read
3. Update
4. Delete (Soft Delete Implement)

## ASP.NET CORE WEB API
1. Create
2. Read
3. Update (PUT/PATCH)
4. Delete

## ASP.NET CORE WEB API MINIMAL