Author

Windows + G

Windows 10 includes a “Game bar” that users can bring up with a simple shortcut, Windows key + G, for quick access to gaming features. Sources: https://www.polygon.com/2015/7/31/9081715/windows-10-game-bar-how-to-record-screen-video

Setting up Certificate for IdentityServer4 in Azure App Service

Error: Publishing a new Blazor app with Identity to Azure App Service giving the following error: HTTP ERROR 500 Fix: Steps: Windows PowerShell (Admin mode) Manage computer certificates Certificates – Local Computer -> Personal -> Certificates Right click on certificate -> Export Enable Password and select “TripleDES-SHA1” Upload pfx file to Azure App Service Get... » read more

Syncfusion MenuItem Event

Sources: https://blazor.syncfusion.com/documentation/context-menu/how-to/open-dialog/ https://blazor.syncfusion.com/documentation/menu-bar/how-to/customize-menu-using-events/

SSIS Configuration Settings

SSIS configuration settings can be set in 3 different levels… In the SSIS package itself. In the SSIS package configuration section on the server. In the job step configuration section on the server. Note: The settings configured in the job step will overwrite settings set in the SSIS package configuration section. Sample Database Connection