I am learning C#. I want to learn .net CORE. Any courses or where I could learn it?
I am learning C#. I want to learn .net CORE. Any courses or where I could learn it?
4 Replies
$helloworld is a good entry point to C# and dotnet
Get started with beginner tutorials
- Interactive text tutorial
- 5h intro course
- Video tutorial
- Fundamentals documentation
You can navigate through courses and learn from official ms source
it hasn't been called .NET Core for several versions, it's just .NET
anyway, you'll learn it as you learn C# because it's just a name for the runtime and the libraries that come with C#
it's just not considered part of C# itself because there are other languages that can use the .NET runtime (F#, VB.NET, etc.)