Start with the series · Blazor: Beginner to Intermediate New here? This category's flagship series takes you start to finish A twelve-part, hands-on series that takes you from your very first Blazor app to intermediate skills — components, binding, forms, routing, services, lifecycle and render modes — while building a small clinic app inspired by our system design series. Fully up to date for .NET 10. →
C# & .NET Blazor Server vs WebAssembly vs Hybrid: Which One, and When Three ways to run Blazor, compared on what actually decides it. Latency, offline, hosting cost, SEO and device access, from an app that shipped on all three. Sep 4, 2026 · 9 min read →
C# & .NET .NET MAUI vs Flutter vs React Native for a .NET Team: An Honest Comparison Which mobile framework costs a C# team the least? Language, reuse, tooling, hiring, native features and the risks, from a team that just shipped a MAUI app. Sep 4, 2026 · 10 min read →
C# & .NET Why C# Is a Great First Language Why C# deserves a spot on your shortlist. Friendly syntax, a world-class free toolchain, and one language for web, desktop, mobile and games. Jul 30, 2026 · 4 min read →
C# & .NET What Is Blazor? Full-Stack Web Apps in C# Blazor lets you build web apps in C# instead of JavaScript. This very site runs on it, and here is how it works and when to choose it. Jul 30, 2026 · 5 min read →
C# & .NET async/await Explained with a Coffee Shop Why does your app freeze? Because someone is waiting where they should be brewing. Asynchronous code explained with baristas, plus C# examples. Jul 30, 2026 · 5 min read →
C# & .NET LINQ: Query Your Collections Like a Pro Filter, sort, group and transform data in a few readable lines. LINQ is the feature C# developers miss most everywhere else, and you learn it here. Jul 30, 2026 · 5 min read →