asp.net-core testing integration-testing
This post gives an overview of the various ways to override configuration values in ASP.NET Core integration tests.
An overview of the challenges and solutions for implementing graceful termination when using ASP.NET Core in Kubernetes.
asp.net-core security firebase
How to secure an ASP.NET Core application with Firebase Authentication by verifying the access tokens in the Authorization header.
.net-core asp.net-core kubernetes
Chasing down why ASP.NET Core applications might use unreasonably much memory in Kubernetes, and how to it can be mitigated.
web api asp.net-core kubernetes
The first request to an ASP.NET Core API is always slow. This post shows a way how to warm up our application before deploying it to production.
c# couchbase asp.net-core testing integration-testing quartz.net
Static state in an ASP.NET Core application can cause problems when running subsequent integration tests. In this post we take a look at how to solve this.
c# asp.net-core dependency-injection
Two possible problems (and their solutions) we can run into when registering objects with various lifecycles with the DI container of ASP.NET Core.
An introduction to get started with web development in F#, using ASP.NET Core.
asp.net .net .net-core asp.net-core testing integration-testing
Stubbery is a library for creating and running Api stubs in .NET. The post shows how it can be used to stub service dependencies during integration tests.
asp.net c# .net-core asp.net-core
A simple approach to evaluate DataAnnotation validation attributes not only on model properties, but on the action method parameters as well.
asp.net c# .net .net-core asp.net-core dnx
Some random tips and tricks I have learnt during spending a couple of weeks with getting started with ASP.NET Core.