Ozzie.eu
Love to code although it bugs me.
Home
All Posts
About
Tags
Categories
Automation
14
May 2021
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.
19
Apr 2021
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 …
07
Apr 2021
Automation programs in .NET Core - more examples
Addition of some more examples to the collection of simple automation programs, using C#.
12
Mar 2021
Simple automation programs in .NET Core
Collection of simple programs, using C#, for automating everyday tasks