(Andrejus Baranovskis) This is next post related to Oracle Offline Persistence Toolkit. Check my previous writing on same subject – Implementing Handle Patch Method in JET Offline Toolkit.
Community
IBM Offers AI-Assisted SQL Tuning
(Lockwood Lyon) A new separately-priced software offering from IBM on z/OS systems uses machine learning and artificial intelligence to assist the Db2 Optimizer in choosing high-performance access paths for SQL statements.
Easily Apply Sorting for DataTables.js in C#
(Stefan Vincent Haug) I recently started using https://datatables.net/ for my front-end development and quickly discovered that writing switch statements and for-each loops to handle the sorting requirements just wasn’t good enough.
How to create a graph table in SQL Serevr 2017
(Jack Vamvas) Question: How do I create a graph table in SQL Server 2017?
Giant Azure SQL Databases
(blobeater) Okay it is not really called Giant Azure SQL Database but its close. There is a new public preview vCore service tier called Hyperscale.
Introducing Watson Studio
(David Shirey) Watson Studio, as opposed to the APIs that we have been looking at for a couple of years, which have a single focus and perform just one sort of task, is actually more of an environment, an environment where you can work on various things and do a broad range of activities.
Top 10 Node.js Debugging Tips to Debug Like a Pro
(Lou Bichard) Whilst this tweet is painfully relatable, it also saddens me. This goes to show there are so many Node.js developers out there who are debugging their applications the caveman way.
Unit Testing Angular Components
(Ravi Kiran) In this tutorial, we will see how to use Angular CLI to set up the environment for unit testing and then show how to test Angular components in that environment.
List Down Your Google Drive Files Using .NET
(Tapas Pal) The Google Drive platform provides a list of APIs, along with client libraries, language-specific examples, and documentation for developers to integrate Drive functionalities with Web and Mobile applications. Core functionalities of Google Drive are to download and upload.
How can I programmatically inspect and manipulate a registry hive file without mounting it?
(Raymond Chen) Say you have a registry hive file. One way to inspect and manipulate its contents is by calling the RegLoadKey function to mount it in the registry and then use the normal registry operations.
