Recently Updated Pages
SSRS SSL Certificates
Here's some notes on how to add an SSL certificate to SSRS. Certificate Conversion When importi...
SSRS Server Pages
This is a bunch of rolling notes for SSRS. Web Portal URL The standard Web portal UI is here: h...
SSRS Links
How to Customize the SSRS Report Viewer: https://github.com/MagnusJohansson/CustomSSRSReportViewe...
SSRS: Export Reports Without WebPortal
If you’re trying to export all the RDL, data sources, gif, and other files of a set of reports, b...
Code Signing References
Here are pages associated with signing .NET binaries (exe and dll) and installers: Code Signing ...
Nuget Package Reference
Here’s the golden reference for all things Nuget: docs.microsoft.com-nuget/docs at main · NuGet/...
.NET How to Create and Publish Nuget Package
Taken from here: docs.microsoft.com-nuget/docs/quickstart/create-and-publish-a-package-using-the...
How To Add Release Notes to Nuget Package
These are the steps needed to include release notes in a Nuget package. These are taken from thi...
C# Lambdas
Here are quick examples of how to create anonymous lambdas in C# method blocks. With Delegate ...
HowTo Configure IIS Reverse Proxy
How to configure reverse proxy on Windows IIS
.NET Core In-Memory Cache
Here is a working method for using the In-Memory cache. For a thread-safe cache update, see the ...
Ansible Commands Cheat Sheet
Here’s a list of common ansible commands… Read through this DevOps book pdf for getting Docker a...
VS Project Conditional Constants
When developing cross-platform libraries, you will have the need to enable and disable different ...
Cleaning up Ansible Temp Folders
As Ansible playbooks run, some will fail to cleanup temp folders on the Ansible server. Since th...
Building Angular in Jenkins Pipelines
Here are some things that need to be done, for a Jenkins build server to build/pack/publish Angul...
Angular Monorepo Setup
Here's some notes on how to develop Angular in a Monorepo, with a specific (non-global) Angular v...
Linux: Missing .SSH Folder
When creating a new linux user, the system may not create a .ssh folder in the user profile, by d...
Managed Host User Setup
For hosts that will be managed by Ansible, or some other automated method, the host will need a u...
Linux: Shell Appearance
If you ever log into a linux host, and the command prompt has only a '$', and there is no scrolla...
Linux: Allow User to Skip Sudo Challenge
When scripting command line work, you will come across the need to respond to sudo challenges, to...