Is there a single document containing a list and brief summary of all 4000 (approx) classes in the .NET Framework and/or .NET Core? As I start to work on a project I want to be sure that I'm not creating a class to do a job that is already available
in the framework. As I study the .NET documents, they seem to be never ending. For example, I might start by studying the System namespace, which leads to the System.Collections namespace or the System.Data namespace, etc. etc. I understand
these separate documents are needed to provide details of the implementations along with examples, but it would be nice to have a single place to look that just provides the list of classes and brief descriptions of them.
↧