About 172,000 results
Open links in new tab
  1. C# List (with Examples) - Programiz

    A list is a collection of strongly typed objects that can be accessed using an index. In this tutorial, you will learn about the C# list with the help of examples.

  2. 500+ C# Programs - Sanfoundry

    Best C# programs for beginners and advanced programmers. C# programs range from basic to math functions, arrays, matrix, strings, LINQ, functions, delegates, inheritance, file handling, event and exception handling, networking, interfaces, and threads.

  3. C# Basic Programs: 500+ Most Popular C# Examples

    This section contains C# basic programs/examples with the output and explanation. These all implemented programs are written, compiled in the Visual studio. These programs are based on the simple printing messages, mathematical problems, date & time formats etc. Here is the complete list of 500+ most popular C# basic programs along with ...

  4. C# List Class - GeeksforGeeks

    Apr 21, 2025 · In C#, the List<T> class represents the list of objects that can be accessed by index. It comes under the System.Collections.Generic namespace. List class can be used to create a collection of different types like integers, strings, etc. List<T> class also provides the methods to search, sort, and manipulate lists.

  5. C# List Tutorial - Everything You Need To Learn About List In C#

    The C# List provides functionality to create a list of objects, add items to a list, and find, sort, and update items in the List. In this article, learn how to create a list in C#, add items to a list, and find and remove items to a list.

  6. C# - List Examples - Dot Net Perls

    Mar 6, 2025 · List. The C# List is a collection that stores same-typed elements, one after another. When we add elements to a List, the class allocates enough memory to store them on its own.

  7. C#.NET Programs and Algorithms - Dot Net Tutorials

    In this C#.NET Program article series, you will learn some of the frequently asked C#.NET programming questions in technical interviews. Note: Here, we will discuss each program in many different ways.

  8. C# List – List Operations with Examples - Tutorial Kart

    C# List is a collection of elements that can be used to store and fetch dynamically. C# List preserves the index of elements in it. C# List can have duplicate elements.

  9. C# List<T> Collection - TutorialsTeacher.com

    The List<T> is a collection of strongly typed objects that can be accessed by index and having methods for sorting, searching, and modifying list. It is the generic version of the ArrayList that comes under System.Collections.Generic namespace.

  10. Programs List: C Sharp - CodeCrucks

    C# Programs: Basic. Write C# program to print “Hello World!” Write C# program to add two numbers; Write C# program to find average of two numbers; Write C# program to find absolute value of number; Write C# program to print number, its square and cube; Write C# program to demonstrate use of formatting (%0.2d, %0.4f)

Refresh