Skip to main content

Steve Gordon – Code with Steve

  • About Me
  • Contact
  • Subscribe

Category: ASP.NET Core 3.0

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

gRPC Response Compression with ASP.NET Core Header

gRPC Response Compression with ASP.NET Core 3.0

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

In this post, part of my gRPC with ASP.NET Core series, we’ll explore enabling response compression for gRPC services. NOTE: I’ll cover a few details about compression in this post which are from my early investigation into the options and techniques to configure calls. There may be more precise or more proficient approaches to accomplish […]

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

Creating gRPC .NET Core Client libraries Header

Creating gRPC .NET Core Client Libraries

24th September 201915th October 2019 Steve Gordon Leave a comment

This week, .NET Core 3.0 and ASP.NET Core 3.0 launched and one of the headline features is the fact that we can now easily create gRPC server applications and clients to consume them. I’ve been playing with gRPC locally for a little while now and really enjoy the experience. I’ve created a new talk called […]

Read More

Getting Started with gRPC Client Factory

Getting Started with gRPC Client Factory

14th August 201914th August 2019 Steve Gordon Leave a comment

Regular visitors of my blog will know that I’ve written a lot of posts about the HttpClientFactory feature, available in the Microsoft.Extensions.Http package which simplifies the consumption and proper lifetime usage of HttpClient instances. Recently, I’ve begun digging into gRPC and I’m pleased to see a similar pattern is available for gRPC-based communication. In this […]

Read More

Posts navigation

1 2 Older posts

Pluralsight Courses


  • Dependency Injection in ASP.NET Core
  • Using Configuration and Options in .NET Core and ASP.NET Core Apps
  • Building ASP.NET Core Hosted Services and .NET Core Worker Services
  • Integration Testing ASP.NET Core Applications: Best Practices
  • Implementing Cross-cutting Concerns for ASP.NET Core Microservices

Follow me

  • Twitter
  • Github
  • LinkedIn
  • YouTube

Support This Blog

Become a Patron!

Support this blog!Buy me a coffee!

Recent Posts

  • Getting Started with the Roslyn APIs: Writing Code with Code
  • ASP.NET Core Dependency Injection: What is the IServiceProvider and how is it Built?
  • ASP.NET Core Dependency Injection: What is the IServiceCollection?
  • Dream Big: Three Months in at Elastic
  • How to Become a Better Developer by Asking Questions

.NET South East

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

Categories

Archives

  • Twitter
  • Github
  • LinkedIn
  • YouTube
  • Twitter
  • Github
  • LinkedIn
  • YouTube
Copyright © Steve Gordon 2019 Theme by Colorlib Powered by WordPress