• Stars
    star
    2
  • Language
    C#
  • Created 11 months ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

API Development Using Dapper and Microsoft Asp.NeT Core Web API

More Repositories

1

Skinet2022

Clean Architecture Code
70
star
2

JWTTokenAuthInAspNet6

C#
9
star
3

OnionArchitectureInAspNetCore6WebAPI

Onion Architecture In Asp.net Core Web API
C#
6
star
4

A-MicrosoftAspNetCoreIdentityManagement

C#
2
star
5

FullStackDevelopmentUsingAspnetCore8MVC

HTML
2
star
6

WorkingwithSQLLiteinAsp.NETCoreWebAPI

Certainly! Let's complete the `TodoController` with basic CRUD operations. We'll add methods for creating, reading, updating, and deleting Todo items:
C#
2
star
7

XSSAttackInAspNetCoreMVC

C#
1
star
8

FullStackAspNetCoreWebAPIEComProject

C#
1
star
9

ReCaptchaImplementationinASP.NETCoreMVC

Sure, implementing Google's reCAPTCHA in an ASP.NET Core MVC project with login functionality involves a few steps. Here's a step-by-step guide:
C#
1
star
10

CSRFAttackInAspNetCoreMVC

C#
1
star
11

EagervsLzayLoadingInAsp.netCoreWebAPI

C#
1
star
12

IdentityServer4IntegrationAspNetCoreWebAPI

C#
1
star
13

APIDevelopmentUsingAspNetCoreWithDapperAndStoredProcedure

API Devlopment Using Dapper and Stored Procedure with AspNET Core Web API
C#
1
star
14

DevOpsCicdAspNetCore7

CICD Pipeline for Asp.net core mvc 7
HTML
1
star
15

GlobalSearchInAspNetCoreMVC

C#
1
star
16

InMemoryCacheInAspNetMVC

HTML
1
star
17

AuditTrailImplementtionInAspNetCoreWebAPI

C#
1
star
18

GoogleAuthInAspNetCoreMVC

C#
1
star
19

EagerLoadingInAsp.netCoreWebAPI

C#
1
star
20

1-3rdAPIIntegrationInAspNetCoreWebAPI

C#
1
star
21

OpenAPISupportInAspNetCoreWebAPI

C#
1
star
22

IdentityServer4InAspNetCoreWebAPI

C#
1
star
23

MicrosoftAzureFunctionInAspNetCoreWebAPI

Microservices Develoment Uisng Microsoft Azure Functions
C#
1
star
24

AspNetCore8MVCProjectExploration

Exploring the Enhancements in ASP.NET Core 8.0
HTML
1
star
25

XUnitTestingInAsp.NETCoreWebAPI

Xunit Testing FOR Asp.net Core Web API Demo
C#
1
star
26

MicroservicesWithCircutDesignPatternInAspNetCoreWebAPI

Microservice Development uisng circut breaker Design Pattern
C#
1
star
27

SyncVsAsyncProgrammingIn.NETCoreAPI

Certainly! In ASP.NET Core Web API, synchronous and asynchronous programming refer to different ways of handling requests and responses. Let's explore both concepts with a simple example and a real-world use case.
C#
1
star
28

33-IndexerInCSharp

C#
1
star
29

ThirdPartyAPIIntegrationInAspNetCoreWebAPI

C#
1
star
30

ThirdPartyAPIIntegrationRestSharpCRUD

C#
1
star
31

MasteringSolidPrinciplesInCSharp

In C#, the SOLID principles are a set of five design principles that help make software more understandable, flexible, and maintainable. Here they are with examples:
C#
1
star
32

CROSOregionsErrorInAspNETCoreWebAPI

**Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API**
C#
1
star
33

LazyLoadingInAspNetCoreWebApI

C#
1
star
34

DataTransferBetweenControllersinASPNETCoreMVC

In ASP.NET Core MVC, you can pass temporary data from one controller to another using TempData. TempData is a dictionary that can be used to share data between controllers during the current request and the subsequent redirect. Here's how you can achieve this:
HTML
1
star
35

OpenAPISupportInAspNetCore7WebAPI

Understanding OpenAPI in ASP.NET Core Web API
C#
1
star