OK this short blog is just to share how I use ChatGPT so far (up until this point, maybe that can change in the future) in the way I find the most...
Updated: Turns out there is already someone making this point much better. Check out The Selfish Programmer (Justin Searls) (youtube.com). In the wake...
This article is to document and attempt to reverse-engineer how the Blazor WASM implement the User support, such as Register, Login, Logout in its...
The Problem One day, I found the Fine Code Coverage does not generate coverage report of the project I was testing on. It was weird, because it used...
This article outlines the necessary steps to turn a Blazor Web Assembly App to be a Progressive Web Application, or PWA. PWA is a type of web...
Intro This article plays as a summary on 2 concepts in the .NET Ecosystem: Target Framework and C# Language. Target Framework Whenever you create a...