= dotnet = dotnet is the heavily intertwined framework with [[C-sharp]]. The following will be some common API's and containers that can be accessed in dotnet == LINQ == == System.Collections == === System.Collections.Generic === * Dictionary * Hash table * List * Same as arraylist, dynamically allocated array * Queue * Typical Queue, FIFO * SortedList * Binary Tree * Stack * Typical Stack, LIFO