GitHub Actions is a CI/CD platform that helps us to automate the deployment process of applications using the GitHub repository. We can build, test, and deploy our applications to the Azure App Service using Gi
One of the great things about Blazor applications, once published, they’re just static files. This means they can be hosted on a wide variety of platforms as they don’t require .NET to be running on the server. This opens up loads of hosting options which .NET developers have not been...
AddServerSideBlazor(); Error In the browser console: Error: The list of component records is not valid. Uncaught (in promise) Error: Invocation canceled due to the underlying connection being closed. Additional context This error only occurs when I deploy the ASP.NET Core app to multiple ...
The first step is creating and configuring aBlazor WebAssemblyapplication. We have covered Blazor WebAssembly in detail in ourBlazor WebAssembly Series.The process of creating web applications using Blazor WebAssembly is explained very well in that series. However, in this example, we are going to t...