Simple Giraffe Application
Last time we talked about the simplest ASP.NET Core application in C#. Today we’ll create the same project in a functional way.
Last time we talked about the simplest ASP.NET Core application in C#. Today we’ll create the same project in a functional way.
Hello! I recently wondered what the simple ASP.NET Core application should look like. What if I’m a beginner and I want to write my first Hello world applica...
I’m continuing my services communication series with GraphQL.
In this post, we continue our talk about communication between services. Today we’re going to create gRPC server and a client for it. Also, we’ll talk about ...
In this article I’ll show you how to create REST client-server communication in ASP.NET Core.
In this post, I add some metrics to ASP.NET Core application. We’ll discuss why monitoring is so important and how we can deal with it.
Today we’ll discuss a quite convenient tool for logging called Seq. It’s the last post about logging in ASP.NET Core application.
In the first part, we were looking at a simple console logging with Serilog. Today we’ll go deeper and will deal with a more complicated example.
Logging is one of the most important things in your application because it helps you to understand what happens in production, to find the roots of exception...
I’m starting a new series about application observability, and the first point is health checks. In this post, I describe how to add them to your ASP.NET Cor...