when using personlization, how do you access over setting at
runtime?
Answer Posted / karthika.s
One way to improve the usability of your application is to
allow personalization—where different users of the same
application have their own set of personalized settings. To
do this, you need a way to store user-specific data, such as
the size of the Window, the background color, etc. And while
some data should be user-specific, some data applies across
the board—things like database connection strings, Web
services URLs, etc.
You access the settings through the
Properties.Settings.Default class.It's important to
initialize the settings with a default value. If not,
accessing them during runtime will result in errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is runat?
Can you explain composite pattern?
How you can manage the state of application at the server side in ASP.NET?
Where session variables are stored?
How can we create pie chart in asp.net?
Where is the session stored?
Is oauth for authentication or authorization?
Web API uses which library for JSON serialization?
How do you use viewstate?
Which authentication uses a combination of windows and iis authentication?
Why is the standalone environment only useful during the development process?
Where sessions are stored?
Describe how passport authentication works.
Define globalization and localization.
Explain a program using razor view engine to create a simple application? : asp.net mvc