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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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