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 6753161
In Process

The Archive Base Latest Questions

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

What is the ideal data structure I can use in C# to store data

  • 0

What is the ideal data structure I can use in C# to store data consisting of 1 float and 3 string fields (1000+ rows)? I want it such that the structure is easily serializable to a file and can be easily accessed for updating.

  • 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-26T13:07:41+00:00Added an answer on May 26, 2026 at 1:07 pm

    I’ll post an answer that assumes you already considered and dismissed using a class or a struct for some reason.

    As a throwback to my graduate school database courses, I kind of like .NET 4.0’s introduction of the Tuple class. If you were so inclined, you could use

    var myEntry = Tuple<float, string, string, string>(floatVal, string1Val, string2Val, string3Val);
    

    and reference the items with

    float myFloat = myEntry.Item1;
    string myString = myEntry.Item2;
    

    Tuple is also decorated with the Serializable attribute, so you can serialize them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for the most ideal data structure (for performance and ease of use)
Im want to create a data structure for using within my MVC3 application. The
I want to store objects indexed by a 3-tuple of (String, String , DateTime).
I need an idea for an efficient index/search algorithm, and/or data structure, for determining
What's the ideal way to pass a large JSON data object from Javascript through
Can anyone give me some idea about uploading data from excel to access database
I am an ETL developer and I deal with a lot of data that
Any idea how to go about formatting the data so I can export from
Any idea how one can bind binary data to a ComponentOne WebReport control?
Let's see if I can describe this properly... I have an abstract class that

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.