News

When trying to connect to SQL Server running in a Docker container in WSL I am unable to connect using localhost as the server name. I can, however, connect using 127.0.0.1 or ::1. The application is ...
Microsoft.EntityFrameworkCore.Database.Connection: Debug: Opening connection to database '10479797-d8a3-4a94-bb3c-e07a9b6d6414' on server 'localhost,51129'. The thread 0xbb24 has exited with code 0 ...
Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...