About the Author
Avatar photo

Chase Aucoin

Twitter

I am a software & architecture consultant at Keyhole. I have been fortunate to work with some of the best minds in enterprise-scale data, services, dev-ops, BI, and people management and am in a unique position for a developer to be as business savvy as I am technically oriented. My goal is to continue to work with the best, and to continue striving to be the best technologist I can.

Using ELK In .NET Applications

Chase Aucoin .NET, Articles, Development Technologies & Tools, Microservices, moderntoolingseries 6 Comments

This article is part of a series of articles about modern tooling and techniques for building distributed systems in DotNet.

In our first article, we saw how easy it was to set up a full ELK stack by leveraging pre-built containers. In this blog, I show how to leverage ELK in a .NET application and aggregate our logs into a single place. You will see just how simple it is to start getting some insights into your application. Let’s get started…

Containers For .NET Developers

Chase Aucoin .NET, .NET Core, Articles, Development Technologies & Tools, Docker, Microservices, moderntoolingseries, Python Leave a Comment

This is going to be the first post in a series of articles about modern tooling and techniques for building distributed systems. In this post, I will show how to use Docker for Windows to set up an ELK (Elasticsearch, Kibana, Logstash) server that we are going to use in future articles. The series is particularly geared toward traditional .NET developers. Let’s get started…

Microservices à la Service Fabric

Chase Aucoin .NET, Agile, Articles, Azure, Development Technologies & Tools, DevOps, Docker, Microservices, Service Fabric, Tutorial Leave a Comment

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Service Fabric is a massively progressive step for Microsoft. At the core, it is a distributed systems platform used to build scalable and reliable applications. But it gives the benefits of containerizing deployable …