Home Archive Issue #524
Issue #524

Agentic QA, EF Core Encryption, ASP.NET Security

Coverage includes browser-driven agentic QA, AES-GCM field encryption in EF Core, OAuth with PostgreSQL, SignalR dashboards, DDD, and CSP hardening.

Jasen's top three picks

  1. 1
    Building Agentic QA Pipelines with Browser Automation and .NET

    c-sharpcorner.com

    A sensible pattern: let the model reason, but keep browser actions deterministic and testable.

  2. 2
    Field-Level Encryption in EF Core: AES-GCM for PII Columns

    medium.com

    Good, concrete security work. Column-level encryption is where a lot of teams eventually realize they needed more than TDE.

  3. 3
    Managing Secrets in Microsoft Agent Framework

    jesseliberty.com

    Secrets handling is still where many agent demos become real systems or real incidents.

Editor's note

I kept this one deliberately mixed, which is how I like the newsletter to read. The EF Core AES-GCM piece stood out because it gets practical about protecting sensitive columns instead of relying on broader database encryption alone. I also liked the agentic QA pipeline article for separating AI reasoning from deterministic browser execution, and the CSP nonce-vs-hash write-up is a useful security reality check.

Today's articles

NAudio 3

markheath.net

I'm really pleased to announce the release of NAudio version 3 , which includes a complete modernization of the entire library, many bug-fixes and performance improvements, and adds several key new fe...

Topics: .NET Core Performance

Read article

Related issues

📬 Get daily .NET content delivered to your inbox