Recent articles filed under ASP.NET

Using statically typed logging messages in C#

Created 3/18/2022 8:54:16 AM
Filed in ASP.NET

One of the critical things you’ll need in a cloud-native C# application is a good logging infrastructure. In this post, we’ll look at the source generator for logging methods and what it can do to make your life easier.

Read more

How to generate PDF documents in ASP.NET Core

Created 8/3/2017 5:40:34 AM
Filed in ASP.NET

A customer I work for wants to generate a set of attachments for an e-mail we need to send to the clients of that customer. We ended up using DinkToPdf with the ASP.NET Core Razor Template Engine to build a PDF generation microservice.

Read more