May 2018
Intermediate to advanced
300 pages
7h 35m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "For the test to pass, you have to implement the production code iteratively. When the following IsServerOnline method is implemented, the Test_IsServerOnline_ShouldReturnTrue test method is expected to pass."
A block of code is set as follows:
[Fact] public void Test_IsServerOnline_ShouldReturnTrue() { bool isOnline=IsServerOnline(); Assert.True(isOnline); }
Any command-line input or output is written as follows:
sudo apt-get updatesudo apt-get install dotnet-sdk-2.0.0
Bold ...