(Henrik Loeser) If you want to build a chatbot that gets its content from a database, there is a good news. The existing tutorial “Build a database-driven Slackbot” was just updated to adapt to latest features of IBM Watson Assistant.
Other News
How to run async JavaScript functions in sequence or parallel
(James Sinclair) The async and await keywords are a great addition to Javascript. They make it easier to read (and write) code that runs asynchronously.
The History of ASP.NET – Part I
(Daniel Jimenez Garcia) The first version of ASP.NET was released 17 years ago and during these years, it is fascinating to see how the ASP.NET team constructively reacted through these years to the major shifts happening on the web. Initially a platform that was closed and tried to hide and abstrac
Rendering A List Of Mixed Components Using NgFor And NgSwitch In Angular 7.2.13
(Ben Nadel) In the vast majority of cases, when I use the NgFor directive to render a collection of data, the type of data contained within that list is uniform. However, sometimes, a single list is an aggregation of several different collections that result in a commingled set of data types.
Skip the ‘Do You Want to Run the Last Successful Build?’ Question when Debugging in Visual Studio
(Peter Vogel) When I pressed F5 to start debugging and Visual Studio found a compile-time error, nothing irritated me more than the dialog box Visual Studio popped up that asked, “There were build errors. Would you like to continue and run the last successful build?”
Node.js & MySQL CRUD — Database Connection & SQL Queries
MySQL is one of the most popular databases in the world and Node.js is a complete platform for building server side applications.
SSIS vs. Oracle GG
(Kellyn Pot’Vin-Gorman) This is the third in a series of product identifications between Oracle and Microsoft to assist those attempting to understand the similarities and differences between these essential parts of any data platform environments.
Making A List
(David Fitzjarrell) In-lists can be a convenient way to search for multiple values in a single select statement.
Calling an Oracle Function with PL/SQL BOOLEAN Type from SQL
(lukaseder) One of the most wanted features in the Oracle database is the BOOLEAN type.
SSIS Expressions for Email Addresses, Random Numbers, File Names, Round, OR and XOR Logic and More Examples using SQL Server Integration Services
(Daniel Calbimonte) I read the previous article about SQL Server Integration Services (SSIS) Expressions and was wondering what other things can be done with SSIS Expressions?
