Easy File Logging in .NET?

Recently, we had to put some software into production and I was unsure whether the logging framework we usually use was configured and activating correctly. Therefore, I created a small package called ChristianAndersen.EasyLog which provides simple file logging capabilities. You can install it in your project by copying or typing the following into the Visual... » read more

How to Print a PDF File From a .NET Program!

Recently, I was working on a project where we had to print a PDF file to a printer from within a C# program. I ended up creating a PDFFilePrint NuGet Package which you can find at the end of this link. Simply type the following into the Visual Studio console: Install-Package PDFFilePrint -ProjectName MyProject