Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6719675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:07:15+00:00 2026-05-26T09:07:15+00:00

Using Settings in C# we can assign a Set of Settings like ,Name ,Location

  • 0

Using Settings in C# we can assign a Set of Settings like ,Name ,Location ,Size etc. using Visual Studio and chose at which Scope it should be (Application/User).

My Question is ,can i use a Set of Settings separately for each user .
Like i would Save User’s like User1,User2,User3 where every user have same Attributes like Name ,Surname , Department .

So using Settings is it possible to save Name ,Surname and Department for User1 than the same thing for User2 .

Or is it better to create an Object User with those Fields/Properties and Serialize/Deserialize into XML .

Note : Attributes in this question are just Examples .

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:07:16+00:00Added an answer on May 26, 2026 at 9:07 am
    • Option 1 : As you’ve mentioned, you could serialize your objects like here (http://www.codeproject.com/KB/XML/xml_serializationasp.aspx)

      Note : That article is old, you probably don’t want to use the ArrayList.

    • Option 2 (Recommended): You could use your own custom type with Application Settings : Custom type application settings in ASP.NET

      Referring to the linked question, you could do this:

      public class MyUser
      {
         public string Name { get; set; }
         public string Surname { get; set; }
         public int Age { get; set; }
      }
      public class UserCollection : Collection<MyUser>
      {
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Sinatra in Ruby you can set the server's settings by doing: set :myvariable,
I know I can retrieve some settings.xml parameters using properties, like, for example ${settings.localRepository}
I'm setting up a project using the Visual Studio SCRUM 1.0 template in TFS
I'm setting a CURL authentication, using CURLOPT_USERPWD: curl_setopt($curl_handle, CURLOPT_USERPWD, $login); // Authenticate How can
When using a Settings.settings file in .NET, where is the config actually stored? I
To store application settings, I am using the Settings tab in the project properties.
Is it possible to apply (and remove) Windows group policy settings using .NET? I
How to extract the path c:/documents and settings/user using Java... Is there any method??
I've got a class that I'm using as a settings class that is serialized
I'm using nhibernate to store some user settings for an app in a SQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.