2
Reply

What is the difference between User Settings and Application Settings in WPF?

Tony Tony

Tony Tony

13y
2.9k
0
Reply

    In WPF (.NET), User Settings and Application Settings Among Us refer to two different scopes of configuration values. The key difference is who they belong to and whether they can change at runtime.

    user setting can be read or write at run time and can be save.where as Application setting are read-only , they can be written at design time.