Podcast Episodes
Back to Search
LINQ to SQL With EF Core Explained: Expression Trees, Query Provider, Caching & Why Your LINQ Becomes Weird SQL
Season 1
Have you ever written a LINQ query that worked perfectly in C#, but when you checked the SQL it generated you wondered how it turned into that monste…
7 months ago
Why Dirty Code Always Wins (Until It Doesn’t): Cross‑Cutting Concerns, Middleware, Decorators & How To Keep Business Logic Clean
Season 1
Ever notice how the fastest way to ship is usually the messiest—logging scattered through controllers, validation copy‑pasted into handlers, authenti…
7 months ago
No‑Code vs Pro‑Code Security Showdown: Guardrails, Governance & How To Choose The Right Model For Your Next App
Season 1
If your Power App exposed sensitive data tomorrow, would you know why—or how to shut it down? No-code feels fast, but every skipped checkpoint quietl…
7 months ago
The Hidden AI Engine Inside .NET 10: WebAuthn, Passkeys, Diagnostics & How AI Really Fits Into ASP.NET Core
Season 1
Most people still think of ASP.NET Core as “just” a web framework, but .NET 10 quietly ships with an AI‑ready engine that shapes how your apps think,…
7 months ago
Your SharePoint Content Map Is Lying To You: How To Audit Structure, Usage & Value To Fix Findability In Microsoft 365
Season 1
If a new hire joined tomorrow, how long would it take them to find the files they actually need—ten seconds, ten minutes, or never? In this episode, …
7 months, 1 week ago
Build Azure Apps Without Writing Boilerplate: GitHub Copilot for Azure, azd & Faster IaC‑Driven Deployments
Season 1
How many hours have you lost wrestling with configs, auth wiring and deployment scripts before writing a single useful line of code? In this episode,…
7 months, 1 week ago
Quantum Code Isn’t Magic – It’s Debuggable: Q#, Azure Quantum & How To Run Your First Quantum Program From .NET
Season 1
Quantum computing sounds like lab‑coat physics, but today you can write Q# on your laptop and send it to a real quantum computer in the cloud. In thi…
7 months, 1 week ago
The Cloud Promise Is Broken: Why Migrations Never End, Dashboards Don’t Change Anything & How To Fix Azure Responsibility Gaps
Season 1
You were promised speed, savings and security in one move to the cloud—and got half‑finished migrations, surprise bills and endless “stabilization” i…
7 months, 1 week ago
Stop Using Entity Framework Like This: DTO Factories, Micro‑ORM Mirage & How To Model Real Domain Logic With EF Core
Season 1
If you’re using Entity Framework only to mirror your database tables into DTOs, you’re missing most of what it can actually do. That’s like buying an…
7 months, 1 week ago
Unit vs Integration vs Front-End Testing: Which Bugs Each Layer Catches (And Why Your Azure Apps Need All Three)
Season 1
You fix a tiny function, all unit tests go green, the pipeline smiles—and production still breaks in three different places. That’s not bad luck, it’…
7 months, 1 week ago