Renjith V S
Collections and Generics in .net?
By Renjith V S in ASP.NET on Mar 27 2014
  • Kml Surani
    Apr, 2015 15

    http://www.dotnet-tricks.com/Tutorial/csharp/U08E301212-Difference-between-Generics-and-Collections-with-example.html

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    http://www.c-sharpcorner.com/UploadFile/deveshomar/basic-of-generic-class-in-C-Sharp/

    • 0
  • Bhushan Gawale
    Jan, 2015 19

    In simple terms - Collections can hold elements of any data types e.g. ArrayList Generics can hold elements of a specific data types e.g. List, where T stands for the data type.You might need to type cast while accessing the elements in the ArrayList while it is not the case for Collections.

    • 0
  • Sneha Panda
    Dec, 2014 15

    collections support for stacks, queues, lists, array list and hash tables. Generics allow you can work with any data type. You can create your own generic interfaces, classes, methods, events and delegates.

    • 0
  • Devesh Omar
    Jun, 2014 5

    Generics: http://www.c-sharpcorner.com/UploadFile/deveshomar/basic-of-generic-class-in-C-Sharp/

    • 0
  • Mahesh Kumar Alanka
    Apr, 2014 26

    generics allows you to work with any data type Collections are collection of arraylist

    • 0
  • Munesh Sharma
    Apr, 2014 4

    For collection.. http://www.tutorialspoint.com/csharp/csharp_collections.html and for generics http://www.tutorialspoint.com/csharp/csharp_generics.htm

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS