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

Vue – very basic props example. Passing data to other components.

Props are really straight forward. Here is the most basic example…. I assume you have a running project, or... 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

Sql Server bulk upload flat file

In every company I have been with, there has always been a legacy app (or sometimes new) that needs... Read More

Using Vue with Highcharts and Axios

I looked around online and couldn’t find a good documentation about using Highcharts in Vue with data coming from... Read More

How to search all objects in Microsoft SQL Server

I use this piece of SQL often. Just comment out the parts in the “WHERE” clause you don’t need.... Read More