Showing posts with label Generic. Show all posts
Showing posts with label Generic. Show all posts

Sunday, 22 May 2016

Difference Between Generic and Collections in C#

Difference Between Array - Generic - Collections in Csharp Array : An Array is Fixed Size Data Type . For Storing data in Array you need to define the size of array and Also Type of Array ( int, string , float etc ) Depending on Memory Allocation Data Types are of Two Types - Value Type  Reference Type  See Difference Between Value Type and Reference Type in...