There are no reviews yet. Be the first to send feedback to the community and the maintainers!
OOPsIDidItAgain
OOPs, I did it againDotNetMicroservicesObservabilitySample
Sample application looking into observability of .NET microservices, using popular tools and technologies like OpenTelemetry, Prometheus, Grafana and (potentially) othersSpectreConsoleSample
Playing around with Spectre.ConsoleDebeziumOutboxSample
Tiny event driven sample application, using Debezium to help implement the outbox patternAngularAspNetCoreDockerSample
A very simple sample using Angular, ASP.NET Core and DockerAsyncAllTheThings
Example driven presentation on using Task, async, await and related bits in C#, with focus on ASP.NET (Core)RegisteringMinimalApisWithSourceGeneratorsSample
EventDrivenSample
Tiny event driven sample applicationPostgresChangeDataCaptureOutboxSample
Tiny event driven sample application, using change data capture, via Npgsql, to help implement the outbox patternExperimentsWithLowerCeremony
Experimenting with lower ceremony approaches to projects following DDD ideasPollySample
Very simple sample of using Polly for error handling.EventDrivenThroughCloudySkies
Event-driven through cloudy skiesAspNetCoreRazorPagesInnerModelLocalizationSample
Very small sample of how to localize DataAnnotations in models that are inside page model classes.RestVsGrpcSample
A comparison between an HTTP REST service and a GRPC service. Just for fun, not a very serious comparison.BackendDevelopmentTopics
Backend development topicsBackToBasicsTheMessWereMakingOutOfOOP
Back to basics: the mess we're making out of OOPCastleDynamicProxySample
A sample of some things we can do with Castle DynamicProxyEFDynamicSortingAndFiltering
Playing around with expression generation for query filtering and sorting with Entity Framework Core.MinimalVersionedOpenApiSample
Testing the new stuff in minimal APIs, OpenAPI support and versioningCollectionBenchmarks
Testing performance differences when using collection interfaces.HangfireSample
Basic sample of Hangfire usageKafkaSample
Simple .NET sample implementation of Kafka publisher and consumer applications.AspNetCoreMvcActionCancellationTokenSample
Very simple sample of using cancellation tokens on ASP.NET Core MVC actionsCheckingOutEFCoreInheritanceOptions
ProjectTyeSample
Quick sample of using Project TyeOOPsIDidItAgainGo
OOPs, I did it again - Go editionExploringChannelsAndDataflow
Exploring System.Threading.Channels and System.Threading.Tasks.DataflowAlternativeDotNetWebFrameworksAndPatternsSample
ExcelDataReaderSample
MessingAroundWithMicroBenchmarks
Repository with some micro benchmarks, using BenchmarkDotNet, to play around trying to optimize thingsDotNetPerfCuriositiesSample
Some really simple samples showing performance curiosities using dotnet.VagrantDockerDevMachine
Vagrant configuration for a Docker dev machinePolymorphicSerializationSample
Quick sample showing the basics for implementing polymorphic serialization with System.Text.JsonDaprSample
EFCoreEntityWithDictionarySample
EF Core entity with dictionary sampleGrpcSample
Very simple demo of gRPC, communicating between .NET and GoSimplifiedAkkaSample
Very simple sample of using Akka.NETYarpSample
Quick try out of YARPSharedResourceBreakingChangeSample
Small sample trying to understand the shared resource related breaking changesHttpClientNotFollowingRedirectsSample
Sample application of using an HttpClient configured to not follow redirects.LooseBenchmarks
A place to drop a bunch of loose benchmarks as I play with stuff.dotnet-monitor-repro
Repro for dotnet-monitor issue 3603WebAppProfilersSample
Exploring web application profilers like MiniProfiler / Glimpse / Stackify Prefix, which allow us to see what goes on in each request, making it easier to find issues and unexpected behaviors.Love Open Source and this site? Check out how you can help us