Tutorial by Topics: d

This section provides an overview of what asp.net-identity is, and why a developer might want to use it. It should also mention any large subjects within asp.net-identity, and link out to the related topics. Since the Documentation for asp.net-identity is new, you may need to create initial vers...
This section provides an overview of what vscode is, and why a developer might want to use it. It should also mention any large subjects within vscode, and link out to the related topics. Since the Documentation for vscode is new, you may need to create initial versions of those related topics. ...
func (enc *base64.Encoding) Encode(dst, src []byte) func (enc *base64.Encoding) Decode(dst, src []byte) (n int, err error) func (enc *base64.Encoding) EncodeToString(src []byte) string func (enc *base64.Encoding) DecodeString(s string) ([]byte, error) The encoding/base64 package contains...
VersionStandardRelease YearPOSIX.1IEEE Std 1003.1-19881988-01-01POSIX.1bIEEE Std 1003.1b-19931993-01-01POSIX.1cIEEE Std 1003.1c-19951995-01-01POSIX.2IEEE Std 1003.2-19921992-01-01POSIX.1-2001IEEE Std 1003.1-20012001-12-06POSIX.1-2004IEEE Std 1003.1-20042004-01-01POSIX.1-2008IEEE Std 1003.1-2008 (...
XAML is used in Silverlight, Windows Phone, Windows RT and UWP apps. Sharing code or converting code between these is sometimes harder than desirable due to subtle differences between the various XAML dialects. This topic strives to give an overview of these differences with a short explanation. ...
The annotations package includes a number of useful metadata annotations you can decorate your own code with, to help catch bugs. Just add the dependency in the build.gradle file. dependencies { compile 'com.android.support:support-annotations:25.3.1' }
For HTML lists see html-list. The current list tag-info also mentions a lot about lists of expressions joined by logical (short-circuiting) operators. Lists are a construct provided by, or created in, many programming languages and environments (especially if they provide generics) grouping same...
Goes above methods, fields, classes or packages. Starts with /** Each line has an starting * proceding with the comments Ends with */ ParameterDetailsClass specific_@constructor detailExplains the main constructor of the classMethod specific_@return detailDetails about what is returned on...
This section provides an overview of what excel-formula is, and why a developer might want to use it. It should also mention any large subjects within excel-formula, and link out to the related topics. Since the Documentation for excel-formula is new, you may need to create initial versions of t...
Because regular expressions are limited to either a regular grammar or a context-free grammar, there are many common misuses of regular expressions. So in this topic there are a few example of when you should NOT use regular expressions, but use your favorite language instead. Some people, when...
There are two general ways of specifying HOW Entity Framework will map POCO classes to database tables, columns, etc.: Data Annotations and Fluent API. While Data Annotations are a simple to read and understand, they lack of certain features such as specifying the "Cascade on Delete" b...
Sinatra is a simple Ruby DSL for quickly creating web applications. It has built in features for routing, using templates, serving static files, helpers, error handling and many other topics. http://www.sinatrarb.com/intro.html VersionRelease Date2.0.0beta22016-08-222.0.0beta12016-08-221.4.7...
This example shows a practical end to end example of creating a PayPal future payment from an Android device, using a Node server.
Higher Order Functions are functions that take functions as parameters and/or return functions as their return values.

Page 88 of 221