Home Archive Issue #423
Issue #423

C# fundamentals, security, and vector search

A varied .NET lineup covering language basics, async and GC, ASP.NET Core bulk CRUD, security hardening, and pgvector search in PostgreSQL.

Jasen's top three picks

  1. 1
    Shared memory in #vscode

    youtube.com

    A quick VS Code memory demo to start things off.

  2. 2
    Fast .NET CLI Downloader

    nodogmablog.bryanhogan.net

    A handy reminder that the CLI can still be a great way to ship small tools.

  3. 3
    Difference Between Abstract Class and Interface in C#

    c-sharpcorner.com

    Classic C# fundamentals, but with enough detail to be useful for juniors and seniors alike.

Editor's note

I kept this issue deliberately mixed, from core C# refreshers to newer tooling and data work. The pgvector piece is especially practical if you want vector search without introducing a separate database, and the security article is a good reminder that exceptions can leak more than you think. The Claude Code session breakdown is also worth a look for anyone following agent workflows.

Today's articles

Fast .NET CLI Downloader

nodogmablog.bryanhogan.net

There are plenty of GUI download managers, but I wanted a simple one that I can call from the command line. With the newish dotnet run app.cs style, it became easier to do this. Here is the full sou...

Topics: .NET Core Performance

Read article

Related issues

📬 Get daily .NET content delivered to your inbox