Avatar 🛸

IT OLD LI

C# Developer (Maui Blazor WPF Winforms)

  1. Home
  2. Archives
  3. Search
  4. Links
  5. About
    1. Dark Mode

Archives

2025 38
2024 5

Categories

Programming

Tags

MAUI Android UI .NET Windows App Lifecycle Navigation Shell CSharp Handler
Programming

C# P/Invoke: Calling C++ DLLs (DllImport to LibraryImport)

A detailed guide on calling native C/C++ DLLs from C# using P/Invoke, covering traditional DllImport, modern LibraryImport, and struct marshalling.

Jul 24, 2025
4 minute read
中文
Programming

Permission Control with Mutex and MemoryMappedFile in .NET

Learn to use Mutex and MemoryMappedFile for .NET IPC. This guide covers setting security permissions, crucial for communication with Windows Services.

Jul 24, 2025
3 minute read
中文
Programming

C# Native AOT: Create and Export Native DLLs

Learn to compile C# into a dependency-free native DLL using .NET Native AOT. This guide covers exporting C-style functions with `[UnmanagedCallersOnly]`.

Jul 12, 2025
6 minute read
中文
Programming

Solving C# Timer Inaccuracy with High-Precision Stopwatch

Learn how to solve timer inaccuracy in C# and .NET MAUI by using high-precision hardware clocks like `Stopwatch` to bypass system clock limitations.

Jul 03, 2025
1 minute read
中文
Programming

Hiding the Underline in MAUI Entry Control

Learn how to completely remove the default underline from the Entry control on Android in .NET MAUI by modifying its handler for a cleaner UI.

Jun 15, 2025
1 minute read
中文
1 2 … 9
© 2024 - 2025 IT OLD LI
Built with Hugo
Theme Stack designed by Jimmy