c# - Managing user specific settings in ASP MVC Views, and database -
I'm rolling in my present and tried NII. There is an easy / better modular package / process for managing user settings where I can bubble the settings in the user's view as their editable view
Similar to the app settings (I use the app settings But they are quite global).
- Whether ASP MVC 5 OOB has given Nature a functionality to capture user characteristics, or user object settings.
- or any 3rd party newsletter package for this
- How can I get an auto staging without having to re-write it for every new app
Based on @pratt, I found 2 objects that work, if they do not add overhead, I am using old membership, but I am open for upgrading. Do I inherit from them, if such a
Comments
Post a Comment