<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Greullr</title>
    <description>The latest articles on DEV Community by Greullr (@greullr_20498ed75d3b223a1).</description>
    <link>https://dev.to/greullr_20498ed75d3b223a1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3952364%2F4efdaba6-81eb-492b-9f64-9962fd4a9600.jpg</url>
      <title>DEV Community: Greullr</title>
      <link>https://dev.to/greullr_20498ed75d3b223a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/greullr_20498ed75d3b223a1"/>
    <language>en</language>
    <item>
      <title>Mapped out the runtime for my .NET 10 Blazor Server setup. Can this Architecture Survive Production?</title>
      <dc:creator>Greullr</dc:creator>
      <pubDate>Tue, 26 May 2026 10:24:05 +0000</pubDate>
      <link>https://dev.to/greullr_20498ed75d3b223a1/mapped-out-the-runtime-for-my-net-10-blazor-server-setup-can-this-architecture-survive-production-34gk</link>
      <guid>https://dev.to/greullr_20498ed75d3b223a1/mapped-out-the-runtime-for-my-net-10-blazor-server-setup-can-this-architecture-survive-production-34gk</guid>
      <description>&lt;p&gt;I’ve been building a .NET 10 boilerplate (C-Nex) and wanted to keep everything strictly server-side. No separate REST APIs, no WebAssembly sync layers. Just one C# codebase so I can actually ship things fast (&lt;a href="https://youtu.be/V3SQZv04oOo" rel="noopener noreferrer"&gt;https://youtu.be/V3SQZv04oOo&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;To make Blazor Interactive Server survive production without the dreaded circuit crashes, I wired up a global exception boundary to catch and log errors silently. I also used EF Core global query filters to handle multi-tenancy automatically, and decoupled the provider so swapping from SQL Server to Postgres is literally a one-word change in appsettings.json (&lt;a href="https://youtu.be/pdCzeQ7V794" rel="noopener noreferrer"&gt;https://youtu.be/pdCzeQ7V794&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I attached the architecture map. I want to know if this approach is actually solid for a SaaS foundation, or if I'm missing some massive landmines.&lt;/p&gt;

&lt;p&gt;I threw a live demo up on a free tier. If anyone wants to poke around, test the UI speed, or try to break the tenant isolation, I’d love some brutal feedback.&lt;/p&gt;

&lt;p&gt;Demo: &lt;a href="https://cnex.runasp.net/" rel="noopener noreferrer"&gt;https://cnex.runasp.net/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;User: &lt;a href="mailto:admin@cnex.com"&gt;admin@cnex.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pass: Admin@123&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5ed7s57zi691yv4qoxcu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5ed7s57zi691yv4qoxcu.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>blazor</category>
      <category>webapp</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
