Latest Posts
-
Blazor - Library Interop Generator 1.0 Release
19 Nov 2020 - Cody Merritt Anhorn
I am finally comfortable enough to put the 1.0 Version on this project! The project it self is quite simple to grasp, you give it a TypeScript definition file and it will create a C# interop library for easier usage with ASP.NET Core Blazor.
-
Azure DevOps - External App Integration
03 Nov 2020 - Cody Merritt Anhorn
This article will give a high level overview of the Azure DevOps Rest API, including Authentication all in a Blazor Application.
-
Kubernetes - Docker Desktop and SSL Termination
03 Oct 2020 - Cody Merritt Anhorn
This article will go over a minimal configuration Kubernetes for SSL/TLS termination with Docker Desktop. This article is mostly for my self and not finding an tutorial/article that had all this information in a single spot.
-
Blazor - EventHorizon UX Component Update
30 Sep 2020 - Cody Merritt Anhorn
With this article I will go over the recent updates to the EventHorizon Blazor UX Controls. Checkout the deployed static website of the sample Blazor Wasm EventHorizon.Blazor.UX using the updated controls.
-
Blazor Server - Get Access Token for User
06 Sep 2020 - Cody Merritt Anhorn
In this article I show, using Blazor Server, a few snippets to get the AccessToken for a logged in User. It is not as straight forward to get the AccessCode for a user, the snippets will be using an Authentication type of OpenID. I have included comments in the code below with helpful details that might be useful.