Tutorial by Topics

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.
setColorSchemeResources sets the colors of the SwipeToRefreshLayout indicator setOnRefreshListener sets what to do when layout is swiped app:layout_behavior="@string/appbar_scrolling_view_behavior" if you have a Toolbar with your layout, add this with the scrollFlags in Toolbar and the...
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.
[[details]]: Simple no-argument attribute [[details(arguments)]]: Attribute with arguments __attribute(details): Non-standard GCC/Clang/IBM specific __declspec(details): Non-standard MSVC specific
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 ...
Entities in Entity Framework can have various states that are listed by the System.Data.Entity.EntityState enumeration. These states are: Added Deleted Detached Modified Unchanged Entity Framework works with POCOs. That means that entities are simple classes that have no pr...
To make your APK file as small as possible, you should enable shrinking to remove unused code and resources in your release build.
IPython extends Python with a set of commands called magics. These are special functions whose names start with a % that are recognized by the IPython shell. Magics whose name begins with just one % take as argument the rest of the line and are called line magics. Magics that begin with a double per...

Page 205 of 428