Author

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

SSMS IntelliSense Autofill Feature Not Working

Issue: SSMS IntelliSense autofill feature not working after Red Gate uninstall. Resolution: Enable IntelliSense: For all query windows, please go to Tools >> Options >> Text Editor >> Transact-SQL >> IntelliSense, and select Enable IntelliSense. For each opening query window, please go to Query >> Intellisense Enabled. Enable statement completion: please go to Tools >>... » read more

DLL Reference Not Found Error

Possible Fix 1: In solutions with multiple projects, if you get an error with DLL reference not found even though you have the reference project, check to make sure all projects in the solutions are using the same version of .NET. Go to the “properties” section of each project and make sure the “Targeted Framework”... » read more

AlwaysOn Setup New User on Read Only Replica

All you need is to create the same login on the second server preserving it’s sid, and you can do this first by copying the login’s sid from sys.server_principals and then by creating the same login using with sid like this: Example: On Primary Database: On Read Only Replica Database: Sources: https://dba.stackexchange.com/questions/174946/creating-a-sql-login-and-user-on-an-alwayson-replica