Updates
What's new on the site — features, improvements, and fixes.
- 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.
- 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.
- 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.
- Improved
Richer article motion
Headings, code blocks, and tables reveal as you scroll; the reading progress bar and table-of-contents highlight follow along.
- New
Resume reading
Articles remember where you stopped. Come back and pick up from your last position with one tap.
- 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.
- 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.