- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 37字
- 2025-04-04 16:57:49
Getting ready
These are the three kinds of collections we have in .NET Framework:
- System.Collections.Generic Classes
- System.Collections.Concurrent Classes
- System.Collections Classes
Let's have a look at these and their usage inside a .NET Standard 2.0 library.