I am trying to learn C# currently but am getting a bit lost in all terminology. From what I understand there is the .NET Framework and .NET Core which are both build on top of the .NET Standard Library.
Reading this article it claims that the .NET Framework will eventually be deprecated, and .NET 5 that is scheduled for this November, according to that article will be .NET Core.
Now my question. I am currently looking at a course that teaches the .NET Base Class Library. Am I correct when I assume this is part of the .NET Standard Library, meaning that it still is relevant in .NET Core?