JavaScript
Image Lazy Loading in ASP.NET Core Blazor
December 24, 2023
Program
Document the method of implementing lazy loading of images in the Blazor framework.
Implementing Multilingual Support in ASP.NET Core Blazor
November 16, 2023
Program
Documenting the process of developing a multilingual web application using ASP.NET Core Blazor.
Implementing Real-Time Communication with WebSocket using SignalR and .NET 6 Web API - Part 2
June 16, 2023
Program
Using .NET 6 Web API to establish WebSocket communication, this record simulates the test process of mapping users to connection IDs and storing and sending messages.
Implementing Real-Time Communication with WebSocket using SignalR and .NET 6 Web API - Part 1
June 15, 2023
Program
Creating WebSocket Communication with .NET 6 Web API, This article documents examples of simulating broadcasting, group broadcasting, and individual broadcasting using .NET 6 Web API with a simple frontend.
Designing and Implementing Dark Mode in Hugo
March 22, 2023
Program
Recording the hurdles encountered while adding dark mode functionality to a website, as well as frontend display tips and implementation on Hugo.