cornflourblue / dotnet-7-dapper-mssql-crud-apiLinks
.NET 7.0 + Dapper + MS SQL Server - CRUD API Tutorial in ASP.NET Core
☆27Updated last year
Alternatives and similar repositories for dotnet-7-dapper-mssql-crud-api
Users that are interested in dotnet-7-dapper-mssql-crud-api are comparing it to the libraries listed below
Sorting:
- Tutorial Code of codingsonata.com article - Secure ASP.NET Core Web API using JWT Authentication☆19Updated 4 years ago
- ☆43Updated 4 years ago
- Learn to Work with Dapper and Entity Framework within the Same ASP.NET Core Solutions. This is an implementation taking Transactions into…☆43Updated 4 years ago
- A Helper Library for all my future .NET Core Projects☆10Updated 3 years ago
- Project using .NET Core 3.1, Angular 9, EF Core, SQL Server, xUnit with SQLite database InMemory and EF Core InMemory☆54Updated 2 years ago
- IdentityServer with ASP.NET Core Identity and MongoDB as Database☆23Updated last year
- ☆21Updated 4 years ago
- A simple implementaion of GraphQL for ASP.NET Core 3.1 WebAPI. Demonstrated using GraphQL Playground Package.☆23Updated 5 years ago
- This repo contains the source code for the "Using Multiple Databases in ASP.NET Core via Entity Framework Core" article on Code Maze☆19Updated 4 years ago
- Complete source code developed as part of article - Build Resilient Microservices (Web API) using Polly in ASP.NET Core☆20Updated 4 years ago
- ☆19Updated 4 years ago
- Let's build a jQuery Datatable in ASP.NET Core 3.1 with Server-Side Processing! We will also cover Paging, Sorting, Searching and much mo…☆34Updated 2 years ago
- This repo contains the source code for the "HttpClient with ASP.NET Core" series of articles on Code Maze☆29Updated 4 years ago
- Audit Trail Implementation in ASP.NET Core with Entity Framework Core☆75Updated 2 years ago
- Project Moved to☆20Updated 5 years ago
- API versioning in ASP.NET Core is a technique by which different clients can get different implementations of the same Controller based o…☆12Updated 5 years ago
- In this article, we will go through Healthchecks in ASP.NET Core, it’s uses, variations and implementing your own custom health-checks. T…☆19Updated 3 years ago
- Bugpoint is an application for Managing and Tracking application Bug.☆29Updated 3 years ago
- When it comes to Validating Models, aren’t we all leaning towards Data Annotations? There are quite a lot of serious issues with this app…☆13Updated 5 years ago
- .NET Core Book Store Web API for educational purposes☆74Updated 2 years ago
- A simple API built in ASP.NET Core Web API 6, connecting SQL Server Express database with EF Core and using JWT-based authentication with…☆61Updated 3 years ago
- A tutorial about implementing API Key Authentication in ASP.NET Core Web API project☆37Updated 3 years ago
- Hangfire is an open-sourced library that enables the developers to schedule events in the background with the utmost ease. It is a highly…