Updates

    What's new on the site — features, improvements, and fixes.

    1. New

      Interactive learning toolkit in articles

      Articles now support Mermaid diagrams, animated concept visuals (LINQ pipeline, N+1 queries), self-check quizzes with reveal answers, good-vs-bad code comparisons, and color-coded callouts.

    2. New

      Standalone C# playground

      A dedicated /playground page with the Monaco editor and a terminal-style output pane that keeps a history of your runs — the Task Tracker types are preloaded.

    3. Improved

      Terminal-style run output

      Running code from an article now shows a real terminal pane: prompt lines, timestamps, run history, exit codes, and a blinking cursor while compiling.

    4. Improved

      Richer article motion

      Headings, code blocks, and tables reveal as you scroll; the reading progress bar and table-of-contents highlight follow along.

    5. New

      Resume reading

      Articles remember where you stopped. Come back and pick up from your last position with one tap.

    6. Fixed

      Code execution provider

      Switched in-browser C# execution to the Compiler Explorer (godbolt.org) API running .NET 8, after Piston's public API became whitelist-only.

    7. New

      Articles section launched

      Markdown-driven .NET tutorials with syntax highlighting, tag filters, reading time, table of contents, per-article SEO, and runnable C# examples. First article: C#, LINQ, and EF Core Foundations.