There are times when inside of one function it's important to know the name of the calling function. Here I outline two uses: during logging an unit testing.
1/2/2020
Follow these steps to add Entity Framework to your .NET Core application (as of v 2.2)
11/16/2019
It's relatively simple to add custom authentication to ASP.NET Core applications. Steps are outlined here.
11/15/2019
At the time of writing this, hosting ASP.NET Core in IIS is not straightforward. This is a step-by-step guide targeting vs. 2.2
11/10/2019
Storing images in a DB for an MVC website
12/26/2018
When you have a situation requiring multiple async webservice calls to be made and need to hold off processing until all are complete, us async's WhenAll feature. Another approach is to use Parallel.Invoke. Both are explained here.
6/26/2018
My list of favorite C# additions in version 6
8/29/2016