What are some great books that could help me learn to write *modern* C#?
I will mostly work with web and .NET Core, are there books specifically about using .NET Core on Linux?
What are some great books that could help me learn to write *modern* C#?
I will mostly work with web and .NET Core, are there books specifically about using .NET Core on Linux?
https://learn.microsoft.com/en-us/dotnet/core/whats-new/
https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/
Can also recommend reading:
https://learn.microsoft.com/en-us/dotnet/core/tools/ (CLI, it's good)
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/m...
https://typescript-is-like-csharp.chrlschn.dev/pages/interme...
> are there books specifically about using .NET Core on Linux
There is nothing particular to using ".NET on Linux" - it just works. Standard Linux caveats not specific to .NET apply.
You've reached the end!
Xeago•9h ago
Reading the release notes of the sdk and/or the MSDN pages used to be a great resource, and probably still is, but it's difficult to find new gems.