Sardar Mudassar Ali Khan (@SardarMudassarAliKhan)
  • Stars
    star
    129
  • Global Rank 172,474 (Top 6 %)
  • Followers 83
  • Following 6
  • Registered about 5 years ago
  • Most used languages
    C#
    85.7 %
    HTML
    14.3 %
  • Location 🇬🇧 United Kingdom
  • Country Total Rank 10,602
  • Country Ranking
    C#
    762
    HTML
    2,469

Top 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

APIDevelopmentUsingDapper

API Development Using Dapper and Microsoft Asp.NeT Core Web API
C#
2
star
7

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
8

XSSAttackInAspNetCoreMVC

C#
1
star
9

FullStackAspNetCoreWebAPIEComProject

C#
1
star
10

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
11

CSRFAttackInAspNetCoreMVC

C#
1
star
12

EagervsLzayLoadingInAsp.netCoreWebAPI

C#
1
star
13

IdentityServer4IntegrationAspNetCoreWebAPI

C#
1
star
14

APIDevelopmentUsingAspNetCoreWithDapperAndStoredProcedure

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

DevOpsCicdAspNetCore7

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

GlobalSearchInAspNetCoreMVC

C#
1
star
17

InMemoryCacheInAspNetMVC

HTML
1
star
18

AuditTrailImplementtionInAspNetCoreWebAPI

C#
1
star
19

GoogleAuthInAspNetCoreMVC

C#
1
star
20

EagerLoadingInAsp.netCoreWebAPI

C#
1
star
21

1-3rdAPIIntegrationInAspNetCoreWebAPI

C#
1
star
22

OpenAPISupportInAspNetCoreWebAPI

C#
1
star
23

IdentityServer4InAspNetCoreWebAPI

C#
1
star
24

MicrosoftAzureFunctionInAspNetCoreWebAPI

Microservices Develoment Uisng Microsoft Azure Functions
C#
1
star
25

AspNetCore8MVCProjectExploration

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

XUnitTestingInAsp.NETCoreWebAPI

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

MicroservicesWithCircutDesignPatternInAspNetCoreWebAPI

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

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
29

33-IndexerInCSharp

C#
1
star
30

ThirdPartyAPIIntegrationInAspNetCoreWebAPI

C#
1
star
31

ThirdPartyAPIIntegrationRestSharpCRUD

C#
1
star
32

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
33

CROSOregionsErrorInAspNETCoreWebAPI

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

LazyLoadingInAspNetCoreWebApI

C#
1
star
35

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
36

OpenAPISupportInAspNetCore7WebAPI

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