How to include protobuf contracts consisting of multiple files in .NET Core projects.
A quick introduction to setting up automated code style checking for .NET Core projects with StyleCopAnalyzers and editorconfig.
This guide shows how to generate and publish API documentation for a .NET Core library, using DocFx, GitHub Pages and AppVeyor.
.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.
.net-core testing appveyor opencover coveralls
This post describes setting up coverage generation with OpenCover for a .NET Core project, and shows how the report can be uploaded to Coveralls.
An introduction to get started with web development in F#, using the Suave web framework on .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.