Home Archive Issue #540
Issue #540

Copilot Reviews, EF Core, and AI Operations

Coverage includes Copilot review workflows, Azure SQL index compaction, EF Core parameter limits, distributed tracing, and flaky-test detection.

Jasen's top three picks

  1. 1
    On-Brand PowerPoint and Word with Microsoft Agent Framework

    medium.com

    Brand consistency is a real production requirement for generated documents, not merely a design detail.

  2. 2
    The End of Index Maintenance? | Data Exposed

    youtube.com

    Automatic compaction could remove a familiar Azure SQL maintenance chore; preview status still warrants careful evaluation.

  3. 3
    Copilot Code Review

    jesseliberty.com

    A sensible framing for Copilot review: fast first-pass feedback that preserves human attention for consequential decisions.

Editor's note

I pulled together a deliberately broad mix, from Copilot-assisted PR review to the practical limits behind EF Core list filtering. The Azure SQL automatic index compaction preview stands out for reducing routine maintenance, while the distributed-latency article is a useful reminder to trace whole requests, not isolated services.

Today's articles

Copilot Code Review

jesseliberty.com

tl;drCopilot code review gives every pull request a fast, consistent first pass — catching typos, missing null checks and small bugs so human reviewers can focus on architecture, design and higher‑ris...

Topics: GitHub GitHub Copilot

Read article

Microsoft Tenants

jesseliberty.com

What is an Azure tenant (Microsoft Entra ID tenant) — and what is it used for? tl;drAn Azure tenant — now called a Microsoft Entra ID tenant — is a dedicated, isolated instance of Microsoft’s identity...

Topics: Authentication Azure

Read article

Using Session State

jesseliberty.com

My demo program is a multi-agent application that accepts a topic BlogAgent, researches that topic (ResearcherAgent) and then drafts a blog post (AuthorAgent). The post is then reviewed by another age...

Topics: C#

Read article

XPath for custom types in .NET

meziantou.net

XPath is widely known as the query language for XML documents. Most .NET developers associate it with XPathNavigator, XmlDocument, or XDocument. But what most people don't realize is that XPath can wo...

Topics: C#

Read article

Related issues

📬 Save the search. Get the .NET stories worth reading at 7 AM ET.