Overview In the Microsoft Bot Framework SDK v4, adapters play a key role in managing communication between your bot and various channels like Microsoft Teams, Web Chat, and Direct Line. […]

Oracle API Platform Cloud Service is a state-of-the-art P-a-a-S for API-First design and management that enables centralized design and implementation of the full API life cycle from design and standardization […]

This is a part of What is new in Oracle 20c for developers blog post series. This blog post briefly describes some new pl/sql features in Oracle 20c from a […]

This blog post enumerates on some of the new features in Oracle 20c for developers. It describes these new features (with code snippets for some of them) in two parts, […]

Lazy loading speeds up angular2 application load time by splitting it into multiple bundles, and loading them on demand. Consider an example: import {Component, NgModule} from ‘@angular/core’; import {RouterModule} from […]

The Wiki say’s, a search box or search field is a graphical control element used in computer programs, such as file managers or web browsers, and on web sites. A […]

Microsoft Office doesn’t have a theme change event in their VSTO API, so in order to detect the theme change, we need to monitor the registry key “UI Theme”. The […]

AngularJS – ng-repeat and Radio Buttons I recently had this problem where I had to select an item from a table. Nothing much, but I avoided buttons for this task […]

Using web services is a very common part of development for any iOS developer who is building a dynamic iOS application. Sometimes you may be doing everything correct, but not […]

[fusion_text]To be able to consume a WCF service, it needs to be hosted. There are multiple options to host a WCF service, and all of them comes with various advantages […]