Pinned Repositories
AspNetCoreMvcIdentity
ASP.NET Core identity has been implemented as MVC for version greater than 2.0
CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
CustomValidation
This is a custom validation library for C# .NET projects.
EFCore.GenericRepository
This repository contains Generic Repository implementation for Entity Framework Core
LearningDSA
This repository contains implementation of relevant algorithms of different data structure. More importantly, this repository will be updated on continuous basis.
SolidPrinciples
Contains clear examples and explanations of SOLID design principles.
SpringBootApi
This repository contains sample REST API implementation with Java Spring Boot.
TanvirArjel.Blazor
This library is an extension of Microsoft ASP.NET Core Blazor
TanvirArjel.Extensions.Microsoft.Caching
This library extended the functionality of IDistributedCache interface to make the caching mechanism more easier.
TanvirArjel.Extensions.Microsoft.DependencyInjection
This repository contains the generic service registration in ASP.NET Core Dependency Injection Container.
TanvirArjel's Repositories
TanvirArjel/EFCore.GenericRepository
This repository contains Generic Repository implementation for Entity Framework Core
TanvirArjel/CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
TanvirArjel/SolidPrinciples
Contains clear examples and explanations of SOLID design principles.
TanvirArjel/TanvirArjel.Extensions.Microsoft.DependencyInjection
This repository contains the generic service registration in ASP.NET Core Dependency Injection Container.
TanvirArjel/CustomValidation
This is a custom validation library for C# .NET projects.
TanvirArjel/AspNetCoreMvcIdentity
ASP.NET Core identity has been implemented as MVC for version greater than 2.0
TanvirArjel/TanvirArjel.Blazor
This library is an extension of Microsoft ASP.NET Core Blazor
TanvirArjel/LearningDSA
This repository contains implementation of relevant algorithms of different data structure. More importantly, this repository will be updated on continuous basis.
TanvirArjel/TanvirArjel.Extensions.Microsoft.Caching
This library extended the functionality of IDistributedCache interface to make the caching mechanism more easier.
TanvirArjel/SpringBootApi
This repository contains sample REST API implementation with Java Spring Boot.
TanvirArjel/ArgumentChecker
This is method's arguments checking library in C#.
TanvirArjel/CqrsWithMediatR
This is a sample project for the implementation of CQRS with MediatR
TanvirArjel/KibanaLog
This repository contain implementation of logging to Elastic Search and visualize with Kibana.
TanvirArjel/LoggingWithSerilogInAspNetCore
This is a sample application demonstrating the logging functionality in asp.net core with serilog
TanvirArjel/MauiDemo
Connection refused when calling ASP.NET Core API endpoints from .NET MAUI Blazor App
TanvirArjel/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
TanvirArjel/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
TanvirArjel/PollyRetryAndCircuitBreaker
The repo contains Polly integration with ASP.NET Core.
TanvirArjel/tanvirarjel.github.io
Github Pages of Tanvir Arjel
TanvirArjel/The-Standard
TanvirArjel/ApiVersioning
This app contains API versioning configuration example.
TanvirArjel/Blazor.Cropper
A blazor library provide component to crop image
TanvirArjel/BlazorImageCropper
The is a sample repository for blazor image cropping.
TanvirArjel/DataImportApp
This app is used to import data from csv and xml files and stored them into SQL Server database.
TanvirArjel/KafkaMessaging
This repo contains sample implementation kafka messaging.
TanvirArjel/LocalStorage
A library to provide access to local storage in Blazor applications
TanvirArjel/LocalStorageInsideDL
Accessing Local Storage inside DelegatingHandler in Blazor Server and .NET MAUI Blazor does not work.
TanvirArjel/RateLimiter
This repository contains implementation of rate limiter using different algorithms in ASP.NET Core.
TanvirArjel/TanvirArjel
TanvirArjel/ThreadSynchronization
This repository contains different thread synchronization approaches in C#.