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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:09:14+00:00 2026-05-27T19:09:14+00:00

While I do a program, sometimes I’ve got this doubt. I have been using

  • 0

While I do a program, sometimes I’ve got this doubt. I have been using List<T> but I haven’t used the others.

I’d like to know when each one is better to use, and under what circumstances.

  • 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-27T19:09:14+00:00Added an answer on May 27, 2026 at 7:09 pm

    I’m sure you can read the documentation by yourself. I’ll give a short summary here:

    1. IEnumerable is an interface that exposes an enumerator over a collection. Implement this interface if want to be able to support iteration, for example inside a foreach loop.
    2. Collection is an implementation of IEnumerable (therefore you can iterate over it) that is generally further extended by user-defined classes that want to have collection-like behavior (i.e. use Add, Remove, Contains, etc.). It can also be used “as-is”.
    3. List is also an implementation of IEnumerable (therefore you can iterate over it) that is generally used “as-is” as a container for objects of a certain type. Uses a dynamically adjusting array in the background and is the generic equivalent of ArrayList.

    Note that while IEnumerable can be both generic and non-generic, Collection and List can only be used as generic classes.

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

Sidebar

Related Questions

While compiling a program in Java I got this big WARNING warning: [unchecked] unchecked
I have been programming C for a while (but still pretty new to C)
I developed a flashcard program a while back for learning Japanese. I've been considering
I have a simple MFC program which displays the progressbar..I used the below code
I have the following C++ code and when I run the program sometimes it
I have a thread that returns a site's http response status, but sometimes my
Periodically I program sloppily. Ok, I program sloppily all the time, but sometimes that
Sometimes, while I'm watching my program run, I'll want to set a breakpoint with
I have a console program that has different components that run like this: void
Sometimes this program errors with a segmentation fault. What is a segmentation fault? Why

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.