hakanmarthidir
Sn. Developer | Architect MCT, MCPD, experimental approaches, some implementation samples
@atlascopcogroup | @synatecgmbhStuttgart, Germany
Pinned Repositories
aspnet_core_jwtbearer
net6, microsoft aspnetcore authentication jwtbearer nuget package, claim base authorization
choreography-masstransit-sample
Saga Choreography Implementation with Masstransit, AspNetCore v6, RabbitMq
CircuitBreakerSamples
overview - circuit breaker samples with Hystrix and Polly.
cqrs-mediatr-sample
cqrs sample with mediatr, behaviour, notifications and domain events
ddd-cleanarchitecture-template
ddd with clean architecture sample which contains authentication, repository/services approach, EFCore persistence, jwt, fluent validation, guard clauses, automapper, correlationId middleware, aspectcore, json masking, domain events, specification pattern imp.
dxf-file-read
.net 5 sample regarding how to read dxf file and getting Polylines via netDxf (standart library).
FirebaseRemoteConfig_GetParametersViaApi
this is a simple sample for getting parameters of firebase remote config. the sample contains getting google apis token and get parameters codes. Api was created as Net Core 2.1 and used Google.Apis.Auth nuget package.
KocSistem_AspNetCore_Training
I gave a training called "Asp.Net Core v2.2" in KoçSistem on Dec 12, 2018. I talked about .Net Core architecture, life cycle, pipelines, startup, environments, configuration, options, di containers, logging, middlewares and ef core implementations. (via Microsoft references)
orchestrator-masstransit-sample
masstransit - orchestrator based saga sample
specification-pattern
specification pattern sample using .net 6 and efcore
hakanmarthidir's Repositories
hakanmarthidir/aspnet_core_jwtbearer
net6, microsoft aspnetcore authentication jwtbearer nuget package, claim base authorization
hakanmarthidir/choreography-masstransit-sample
Saga Choreography Implementation with Masstransit, AspNetCore v6, RabbitMq
hakanmarthidir/firebase-cloud-messaging-with-angular
frontend-angular, backend-nodejs, mq-rabbitmq, consumer-python, cloudmessaging-firebase
hakanmarthidir/specification-pattern
specification pattern sample using .net 6 and efcore
hakanmarthidir/cqrs-mediatr-sample
cqrs sample with mediatr, behaviour, notifications and domain events
hakanmarthidir/ddd-cleanarchitecture-template
ddd with clean architecture sample which contains authentication, repository/services approach, EFCore persistence, jwt, fluent validation, guard clauses, automapper, correlationId middleware, aspectcore, json masking, domain events, specification pattern imp.
hakanmarthidir/orchestrator-masstransit-sample
masstransit - orchestrator based saga sample
hakanmarthidir/apachekafka-producer-consumer
net7, confluent.Kafka nuget package
hakanmarthidir/audit-net-sample
audit.net framework sample
hakanmarthidir/benchmarking-dotnet-overview
BenchmarkDotNet overview
hakanmarthidir/cache-distributed-redis
.netcore v6, distributed cache sample with redis
hakanmarthidir/cache-inmemory
.net core v6 inmemory cache sample
hakanmarthidir/consumer-driven-contract-testing
pactnet v4.3.0 , moq, xunit, net7, minimal api and middleware
hakanmarthidir/csharp-features
C# language features.
hakanmarthidir/easynetq-rabbitmq-samples
easynetq rabbitmq samples
hakanmarthidir/featureflags-sample
featureflags, tooglefeature sample in net6, implemented on controller, action and code base.
hakanmarthidir/grpc_sample
net6 grpc sample
hakanmarthidir/lazy-samples
Lazy<T> usage samples
hakanmarthidir/masstransit-rabbitmq-withoutsaga
masstransit, rabbitmq, direct binding and pub/sub samples on .net core web api v6
hakanmarthidir/microservices_sample
This microservices project was created to test some basic implementation principles and tools.
hakanmarthidir/outbox-pattern
transactional outbox pattern sample, net6, mediatR, domain event, sql server, crud based services, adonet, easynetq
hakanmarthidir/outputcache-middleware-sample
net7 aspnet core output cache middleware sample
hakanmarthidir/polly-implementation
polly, net6, circuitbreaker, ratelimit, timeout, waitandretry, fallback, bulkhead policies
hakanmarthidir/ratelimiter-middleware-sample
net7, ratelimiter definition and limiter types.
hakanmarthidir/signalR-sample
net6, signalR, aspnetcore server, angular client
hakanmarthidir/streaming-sample
net6, IAsyncEnumerable, async yield return, buffersize, DeserializeAsyncEnumerable, api as publisher and console as consumer
hakanmarthidir/tarfiles-sample
net7 tar file support, console app
hakanmarthidir/transactscope_ienlistmentnotification_2PC
IEnlistmentNotification implementation. 2PC, transactionscope, net6
hakanmarthidir/websocket-sample
net7, websocket client and server sample. server-> aspnetcore, client -> console
hakanmarthidir/workerservice_sample
.net6 worker service project, easynetq, consumer sample