Knowing when to apply a data structure for a given business problem is an important skill for developers to know.
Research the following .NET data structures:
- List
- ArrayList
- LinkedList
Discuss examples of business problems that could be solved using each of the data structures.