Pinned Repositories
AccessAppsettingsInWebApplicationBuilder
Access appsettings in WebApplicationBuilder.
ApiGatewayWithYarp
Api-Gateway with Yarp, providing a gateway for 2 Downstream-APIs
AppSettingsInConsoleApp
Example of how to access settings from appsettings.json file in a console app.
AsyncProgressInfoInConsoleApp
Console App with async progress bar for async service task and the abitity of cancellation via Esc-key.
BlazorFileUpload
Simple Blazor File-Upload.
BlazorSampleDotNet8
DotNet8 Blazor Sample with Clean Architecture
CacheAsidePatternExampleWithIDistributedCache
Cache-Aside Pattern example using IDistributedCache.
CacheAsidePatternExampleWithRedis
Cache-Aside Pattern example using Redis.
CQRSMediatRExample
'CQRS' example using 'MediatR' and 'Vertical Slice Architecture'
WebApiWithSerilogAndSeq
WebAPI with Serilog and Seq
reiugit's Repositories
reiugit/CQRSMediatRExample
'CQRS' example using 'MediatR' and 'Vertical Slice Architecture'
reiugit/AppSettingsInConsoleApp
Example of how to access settings from appsettings.json file in a console app.
reiugit/AsyncProgressInfoInConsoleApp
Console App with async progress bar for async service task and the abitity of cancellation via Esc-key.
reiugit/ConfigurationsInConsoleApp
Example for reading configurations from appsettings.json in a console app.
reiugit/CustomAttributesExample
Example with custom attributes
reiugit/DateTimeOffsetVsDateTime
Comparison of 'DateTimeOffset' and 'DateTime' in .Net and C#
reiugit/EFCoreModelBuilder
Configuring EntityFrameworkCore within 'AppDbContext.OnModelCreating'
reiugit/FluentValidationExampleApi
Example Api with FluentValidation
reiugit/FourWaysOfTimedHostedServices
Four ways of 'Timed HostedServices' and their impact on Unit Tests
reiugit/NServiceBusTraining
Simple NServiceBus Implementation with InMemory LerningTransport
reiugit/NServiceBusWithRabbitMQ
Example implementation of NServiceBus with RabbitMQ
reiugit/ProgressClassForMessagesFromAsyncMethods
Reporting to the caller of an async method using the Progress<T> class.
reiugit/RateLimiterExampleApp
Simple Example of a RateLimiter for a WebAPI.
reiugit/SerializeDerivedClasses
Polymorphic serialization and deserialization
reiugit/SimpleApiController
Simple WebAPI Controller Example for .Net 8
reiugit/SimpleEventSourcing
A simple InMemory Implementation for Event Sourcing
reiugit/WebAPIConfiguration
WebAPI-Configuration with IConfiguration, Binding and IOptions.