This shortcut disappeared from my windows search. The executable is here: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe
BlackJack
Old school BlackJack game for Windows. Need to move this to the web/mobile next! https://github.com/mcullinan44/BlackJackNet4.5 0 forks. 0 stars. 0… Read more
Package libicu60 is not available => solved
I keep getting this when trying to get dotnetcore running on linux: Package libicu60 is not available, but is referred… Read more
ASP.NET WebForms – Use ICallbackEventHandler to lighten the load of PostBacks
Much has been written over the years regarding the drawbacks of ASP.NET and how MVC/SPAs solve many of these problems,… Read more
CAUTION: This SQL will DELETE all rows in your table
I came across this gem the other day. Fortunately, I ran it locally first. There are two tables. Person and… Read more
Nullable booleans reconsidered
If you’re about to use a Nullable<bool>, I would consider using an Enum or other data structure instead. It may… Read more
XML to Key Value Pairs (Works well for exporting data to Excel)
On a recent project, I had to provide export functionality for a web grid’s data source that contained wildly varying data… Read more