Tutorial by Topics: co

.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible d...
A UIAlertController object displays an alert message to the user. This class replaces the UIActionSheet and UIAlertView classes for displaying alerts. After configuring the alert controller with the actions and style you want, present it using the presentViewController:animated:completion: ...
Apache Cordova is used to create Mobile apps with HTML, CSS & JS. Apache Cordova targets multiple platforms with one code base. Apache Cordova is Free and open source. Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms. ...
ParameterDetails=For using two-way data binding. This means that if you update that variable in your component scope, the change will be reflected on the parent scope.<One-way bindings when we just want to read a value from a parent scope and not update it.@String parameters.&For callbacks i...
This section provides an overview of what coldfusion is, and why a developer might want to use it. It should also mention any large subjects within coldfusion, and link out to the related topics. Since the Documentation for coldfusion is new, you may need to create initial versions of those rela...
You can find a good explanation on why other methods are discouraged/inaccurate here : http://stackoverflow.com/a/11169920/4628637
While Python's context managers are widely used, few understand the purpose behind their use. These statements, commonly used with reading and writing files, assist the application in conserving system memory and improve resource management by ensuring specific resources are only in use for certain ...
CodeIgniter is a MVC framework written in, and for, PHP. It is lightweight compared to other MVC frameworks out there, at the cost of having less functionality, e.g. there is no built in authentication system which might be a part of other frameworks. CodeIgniter is a good choice of frameworks f...
This section provides an overview of what sitecore is, and why a developer might want to use it. It should also mention any large subjects within sitecore, and link out to the related topics. Since the Documentation for sitecore is new, you may need to create initial versions of those related to...
This section provides an overview of what kentico is, and why a developer might want to use it. It should also mention any large subjects within kentico, and link out to the related topics. Since the Documentation for kentico is new, you may need to create initial versions of those related topic...
The Go compiler can produce binaries for many platforms, i.e. processors and systems. Unlike with most other compilers, there is no specific requirement to cross-compiling, it is as easy to use as regular compiling. GOOS=linux GOARCH=amd64 go build Supported Operating System and Archite...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. The following characteristics best define .NET Core: Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Cross-platform: Runs on Windows,...

Page 5 of 62