Showing posts with label WPF. Show all posts
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 ...

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