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/ApiGatewayWithYarp
Api-Gateway with Yarp, providing a gateway for 2 Downstream-APIs
reiugit/WebApiWithSerilogAndSeq
WebAPI with Serilog and Seq
reiugit/AccessAppsettingsInWebApplicationBuilder
Access appsettings in WebApplicationBuilder.
reiugit/BlazorFileUpload
Simple Blazor File-Upload.
reiugit/BlazorSampleDotNet8
DotNet8 Blazor Sample with Clean Architecture
reiugit/CleanArchitectureWithVerticalSlicesAndUnitTests
Clean Architecture with Vertical Slices and Unit Tests.
reiugit/CustomOneOfTypesWithOneOfBase
Custom OneOf-Types with OneOfBase.
reiugit/Dotnet8_GlobalExceptionHandlers
Global Exception Handlers in .Net 8
reiugit/ErrorOrExample
Example showcasing the usage of ErrorOr.
reiugit/FluentAssertionScopes
FluentAssertions using an 'AssertionScope'.
reiugit/FluentAssertionsForDateAndTime
FluentAssertions for DateTime, DateTimeOffset and TimeSpan.
reiugit/FluentAssertionsForHttpResponseMessages
FluentAssertions for 'HttpResponseMessages'.
reiugit/FluentBuilderExample
Example of a 'Guided Fluent Builder'
reiugit/HostConfiguration
Reading the configuration in a host-application before startup.
reiugit/JwtExample
Example for JWT Authentication using Bearer Tokens.
reiugit/learn-jenkins-app
reiugit/MinimalApiWithFluentValidation
Minimal API with FluentValidation.
reiugit/OneOfAsOptionType
'OneOf' used as 'Option Type'
reiugit/OneOfExample
OneOf example showing Match, Switch, TryPickTx, AsTx.
reiugit/OptionTypeTwoWays
'OneOf' used as 'Option Type' compared with pure 'Option Type'.
reiugit/OutputCacheExample
OutputCache for WebAPI
reiugit/PasswordHashingWithSalting
Password Hashing with Salting.
reiugit/PostgresWithDapper
Using Postgres with Dapper.
reiugit/react-app-example
Sample React App with TypeScript
reiugit/ResultPatternExample
Result-Pattern example with implicit conversion and Match function.
reiugit/ServiceDiscoveryWithConsul
Service Discovery with Consul
reiugit/StopwatchWithoutHeapAllocations
Avoiding the instantiation of the Stopwatch class with the static GetTimestamp method.
reiugit/UnitParsingAndConverting
Parsing and converting of Units.
reiugit/WebApiWithBearerAuthorization
Web Api with Bearer Authorization.
reiugit/WebApiWithHangfire
WebAPI with Hangfire.