I created a simple Blazor Markdown component, you can download it at NuGet Gallery | PhatBrainSoftware.MarkdownEdit 1.0.1. Below is a screenshot of the component in action. The code is at phatbrainsoftware/MarkdownEdit: Blazor markdown editor component. (github.com), feel free to fork and make some changes!
Category: C#
Posted on
Adventures with Azure DevOps: Assembly Version Validation
Posted on
I have a .NET 5 Web Api that I deploy using classic pipeline in Azure DevOps. When my Web Api is published I want to confirm that the correct version was really deployed, sometimes things happen where the deployment is successful but for some reason the older assembly might not be overwritten. In my Web…
Adventures in Apis: Grouping Controllers in Swagger
Posted on
Adventures with Blazor: Accessing Claims in a Razor Page
Posted on
Adventures with Azure: Azure SQL and Access Tokens – Part 1
Posted on