Skip to content
Yegeun's Blog

Archives

All the articles I've archived.

2026 4
March 4
  • T-SQL Fundamentals

    Test your knowledge with this quick lab about T-SQL Fundamentals.

  • Service Lifetimes in C#

    Updated:

    Test your knowledge with this quick lab about service lifetimes in C#.

  • Anatomy of a .NET Application

    Updated:

    Today I learned how .NET applications are structured, exploring the dotnet CLI, project files, top-level statements, and the inner workings of the Generic Host.

  • Async/Await in C#

    Updated:

    Today I learned how async & await really work in C#.