Tutorial by Topics: n

A soon as application have several pages/screens, a way of navigating among them is needed. With UWP applications, the navigation is handled by the [Frame][1] control. It displays [Page][2] instances, support the navigation to new pages and keep an history both for backward and forward navigation ...
C++/CLI is a Microsoft-specific dialect of C++ which interoperates well with .NET. Originally, it was envisioned as the "most powerful" of .NET languages and included designer support for WinForms applications. However, new development on C++/CLI has all but ceased, and Microsoft now ...
This section provides an overview of what mqtt is, and why a developer might want to use it. It should also mention any large subjects within mqtt, and link out to the related topics. Since the Documentation for mqtt is new, you may need to create initial versions of those related topics.
Input and Output in scheme is usually handled trough ports. A port is a data structure which is used to interact with the world outside Scheme. A Port isn't limited to files but can be used to read/write to sockets. In some ways, the port object is some kind of universal object that can not onl...
COMMMENT main purpose is to define or change a comment on database object. Only a single comment(string) can be given on any database object.COMMENT will help us to know what for the particular database object has been defined whats its actual purpose is. The rule for COMMENT ON ROLE is that you m...
This section provides an overview of what automation is, and why a developer might want to use it. It should also mention any large subjects within automation, and link out to the related topics. Since the Documentation for automation is new, you may need to create initial versions of those rel...
The data.table package has undergone a number of changes and innovations over time. Here are some potential pitfalls that can help users looking at legacy code or reviewing old blog posts.
A notorious common question is "how to send notifications from device to device", sadly the answer is: you can't. FCM needs to be triggered in order to send push notifications. That can be done in 3 different ways: Directly in the Firebase web console Setting a Firebase Functions li...
Examples on how to save the created Excel sheet to the Disk or send it to the Browser.
This document covers TCP/IP networking, network administration and system configuration basics. Linux can support multiple network devices. The device names are numbered and begin at zero and count upwards. For example, a computer with two NICs will have two devices labeled eth0 and eth1.
This section provides an overview of what amazon-cloudformation is, and why a developer might want to use it. It should also mention any large subjects within amazon-cloudformation, and link out to the related topics. Since the Documentation for amazon-cloudformation is new, you may need to cre...
This Simple Google App Web Script (Standalone) allows Google Drive to be repeated polled for files to be downloaded to the user's local PC. Shows how to use one app script to provide the function of both the: 1. User interface (a simple one in this example) 2. The file download page. For a fu...
Instance method are methods that are specific to particular classes. Instance methods are declared and defined followed by - (minus) symbol. Class methods can be called by class name itself .Class methods are declared and defined by using + (plus)sign . -(void)testInstanceMethod; //Class meth...
fastlane is a tool for iOS, Mac, and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application. Docs: https://docs.fastlane.tools/ Source Code: https://github.com/fastlane/fastlane
This section provides an overview of what vert.x is, and why a developer might want to use it. It should also mention any large subjects within vert.x, and link out to the related topics. Since the Documentation for vert.x is new, you may need to create initial versions of those related topics....
How to style Cells with font types, background color, border styles etc.

Page 248 of 329