Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
19 Current page
Maui Blazor Camera Implementation

Maui Blazor Camera Implementation

Since the interface in Maui Blazor is rendered by WebView, it cannot access the Android camera directly because the native camera requires binding to UI components.

dotnet-simple 1/12/2023 8:51 PM
A Bug Encountered When Unzipping Zip Files in C# at the End of 2022

A Bug Encountered When Unzipping Zip Files in C# at the End of 2022

Recently, while troubleshooting an upload feature, the client uploaded a zip file. On the server side, the code using C# to unzip the file would decompress it and then verify whether it is an allowed file type. It also had to check for tampered file extensions, file headers, etc. But then, during the unzipping of the zip file, an unexpected problem occurred.

江湖人士 12/23/2022 9:39 AM
Simple Creation of a Watchdog Program Using C#

Simple Creation of a Watchdog Program Using C#

In some special projects, the software may be unattended. If the program crashes for no reason or the process is killed, it is very necessary to develop a watchdog program.

傲慢与偏见 11/11/2022 11:20 AM