(Subodh Sohoni) This tutorial demonstrates how to use Azure Monitor. We are going to study a case of an ASP.NET application that is already deployed. Using Azure Monitor service, we will monitor the application for any bugs or misbehaviour as well as monitor the performance counters of the hosting e
Community
Create A TypeScript Class To Invoke ASP.NET Core Web API
(Bipin Joshi) In the previous part of this series you learned about TypeScript functions. Now it’s time to peek into some more interesting features. To that end this part discuses three of them – interfaces and classes.
Automatic Indexing in Oracle 19c Autonomous Database
(Nimish Garg) With Oracle Database 19c, The Automatic Indexing feature automates the index management by allowing Oracle Database to automatically create, rebuild and drop indexes based on application workload.
ORDS 101 Video and Slides
(Jeff Smith) In this video, I spend 40 minutes talking HTTP, REST, & JSON and how Oracle REST Data Services takes advantage of all of this for delivering RESTful Services for an Oracle Database.
Fresh install: Autonomous Health Framework for single instance Oracle 19c
(Martin Bach) I have been deploying Tracefile Anlyzer (TFA) to every system I’m looking after, whenever possible.
Practical RPG: Encapsulating Your Data with Extension Files, Part 4
(Joe Pluta) Over the last three articles (parts 1, 2, and 3), we’ve worked to encapsulate your extension files, but until now it’s been work without a lot of clear benefit.
Understanding Classic Java Garbage Collection
(Ben Evans) In Java 8, the default garbage collector for the HotSpot VM for the old generation is called ParallelOld. In Java 11, this default has been changed to the G1 collector instead.
What is (local)?
(Kenneth Fisher) When connecting to a SQL Server instance sometimes you’ll see (local), localhost or even just a single period (hard to display here in an obvious way).
How to implement Data-Driven Apps – Using many Single Purpose Database or with a single Converged Database?
(Maria Colgan) There is an on-going debate in our community about the best approach for developing cloud-native or data-driven apps.
Our first Zowe Desktop App
(Roy Boxwell) Are you interested in writing a zowe desktop application?