Tutorial by Topics: at

This technique should be used when you have any workflow in place, and should consider positive test cases (transitions that can happen), as well as negative test cases (transitions that are not allowed). Any rule that can be described, thinked, scratched as a state transition diagram, workflow,...
This section provides an overview of what angular-material2 is, and why a developer might want to use it. It should also mention any large subjects within angular-material2, and link out to the related topics. Since the Documentation for angular-material2 is new, you may need to create initial ...
When the record count is too high , loading all records at once can make application slow in addition user will not like the idea of scrolling thousand of records to find what he is looking for. Its better to give user a power search and filter the records as he types the character.
Excel specifications and limits (Excel 2016-2013, Excel 2010, Excel 2007) Worksheet and workbook specifications and limits FeatureMaximum limitOpen workbooksLimited by available memory and system resourcesWorksheet size1,048,576 rows by 16,384 columnsColumn width255 charactersRow height40...
The objective of this topic is to create simple examples of several ways data can be shared between components via data binding and shared service. There are always many of ways of accomplishing one task in programming. Please feel free to edit current examples or add some of your own.
A frequent desire is to convert monthly data into quarterly data format. One simple method is to 1) sum the appropriate months into quarterly sums, then 2) identify those months as quarters, and finally 3) filter the quarterly data out of your monthly data. Here's a relatively quick and easy method ...
In Firebase Database everything is a node, that follows the pattern key: value. Firebase Database provides us with a simple way to generate unique keys. Unique keys create new items while uploading data to a previously stored key will update.
Toast messages are the most simple way of providing feedback to the user. By default, Android provide gray color message toast where we can set the message and the duration of the message. If we need to create more customizable and reusable toast message, we can implement it by ourselves with the us...
In Xamarin.Android the BluetoothSocket.InputStream and BluetoothSocket.OutputStream properties are by design automatically converted to System.IO.Stream. In case of so called interactive communication protocol, when server responds only when client talks to it, System.IO.Stream is not good because ...
DATA DIVISION is one of the four parts that make up a COBOL program. It contains statements describing the data used by the program. It consists of four sections: FILE SECTION, WORKING-STORAGE SECTION, LOCAL-STORAGE SECTION and LINKAGE SECTION.
Oracle Real Application Security was introduced in Oracle 12c. It summarize many Security Topics like User-Role-Model, Access Control, Application vs. Database, End-User-Security or Row- and Column Level Security
Computational clause is used to describe type of storage used in COBOL. It is used for 3 ways: COMP-1, COMP-2 and COMP-3. The most common form of computational is COMP-3. It frequently is just called "COMP" by programmers.
An XML catalog is made up of entries from one or more catalog entry files. A catalog entry file is an XML file whose document element is catalog and whose content follows the XML catalog DTD defined by OASIS at http://www.oasis-open.org/committees/entity/spec.html. Most of the elements are catalog e...
This topic focuses on examples related to md-datepicker. For more details, please check the md-datepicker documentation here.
It is often useful to present a first-run experience to new users of your App. This could be for any number of reasons, such as prompting them to sign in (if required for your situation), explaining how to use the App, or simply informing them of new features in an update (as Notes, Photos and Music...
This topic will cover the creation of R packages from scratch with the devtools package. Official R manual for creating packages roxygen2 reference manual devtools reference manual

Page 100 of 102