Azure Container Apps is GA

Azure Container Apps has moved extremely fast from preview to near-GA quality. It is now the default recommendation for microservices on Azure unless you specifically need raw Kubernetes control. The pricing model is idle-friendly. You pay for vCPU seconds. If your app scales to zero (thanks to KEDA), you pay nothing. This makes it viable […]

Read more โ†’
Posted in UncategorizedTagged

Top 5 Features of Entity Framework Core 6

EF Core 6 launched with .NET 6. Here are my favorite parts: Temporal Tables: Native support for SQL Server temporal tables. Query data “AS OF” a specific time. Migration Bundles: Compile your migrations into a standalone executable. `ef bundle`. This makes DevOps pipeline deployment significantly safer (no SDK required on the deployment agent). Faster Query […]

Read more โ†’
Posted in UncategorizedTagged