Tutorial by Topics: n

SCENARIO: ASP.NET Core background Angular 2 Front-End Angular 2 Components using Asp.net Core Controllers It way can implement Angular 2 over Asp.Net Core app. It let us call MVC Controllers from Angular 2 components too with the MVC result View supporting Angular 2.
Progress Bars are an integral part of user experience and helps users get an idea on the time left for a given process that runs on the GUI. This topic will go over the basics of implementing a progress bar in your own application. This topic will touch lightly on QThread and the new signals/slots ...
How to iterate over a simple JSON object and save a lot of typing You need to have Node.js and Pug installed
A preview of the difference between pug code and the generated markup Pug makes possible to write HTML in a simplest way, using a clean, whitespace sensitive syntax.
PHP Exceptions are thrown when an unprecedented event or error occurs. As a rule of thumb, an exception should not be used to control the application logic such as if-statements and should be a subclass of the Exception class. One main advantage of having all exceptions caught by a single class is...
With XAMPP you can install a web server on your local pc. It has an Apache web server, the database MariaDB (MySQL) and works with Perl and PHP. After the installation you are able to run and debug e.g. content management systems like WordPress on your local pc. You can use it with Windows, Linux...
Functional programming decomposes a problem into a set of functions. Ideally, functions only take inputs and produce outputs, and don’t have any internal state that affects the output produced for a given input.below are functional techniques common to many languages: such as lambda, map, reduce. ...
This section provides an overview of what identityserver3 is, and why a developer might want to use it. It should also mention any large subjects within identityserver3, and link out to the related topics. Since the Documentation for identityserver3 is new, you may need to create initial versio...
The Azure Bot Service provides an integrated environment that is purpose-built for bot development, enabling you to build, connect, test, deploy and manage intelligent bots, all from one place. You can write your bot in C# or Node.js directly in the browser using the Azure editor, without any need f...
As the name suggests, this uses attributes to route. This gives the user more control over the URI's in the WebAPI. For example, you can describe hierarchies of the resource. However, the earlier 'Conventional Routing' is fully supported. Users can have a mixture of both too. [RoutePrefix(&quo...
Unit Testing in general gives additional safety to a product to prevent issues when modifying/adding features. A safety net that says "EVERYTHING STILL WORKS". Unit Tests do not replace in any way the actual user tests that a proper QA can do. In this document we will base the examples on...
After MySQL 5.7, when we install MySQL sometimes we don't need to create a root account or give a root password. By default when we start the server, the default password is stored in the mysqld.log file. We need to login in to the system using that password and we need to change it. Recoverin...
This section provides an overview of what omnet++ is, and why a developer might want to use it. It should also mention any large subjects within omnet++, and link out to the related topics. Since the Documentation for omnet++ is new, you may need to create initial versions of those related topi...
It's important to be able to use server-side variables in your website. Pug allows you to interpolate data generated by your server in HTML, CSS, and even JavaScript code. res.render(path, variables) // Searches for a pug file to render at path "path", and passes "variables&quot...
Apple Documentation on WatchKit (through API Reference): https://developer.apple.com/reference/watchkit Getting familiar with Xcode: Xcode Interface

Page 286 of 329