Skip to main content

Steve Gordon

  • About Me
  • Contact

Category: .NET Core

HttpClient Connection Pooling in .NET Core header

HttpClient Connection Pooling in .NET Core

19th November 20192nd December 2019 Steve Gordon Leave a comment

It’s been some time since I produced a HttpClient related blog post. This one has been on my list to complete for quite a while. I want to cover something pretty important which happened in .NET Core 2.1 with regard to lifetime management of HTTP connections. TL;DR;HttpClient in .NET Core (since 2.1) performs connection pooling […]

Read More

High-Performance Logging in .NET Core Header

High-Performance Logging in .NET Core

14th November 201918th November 2019 Steve Gordon Leave a comment

In this post I will explore and highlight an approach to logging which you can apply in high-performance, high load applications to reduce the overhead of logging. A Refresher of Logging in .NET Core Logging is a built in feature of ASP.NET Core and .NET Core Work Services. The feature is provided as part of […]

Read More

TimeZoneNotFoundException in Alpine Based Docker Images Header

TimeZoneNotFoundException in Alpine Based Docker Images

12th November 201912th November 2019 Steve Gordon Leave a comment

In this post, we’re going to explore the cause of a TimeZoneNotFoundException in a .NET Core application, running on .NET Core 3.0 in an Alpine Linux Docker container. TL;DR; The default Alpine Docker image does not include time zone data by default. This causes code which depends on this data to throw exceptions. If you […]

Read More

Health Checks with gRPC and ASP.NET Core 3.0 Header

Health Checks with gRPC and ASP.NET Core 3.0

15th October 201915th October 2019 Steve Gordon Leave a comment

In this post, we will explore a couple of options to apply health checks to your gRPC server running on ASP.NET Core 3.0. Health checks are a common requirement. In particular, in containerised environments, they are required so that the container orchestrator and load balancers know which services are actually functioning. This post is part […]

Read More

Server Streaming with gRPC Header

Server Streaming with gRPC and .NET Core

2nd October 201915th October 2019 Steve Gordon Leave a comment

In this post, I want to focus on the implementation of server streaming and client consumption of the stream when using gRPC with .NET Core. The samples in this post are based on versions you can find in my complete demo application up on my gRPC Demos GitHub repository. As a bonus, we’ll make use […]

Read More

Posts navigation

1 2 … 5 Older posts

Pluralsight Courses


  • Dependency Injection in ASP.NET Core
  • Using Configuration and Options in .NET Core and ASP.NET Core Apps

Follow me

  • Twitter
  • Github
  • LinkedIn
  • YouTube

Recent Posts

  • HttpClient Connection Pooling in .NET Core
  • High-Performance Logging in .NET Core
  • TimeZoneNotFoundException in Alpine Based Docker Images
  • Health Checks with gRPC and ASP.NET Core 3.0
  • gRPC Response Compression with ASP.NET Core 3.0

Buy me a coffeeBuy me a coffee

.NET South East

Please come and join our new .NET User  Group in Brighton, UK.

Categories

  • .NET
  • .NET Core
  • .NET Core 3.0
  • .NET South East
  • allReady
  • ASP.NET Core
  • ASP.NET Core 2.1
  • ASP.NET Core 2.2
  • ASP.NET Core 3.0
  • ASP.NET Core Anatomy
  • ASP.NET Identity
  • AWS
  • C#
  • Dependency Injection
  • Docker
  • Entity Framework Core
  • General
  • Git and GitHub
  • GitHub
  • gRPC
  • HttpClient
  • Microservices
  • Microsoft MVP
  • Performance
  • Polly
  • Speaking
  • Things I've Learnt This Week
  • Video Production
  • Visual Studio 2017

Archives

  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016

Recent Comments

  • Steve Gordon on ASP.NET Core Gotchas – No. 4
  • nilesh on ASP.NET Core Gotchas – No. 4
  • Mani Gandham on HttpClientFactory in ASP.NET Core 2.1 (Part 1)
  • James Gregory on HttpClientFactory in ASP.NET Core 2.1 (Part 1)
  • lev haikin on Implementing IHostedService in ASP.NET Core 2.0
  • Twitter
  • Github
  • LinkedIn
  • YouTube
  • Twitter
  • Github
  • LinkedIn
  • YouTube
Copyright © Steve Gordon 2019 Theme by Colorlib Powered by WordPress