Author

Uninstall SQL Server 2019

The uninstaller for SQL Server is hidden under the control panel’s Add or Remove Programs. Goto “Add or Remove Programs“. Select “Microsoft SQL Server 2019” and “Uninstall”. Select “Remove” from the popup menu. Select instance to remove. Select features to remove. Select “Remove” button. Note: When uninstalling SQL Server, make sure you also uninstall the... » read more

Allow Access to Use Remote Desktop

Allow Access to Use Remote Desktop Connection Before Remote Desktop can be used, permission has to be granted to the specific accounts that you would like to Allow to connect to your computer remotely.  Click the Start menu from your desktop, and then click Control Panel. 2. Click System and Security once the Control Panel opens. 3. Click Allow remote access, located under the System tab.... » read more

Log on as a service

Run Start > Administrative Tools  > Local Security Policy Select Local Policies > User Rights Assignment > Log on as a service. Click Add User or Group, and then add the appropriate account to the list of accounts that possess the Log on as a service right.

Map Service

https://www.google.com/maps https://www.bing.com/maps https://www.latlong.net/ https://www.openstreetmap.org/

Google Maps Platform

Steps: Create Google Cloud account. Enable “Maps Javascript API”. Create API key. Add code and key to app. Example: index.html mypage.razor mypagebase.cs Sources: https://developers.google.com/maps/gmp-get-started https://console.cloud.google.com/projectselector2/google/maps-apis/overview https://developers.google.com/maps/documentation/javascript/overview https://stackoverflow.com/questions/59524910/launch-google-maps-on-blazor

Add Google Maps to Blazor App

index.html MyPage.razor MyPageBase.cs Adding Marker https://developers.google.com/maps/documentation/javascript/markers Sources: https://www.syncfusion.com/faq/blazor/general/how-can-i-add-google-maps-to-a-blazor-application https://developers.google.com/maps/documentation/javascript/markers