Development
Using PHP with Blazor
Supporting Blazor apps on a shared host requires some effort. This post shows how to interact with PHP from a Blazor client app.
Supporting Blazor apps on a shared host requires some effort. This post shows how to interact with PHP from a Blazor client app.
A simple approach for securing a Blazor web application is presented. Authentication for both Windows and Linux is shown.
This post will demonstrate how to host multiple Blazor applications on Apache, and will also present some ideas for organizing the server to simplify deployment.