(Michael Gledhill) In this tutorial, I’ll show you how to get started with using agGrid with Angular, and explain how to get around the frustrating pieces that are missing.
Other News
Sending mail messages from SQL Server
(Eric Blinn) I need my SQL Server T-SQL program to send an email message. What options are available to send email from SQL Server?
What’s the Best Way to Enable (And Test) Encryption at Rest in RDS?
(Mike Benshoof) The other day on a call, a client asked me an interesting question. We were discussing some testing they were doing in Amazon Relational Database Service (RDS).
Drawing with FabricJS and TypeScript Part 1: Intro, Goals and Setup
(Matthew Jones) Given how often I’ve mentioned it recently, my dear readers, you are probably aware that my team and I have been working on a new project.
Monitoring an ASP.NET Web Application with Automated Actions using Azure Monitor
(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
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.