Author: admin_manish

Collections in Microsoft .NET

Collection in .NET is a group of records treated as one logical unit. The .NET Framework provides specialized classes for data storage and retrieval. These classes provide support for stacks, queues, lists, and hash tables. Most collection classes implement the same interfaces, and these interfaces may be inherited to create new collection classes that fit…

By admin_manish December 23, 2015 0