Tutorial by Topics: o

Syntax for ARM templates is well documented: https://azure.microsoft.com/en-us/documentation/articles/resource-group-authoring-templates/
PHP is an open source project, and as such, anyone is able to contribute to it. Broadly speaking, there are two ways to contribute to the PHP core: Bug fixing Feature additions Before contributing, however, it is important to understand how PHP versions are managed and released so that bug ...
Shows how a sqoop script could be used to import data from various datastores/databases.
An API that allows you to control every aspect of Docker from within your own applications, build tools to manage and monitor applications running on Docker, and even use it to build apps on Docker itself.
PowerShell introduces an object pipelining model, which allows you to send whole objects down through the pipeline to consuming commandlets or (at least) the output. In contrast to classical string-based pipelining, information in piped objects don't have to be on specific positions. Commandlets can...
bind -P show all configured shortcuts.
ParameterDetailsvalueThe value produced by the binding source.valuesThe values array, produced by the binding source.targetTypeThe type of the binding target property.parameterThe converter parameter to use.cultureThe culture to use in the converter. What IValueConverter and IMultiValueConvertert...
Partitioning is a functionality to split tables and indexes into smaller pieces. It is used to improve performance and to manage the smaller pieces individually. The partition key is a column or a set of columns that defines in which partition each row is going to be stored. Partitioning Overview ...

Page 96 of 283