Tutorial by Topics: d

This section provides an overview of what image is, and why a developer might want to use it. It should also mention any large subjects within image, and link out to the related topics. Since the Documentation for image is new, you may need to create initial versions of those related topics. ...
Named Arguments Ref: MSDN Named arguments enable you to specify an argument for a particular parameter by associating the argument with the parameter’s name rather than with the parameter’s position in the parameter list. As said by MSDN, A named argument , Enables you to pass the argument t...
Practical examples of using Roslyn for source code transformations. Roslyn syntax trees are immutable. By calling a method like ReplaceNodes we generate a new node rather than modifying the existing one. This requires you to always change the object you have been working on.
This section provides an overview of what vsto is, and why a developer might want to use it. It should also mention any large subjects within vsto, and link out to the related topics. Since the Documentation for vsto is new, you may need to create initial versions of those related topics.
This section provides an overview of what xslt-1.0 is, and why a developer might want to use it. It should also mention any large subjects within xslt-1.0, and link out to the related topics. Since the Documentation for xslt-1.0 is new, you may need to create initial versions of those related to...
Note: Don't use Repeater in {N}+Angular-2 applications! The *ngRepeat is obsolete directive in Angular-2. When you need to display repeating item patterns use either ListView or *ngFor structural directive.
X++ is an object-oriented language with similarities to C#. X++ is part of the MorphX development platform that you use to construct accounting and business management systems. MSDN: X++ Programming Guide VersionAdditional InformationRelease date7Dynamics 365 for Finance and Operations, Enter...
This section provides an overview of what responsive-design is, and why a developer might want to use it. It should also mention any large subjects within responsive-design, and link out to the related topics. Since the Documentation for responsive-design is new, you may need to create initial v...
module Name where -- export all names declared in this file module Name (functionOne, Type (..)) where -- export only functionOne, Type, and Type's constructors import Module -- import all of Module's exported names import qualified Module as MN -- qualified import import...
Variant is a replacement for raw union use. It is type-safe and knows what type it is, and it carefully constructs and destroys the objects within it when it should. It is almost never empty: only in corner cases where replacing its content throws and it cannot back out safely does it end up bei...
This is an extension of Python's "Meta: Documentation Guidelines" for Django. These are just proposals, not recommendations. Feel free to edit anything here if you disagree or have something else to mention.
official documentation: Datatypes In SQLite Version 3
Keyword arguments were introduced in Ruby 2.0, and improved in Ruby 2.1 with the addition of required keyword arguments. A simple method with a keyword argument looks like the following one: def say(message: "Hello World") puts message end say # => "Hello World" ...
This section provides an overview of what automapper is, and why a developer might want to use it. It should also mention any large subjects within automapper, and link out to the related topics. Since the Documentation for automapper is new, you may need to create initial versions of those rela...
decorator(name, decorator); Decorator is function that allow a service, factory, directive or filter to be modified prior to its usage. Decorator is used to override or modify the behavior of the service. The return value of the decorator function may be the original service, or a new ...
To make your APK file as small as possible, you should enable shrinking to remove unused code and resources in your release build.
This section discusses the data types that SQL Server can use, including their data range, length, and limitations (if any.)
This section provides an overview of what jquery-selectors is, and why a developer might want to use it. It should also mention any large subjects within jquery-selectors, and link out to the related topics. Since the Documentation for jquery-selectors is new, you may need to create initial vers...

Page 102 of 221