Tutorial by Topics: as

case class Foo() // Case classes with no parameters must have an empty list case class Foo(a1: A1, ..., aN: AN) // Create a case class with fields a1 ... aN case object Bar // Create a singleton case class
in ember-concurrency the extra setting of error is a work around to prevent thrown exceptions from bubbling up to Ember's onerror (since it is meant to be handled in the template). There is a feature request to handle this better.
Units at Runtime Units of Measure are used only for static checking by the compiler, and are not available at runtime. They cannot be used in reflection or in methods like ToString. For example, C# gives a double with no units for a field of type float<m> defined by and exposed from an ...
This section provides an overview of what asp.net-web-api is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api, and link out to the related topics. Since the Documentation for asp.net-web-api is new, you may need to create initial version...
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology. The default server-side scripting language for ASP ...
A class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).A class is a blueprint for an object. It is used as a model to define the structure of objects. An object contains ...
AttributeDescriptionheightSpecifies the canvas heightwidthSpecifies the canvas width This tag is not compatible with versions of Internet Explorer less than 9. Check caniuse.com for browser compatibility. canvas is only a container for graphics, and the actual drawing of graphics is done by J...
This section provides an overview of what x86 is, and why a developer might want to use it. It should also mention any large subjects within x86, and link out to the related topics. Since the Documentation for x86 is new, you may need to create initial versions of those related topics.
When using CBV we often need to know exactly what methods we can overwrite for each generic class. This page of the django documentation lists all the generic classes with all of their methods flattened and the class attributes we can use. In addition, Classy Class Based View website provides th...
This section provides an overview of what couchbase is, and why a developer might want to use it. It should also mention any large subjects within couchbase, and link out to the related topics. Since the Documentation for couchbase is new, you may need to create initial versions of those related...
(function name) ; retrieves the function object of that name #'name ; syntactic sugar for (function name) (symbol-function symbol) ; returns the function bound to symbol (funcall function args...) ; call function with args (apply function arglist) ; call function with arguments given in a list...
# Only replace email addresses <[email protected]> <[email protected]> # Replace name by email address Contributor <[email protected]> # Merge multiple aliases under one name and email # Note this will not associate 'Other <[email protected]>'. Contributor <pr...
Assert.ArgumentCondition(bool condition, string argumentName, string message) Assert.ArgumentNotNull(object argument, string argumentName) Assert.ArgumentNotNull(object argument, Func<string> getArgumentName) Assert.ArgumentNotNullOrEmpty(ID argument, string argumentName) Assert.Argument...
Violations of aliasing rules and of violating the effective type of an object are two different things and should not be confounded. Aliasing is the property of two pointers a and b that refer to the same object, that is that a == b. The effective type of a data object is used by C to de...

Page 4 of 40