In this short post I would like to write about LINQ and try and uncover something that may not be…
In this short blog post I’m going to show you how to log to the database using ASP.NET Core and…
Unlike cw (for Console.WriteLine) there is no shortcut available for Console.ReadLine in Visual Studio 2019. In this short post I…
I love naming my private fields with an underscore prefix – a convention adopted by many, including Microsoft and used…