PreviousNext

How to deploy Blazor WebAssembly to Cloudflare Pages

by bill-s, 2021-03-19T00:14:42.555Z

With ASP.NET Blazor WebAssembly (WASM) you can create .NET web applications that run completely inside of the browser sandbox. The published output of a Blazor WASM project are static files. Now that you can run .NET web applications without server-side code, you can deploy these applications to various static site hosts, such as the brand-new Cloudflare Pages.

Read More