How to connect Blazor C# App to Azure SQL Database? MacOS
问题 I am a beginner trying to get a Blazor C# App to connect to the SQL database I created on Azure. I am having trouble trying to figure out how to connect these two on MacOS Visual Studio. I have found a few forums describing how it is done in windows but I can't seem to figure it out on mac. Any help would be appreciated. 回答1: You can read this article, and follow the step to create a demo or download EndToEnd.sln to find out how to connect db on MAC OSX. I have try it and success. My macOS