Home Archive Issue #285
Issue #285

Performance, security, and EF Core tips

A varied roundup of .NET posts on faster code, safer ASP.NET Core apps, EF Core migrations, Azure slots, logging, and team Git workflows.

Jasen's top three picks

  1. 1
    Performance Improvements in Our .NET Application

    medium.com

    Practical speed wins here — a good opener if you’re trying to squeeze more out of a real app, not a benchmark.

  2. 2
    Practical Specification Pattern in .NET 9: From Queries to Clean Architecture

    medium.com

    Specification pattern, repository, and EF Core in one article; useful if you like keeping query logic testable.

  3. 3
    How to swap deployment slots in Azure App Service?

    c-sharpcorner.com

    A solid walkthrough of slot swaps for low-drama releases in Azure App Service.

Editor's note

I pulled together a pretty mixed bag this time: performance tuning, architecture, security, and a few practical tooling pieces. The Serilog + OpenTelemetry piece stands out for production debugging, and the clickjacking post is a good reminder that security basics still matter. There’s no single theme here — just a useful cross-section of what .NET folks are reading right now.

Today's articles

How to Secure a Website?

c-sharpcorner.com

Protect your website from cyber threats with our comprehensive guide to website security. Learn essential practices, from SSL/TLS encryption and WAF implementation to secure coding, access control, an...

Read article

How to Use Migrations in EF Core?

c-sharpcorner.com

Learn how to use Entity Framework Core (EF Core) migrations to keep your database schema in sync with your application's data model. This guide provides a step-by-step explanation of creating, applyin...

Read article

Related issues

📬 Get daily .NET content delivered to your inbox