~/yeasir007 — since 2012

Practical notes for working developers

Hands-on tutorials and battle-tested snippets on C#, .NET, WPF, Win32/MFC, algorithms, data structures and software design — written from real project experience.

Latest articles

MFC Win32

How to prevent/disable/protect screen capture of windows application (Winform,WPF,Win32,MFC etc.)

Microsoft has been developed an API named   SetWindowDisplayAffinity to support the window content protection. This feature enables ap...

C# Singleton Instance WPF

Singleton instance for WPF application

  Why Singleton Instance: A single Instance is a must for desktop-based applications. Assume your application has been opened and then the u...