Run Rider even with the new .NET Core 2.0 SDK

Created 8/15/2017 8:27:14 AM
Filed in .NET

This week .NET Core 2.0 alongside with ASP.NET Core 2.0 was released. A lot of improvements were made to the runtime and the size of the standard libraries has increased significantly. More and more .

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