Tutorial by Topics: m

The ByRef and ByVal modifiers are part of a procedure's signature and indicate how an argument is passed to a procedure. In VBA a parameter is passed ByRef unless specified otherwise (i.e. ByRef is implicit if absent). Note In many other programming languages (including VB.NET), parameters are impl...
Kendo MVVM is one of the JavaScript MVVM framework. It is the implementation of the MVVM pattern. It create a definition for the data that we want to display and manipulate (the Model), the HTML markup that create structure for overall web page (the View), and the JavaScript code that handles user ...
module Module; ...; end using Module import Module
This section provides an overview of what semantic-ui is, and why a developer might want to use it. It should also mention any large subjects within semantic-ui, and link out to the related topics. Since the Documentation for semantic-ui is new, you may need to create initial versions of those r...
Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments. You can download the software onto your own web server. Moodle is built by the Moodle project which is led and ...
<element [variableName]="value"></element> //Declaring input to child when using @Input() method. <element (childOutput)="parentFunction($event)"></element> //Declaring output from child when using @Output() method. @Output() pageNumberClicked = new Ev...
This section provides an overview of what microcontroller is, and why a developer might want to use it. It should also mention any large subjects within microcontroller, and link out to the related topics. Since the Documentation for microcontroller is new, you may need to create initial version...
It can be argued that MVC and related patterns are actually software architecture patterns rather than software design patterns.

Page 106 of 161