Tutorial by Topics

Value and variable names should be in lower camel case Constant names should be in upper camel case. That is, if the member is final, immutable and it belongs to a package object or an object, it may be considered a constant Method, Value and variable names should be in lower camel case ...
This section provides an overview of fn:count, xdmp:estimate and cts:frequency along with examples and use cases
Qt provides its own template container classes. They are all implicitly shared. They provide two kinds of iterators (Java style and STL style.) Qt sequential containers include: QVector, QList, QLinkedList, QStack, QQueue. Qt associative containers include: QMap, QMultiMap, QHash, QMultiHash, QS...
QObject class is the base class for all Qt objects.
Relations Between Entities Basics A foreign key can be one or more columns that reference a unique key, usually the primary key, in another table. A foreign key and the primary parent key it references must have the same number and type of fields. Foreign keys represents relationships from a ...
closure.memoize() closure.memoizeAtMost(n) closure.memoizeAtLeast(n) closure.memoizeBetween(n, m) Memoization is a method of caching the result of a closure invocation. The memoize function applied to a closure returns a new closure whose return value is cached according to its input p...
What is area? An area is a smaller unit in MVC application which used as a way to separate large amount of application modules into functional groups. An application can contain multiple areas which stored in Areas folder. Each area can contain different models, controllers and views depending on ...
In order to fully benefit from Code Contracts you need to install the extension for Visual Studio. There's also a Code Contracts User Manual.
What is the Android NDK? Android Native Development Kit (NDK) is a companion tool to Android SDK that allows portions of apps to be built in in C/C++. This is useful for: Sharing application components across platforms (Android, iOS, Linux, etc.) Improving performance for critical portions ...
Workflows provide a flexible and controllable way of content creation, maintenance, and review. Workflow contains a list of states and commands.
The example above has two tracking events, Event Tracking and Exception Tracking. Event Tracking will allow you to see JS errors in real-time. Under Real Time -> Events sections. Unfortunately, your error messages will be limited by 500 Bytes, so you will not be able to understand a problem p...
Play documentation: https://www.playframework.com/documentation/2.5.x/JavaJsonActions
Modals require bootstrap.min.js to function properly. More details can be found here: http://getbootstrap.com/javascript/#modals
All examples that fetch data from a remote URL, has to have "Internet (client)" capability checked in the Package.appxmanifest. For examples that only manipulate local data it's not necessary.

Page 252 of 428