From Windows to Mac: Hosting Azure SQL locally without missing SSMS
Switched to macOS and missing SSMS? Here’s how I export an Azure SQL database, run SQL Server in Docker, and restore it using Azure Data Studio or sqlpackage.
Entity Framework (EF) is an open-source object–relational mapping (ORM) framework for ADO.NET.
Switched to macOS and missing SSMS? Here’s how I export an Azure SQL database, run SQL Server in Docker, and restore it using Azure Data Studio or sqlpackage.
This post demonstrates how ASP.NET Core integration tests can be combined with .NET Test Containers & Postgres by creating a custom WebApplicationFactory.
This article demonstrates how to authenticate against an AAD-integrated Postgres instance with a (managed) Azure identity and Entity Framework Core.