About 187,000 results
Open links in new tab
  1. Collections - C# reference | Microsoft Learn

    Feb 4, 2025 · Learn about collections in C#, which are used to work with groups of objects. Collections have different characteristics regarding adding and removing elements, modifying elements, and …

  2. Collections in C# - GeeksforGeeks

    Jul 11, 2025 · Collections standardize the way of which the objects are handled by your program. In other words, it contains a set of classes to contain elements in a generalized manner. With the help …

  3. Collections in C#

    Learn about collections in C#, including commonly used collection types such as lists, queues, stacks, and dictionaries. This tutorial covers the basics of collections, how to use them, and how to select the …

  4. Collections in C# - A Brief Introduction - Dot Net Tutorials

    The Collections in C# are a set of predefined classes which are present in the System.Collections namespace which provides features

  5. Development With A Dot - .NET Collections

    Aug 24, 2009 · Here is a list of all the collection classes in .NET 9 and their intended use. Namespaces ... Collections ... Interfaces Of course, you should not expose a collection class directly because it …

  6. ASP Quick Reference - W3Schools

    Forms and User Input Request.QueryString is used to collect values in a form with method="get". Information sent from a form with the GET method is visible to everyone (it will be displayed in the …

  7. Simple Initialization With Collection Expressions in .NET

    Jan 13, 2024 · The .NET development platform takes pride in constantly improving its core programming language, C#. Despite being two decades old, it continues to evolve with every new release. The …