Showing posts with label C#. Show all posts
AppService C# FEATURED gRPC IPC Name-Pipe WinUI3

Windows IPC Explained: Choosing the Right Transport for WinUI 3 Desktop Applications

A practical guide to App Services, Named Pipes, COM, Shared Memory, security boundaries, process activation, and why App Services in WinUI 3...

C# Logger WPF

How to implement log manager for C# WPF application

Why Logger Needed:    Indexing log data is one of the finest ways of observing the deployed application. It will assist the developer to fig...

C# Registry WPF

How to read/write windows registry in wpf based application

Read/Write Windows Registry: In the modern application sometimes it’s essential to use Windows registry for storing application settings to ...