This shortcut disappeared from my windows search. The executable is here: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe
Category: Uncategorized
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
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