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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:30:29+00:00 2026-05-28T13:30:29+00:00

I have to load and use my data from a db. The data is

  • 0

I have to load and use my data from a db. The data is represented like this:

group_id    term
1           hello
1           world
1           bye
2           foo
2           bar

etc.

What is a good C# collection to load and use this data?

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

    Looks like you need a Dictionary<int, List<string>>:

    var dict = new Dictionary<int, List<string>>();
    
    var dict.Add(1, new List<string> { "hello", "world", "bye" });
    var dict.Add(2, new List<string> { "foo", "bar" });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to load XML from external domain, so my code looks like this
i have problem with load data from Database i use Primefaces (or other use
I have used this code to load data from a plist. -(void)loadOrCreateData { NSLog(@Start
we have subscription to Bloomberg data, we use excel to load data from bloomberg
I have a doubt i use the following piece of code get data from
I have two XML sources to retrieve data from. I want to use them
I have a program that load data from a file using std::ifstream and store
We have an architecture where we use SSIS to extract data from XML batch
I've been trying to use the data from an API but I have not
In order to load data (from a CSV file) into an Oracle database, I

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.