WSL is a wonderful feature to perform cross-plataform testing without having to install 3rd party virtualization software or containers.
Posts for: #dotnetcore
Generating PDF in .NET Core using Libreoffice
Looking for Nuget extensions to generate PDF output? Here’s an interesting option that uses templates in DOCX/HTML and performs the conversion.
Reading appsettings.json without DI/IoC using .NET Core
Creating a console program to run a batch job or some other kind of recurrent task is nice. Even nicer is to be able to pass along some parameters using a configuration file.
If you search the Internet for some help on using a configuration file with a .NET Core console application, you get some pretty good results if you want to use some Dependency Injection/Inversion of Control pattern, or build classes to represent and perform a sort of unmarshalling of the JSON configuration file, or even go through the Microsoft Docs that probably inspired the first two options.
Automation programs in .NET Core - more examples
Addition of some more examples to the collection of simple automation programs, using C#.
SQL Server alias is not supported on .NET Core
The support for SQL alias has been intentionally removed from .NET Core.