Home Archive Issue #326
Issue #326

ASP.NET Core lifetimes, indexing, and AI planning

A varied .NET roundup covering ASP.NET Core lifetimes, SQL Server indexing, Visual Studio Copilot planning, Dapper, Serilog, security, and more.

Jasen's top three picks

  1. 1
    .NET Core Advanced MCQs — Dependency Injection (DI)

    c-sharpcorner.com

    A quick check of DI, middleware, and performance basics — useful if you’re interviewing or just want to sanity-check your mental model.

  2. 2
    Understanding Inheritance in C# WebForms

    c-sharpcorner.com

    Visual Studio’s planning feature is the kind of AI tooling that can save time without getting in the way.

  3. 3
    Visual Studio Adds Powerful Planning Feature In Agent Mode

    c-sharpcorner.com

    The SQL Server indexing piece is a good reminder that query speed usually starts with schema decisions, not code tricks.

Editor's note

This issue is the usual mixed bag: some fundamentals, some tooling, and a few performance and security pieces. I’d pay extra attention to the Visual Studio planning feature in Agent Mode and the ASP.NET Core lifetimes article, because both have very practical day-to-day impact.

Today's articles

Recursion & Algorithms in C#

c-sharpcorner.com

Explore recursion and algorithms in C# with a practical factorial example using WebForms. Learn how to implement recursive functions and understand their advantages and disadvantages. A clear guide wi...

Topics: C# .NET Framework

Read article

Related issues

📬 Get daily .NET content delivered to your inbox