c# - MVVM WPF save and load user settings design pattern -


i looking tutorial / explanation shows , how implement settings in mvvm wpf application. understand .net has built-in support settings typically used medium larger size applications? alternatives?

i thinking of storing many user settings such window size, grid column size, font size, font, etc...

thank help!

the built-in settings file place store common things window size, theme, etc... (stuff user not enter themselves... ambient state) more advanced settings user can customize, rather build own... gives me better control on how , gets stored! check out this article example of medium sized mvvm app using settings file!


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -