There are no reviews yet. Be the first to send feedback to the community and the maintainers!
CorrelationId
An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.gRPC-Demos
Demos for my talk Beyond HTTP in ASP.NET Core 3.0 with gRPCIHostedServiceAsAService
A small example of a generic host based .NET core app which can be run as a Windows Service.TurbochargedDemos
Demos from my talk "Turbocharged: Writing High-Performance C# and .NET Code"IHostedServiceSample
A sample 2.0 preview 2 API which implements IHostedServiceGenericHostExample
ChannelSample
BenchmarkAndSpanExample
AspNetCoreAnatomySamples
Samples for my talk "Anatomy of ASP.NET Core Requests"LoggingBenchmarks
Benchmarks from my blog post "High-Performance Logging in .NET Core"QueueReadingChannelsSample
A small sample which demostrates how System.Threading.Channels may be used in an .NET Core 3.0 Worker Service to support reading from a queue and processing messages in parallel.elasticsearch-demo
Demo code (before and after) from my talk "An introduction to Elasticsearch (for .NET developers)".gRPCBasicSample
A basic early example of using gRPC with ASP.NET Core 3.0AspNetCoreDockerWorkshop
SequenceReaderSample
Short sample of using SequenceReader for a ReadOnlySequence returned from Pipelines. This sample parses some comma separated items from a Stream of UTF8 bytes. Note: This sample omits some potential performance optimisations for single segment sequences in the interest of demonstrating the use of the SequenceReader.HttpClientFactorySamples
A collection of sample applications which demonstrate some potential requirements that may occur when using HttpClient and HttpClientFactory.SystemNetHttpJsonSamples
Sample usage of the System.Net.Http.Json libraryDynamoDbLocalSample
This is a basic sample of how to conditionally connect to a local DynamoDB (running in Docker) from an ASP.NET Core application when in development..ElasticSearchClient
A work in progress playground for a low alloc, high performance, low-level ElasticSearch client. Not intended for production!!ObjectPoolSample
This is a basic (and slightly trivial) sample of using the ObjectPool<T> in an ASP.NET Core application.RoslynCodeGenExampleOne
elasticsearch-examples
Basic examples for using NEST and Elasticsearch with .NET AppsAspNetCorePipeSample
A basic (non-production ready!) sample of using ASP.NET Core 3.0 BodyReader and BodyWriter.ProgNetWorkshop2019
This is the content for a 3 hour workshop run at ProgNET 2019.DependencyInjectionInAspNetCore
Additional materials for my Pluralsight course "Dependency Injection in ASP.NET Core".AwsSnsPublishSample
A sample ASP.NET Core application which publishes a message to AWS Simple Notification Service (SNS)DockerDotNetDevsSample2
Sample ASP.NET Core API solution with custom docker-compose fileHttpCompletionOptionBenchmarks
This repo contains some basic, quick and dirty benchmarks for HttpClient to compare the benefit of HttpCompletionOption.ResponseHeadersRead vs. the default of HttpCompletionOption.ResponseContentRead.IntegrationTestingHttpClientFactorSample
PollyLoggingContextSample
A small sample project showing how to use the Polly Context to pass a logger during execution of a policy.aws-samples
MemoryPoolSample
GitHubActionsSample
ReadOnlySequencePlayground
A playground for experimenting with a ReadOnlySequencewriting-code-with-code-demos
OptionsUnitTestingSample
ElasticsearchClientPerfTesting
demo3-servicea
XmlIntegrationTest
HttpClientBug
A temp repo to reproduce a possible bug in HttpClient.SendAsyncStringCreateDemo
EF7SelfRefTest
dockerdemo1
SystemTextJsonDemos
LinuxDaemonWorker
HttpCancellationDemo
HackDayFSharp
dockerdemo2
PipelineFailureRepro
Love Open Source and this site? Check out how you can help us