Categories
Alpine
Alpine.js
Apline.js
ASP.NET
ASP.NET Core
Blog
C#
Clearing the smoke
Docker
EasyNMT
Entity Framework
FluentEmail
GitHub Actions
Google Auth
HTMX
IHostedService
ImageSharp
Interviewing
introduction
Javascript
Markdown
Mermaid
Microsoft
Moq
Nuget
OpenSearch
Polly
Postgres
Razor
resume
RSS
Seq
Serilog
Tailwind
Umami
Unit Testing
WebAPI
xUnit
Unit Testing Umami.Net - Testing UmamiBackgroundSender
In the previous article, we discussed how to test the UmamiClient using xUnit and Moq. In this article, we will discuss how to test the UmamiBackgroundSender class. The UmamiBackgroundSender is a bit...
Tuesday, 03 September 2024 09:00
//8 minute read
Blog Update
This is just a quick post to update everyone on the status of this blog. I started it a little over a month ago and decided to commit to at least one post a day for the first month.
So far I've posted...
Monday, 02 September 2024 15:50
//1 minute read
Unit Testing Umami.Net - Testing UmamiClient
Now I have the Umami.Net package out there I of course want to ensure it all works as expected. To do this the best way is to somewhat comprehensively test all the methods and classes. This is where...
Sunday, 01 September 2024 17:22
//6 minute read
Seq for ASP.NET Logging - Tracing with SerilogTracing
In the previous part I showed you how to set up self hosting for Seq using ASP.NET Core . Now that we have it set up it's time to use more of it's features to allow for more complete logging & tracing...
Saturday, 31 August 2024 11:20
//7 minute read
Adding a Comment System Part 2 - Saving Comments
In the previous part in this series, I set up the database for the comments system. In this post, I'll cover how saving the comments are managed client side and in ASP.NET Core.
Add New...
Saturday, 31 August 2024 09:00
//5 minute read