September 2013
Intermediate to advanced
142 pages
2h 58m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The following example shows how to use the ILogger interface."
A block of code is set as follows:
[Inject]
public ILogger Logger {get; set;}
public void DoSomething()
{
Logger.Debug("Doing something...");
}When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
kernel.Bind(x => x
.FromThisAssembly()
.SelectAllClasses()
.InNamespaces("Northwind.Controllers")
.BindBase());Any command-line input or output is written as follows:
2013-05-23 05:04:40 INFO ...
Read now
Unlock full access