July 2024
Intermediate to advanced
360 pages
9h 45m
English
To follow along with the code samples in this book and to run the code in the supplementary code-samples repo (https://github.com/dmetzgar/dotnet-in-action-code), you need only two things: a .NET SDK (6 or later) and a text editor.
Many editors are available for .NET, including downloadable IDEs and online editors. Because .NET has been around for a long time, some of these editors may not support the latest .NET versions. Unless I’m covering a specific feature, this book sticks to what you can do with only a simple text editor. (Think Notepad or vi.) Investing in a full-featured IDE with a debugger, autocompletion, code analysis tools, and the like will help immensely but isn’t required. Here ...
Read now
Unlock full access