Single instance application
Single instance application in wpf
What is single instance application:
Only one instance of the application runs once at a time on a single machine.
Need of single instance application:
If your application is so heavy and takes lots of system resources, and running multiple instance is not required, preventing users to run only one instance of the application [...]






