~/yeasir007 — senior chief engineer

Cross-device connectivity, at consumer scale

I build Windows desktop software that ships preloaded on millions of PCs — instant file transfer, storage and camera sharing, desktop continuity and nearby-device discovery — on .NET: WinUI 3, WPF, Windows Services and App Services. Lately: AI-assisted engineering tooling. This is where I write the parts worth keeping.

Selected work

Full history on LinkedIn →
File transfer

Quick Share

Peer-to-peer file transfer between phone and PC. Device discovery, transfer sessions and the desktop client, built to survive flaky links and sleep/resume.

WinUI 3App ServiceIPC
Storage

Storage Share

Mounting a phone's storage on the desktop as a first-class location, with the background service and lifecycle handling that keeps it live.

Windows Service.NETShell
Media

Camera Share

Using a phone camera as a PC webcam — stream negotiation, a virtual device on the Windows side, and an IPC architecture redesigned for it.

WinUI 3IPCWin32
Continuity

DeX for PC

A full phone desktop environment rendered on Windows: window management, input routing and the session plumbing underneath.

WPFC++/Win32.NET
Discovery

Nearby Devices

The surface that finds nearby devices and hands them to every feature above. Preloaded on Galaxy Book PCs; a registry-driven secure IPC platform sits under it.

WinUI 3Named PipesMSIX
AI tooling

Engineering assistants

AI-assisted tooling for desktop engineering: automated UI stability testing, log correlation, static analysis and human-gated patch generation against local models.

.NET 10RoslynRAG

Shipped as preloaded software on consumer Windows PCs. Employers and product owners deliberately left out — this is the engineering, not the org chart.

Latest articles

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 ...