Creating Azure Functions using IOptions with dotnet-isolated process 6.0

I’m writing this post because I found it extremely difficult to find a working example of this online. So, here is the answer I was waiting for: Azure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. In order to make it easier …

Creating Azure Functions using IOptions with dotnet-isolated process 6.0 Read More »

What’s the difference between Blazor Server and Blazor Web Assembly (WASM)

What’s the difference between Blazor Server and Blazor Web Assembly (WASM)? All the code references in this article can be cloned from github  under the Tasks/BlazorTasks Folder. In this Visual Studio Solution, I have created 3 projects: A Blazor Server Project A Blazor WebAssembly Project A Blazor Hosted Solution where the Client App and the …

What’s the difference between Blazor Server and Blazor Web Assembly (WASM) Read More »