Tutorial by Topics: n

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.
FTPClient connect(InetAddress host, int port) FTPClient login(String username, String password) FTPClient disconnect() FTPReply getReplyStrings() boolean storeFile(String remote, InputStream local) OutputStream storeFileStream(String remote) boolean setFileType(int fileType) boolean complet...
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...
Attributes are a specific type of object in the DOM API. In earlier versions of the DOM API, they inherited from the Node type, but this was changed in version 4. In the examples referring to dataset, "modern browsers" specifically excludes versions of Internet Explorer less than 11. Se...
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...
AspNetCoreRateLimit is an open source ASP.NET Core rate limiting solution designed to control the rate of requests that clients can make to a Web API or MVC app based on IP address or client ID.
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.
void clearRect(x, y, width, height) ImageData createImageData(width, height) None of these methods will produce transparent pixels if the context was created with the alpha: false parameter.
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...

Page 153 of 329