Serilog manual / automatic logging to file in .net core 6

Utilizing Serilog in .net core 6 to automatically log events, as well as manual logging if needed. I will... Read More

C# slope function

Pretty simple stuff here. Replicating rise over run in C#. Then grab this result and plug in for ‘m’... Read More

Dropdown and multi select dropdown in C# razor views

I needed to change a single select dropdown to a multi select. It was easier than I thought, essentially... Read More