(Bipin Joshi) If you have read about the new features of ASP.NET core 3.0, you are probably aware that it supports gRPC, a framework for building services using Remote Procedure Call (RPC).
Other News
Understanding How to Overload Some of the Unusual Operators in C++
(Manoj Debnath) C++ enables us to overload almost all the operators barring a few. Overloading some of them is highly intuitive whereas some others are a bit tricky.
Create MySQL Test Instance with Oracle Cloud Free Tier
(Jesper Krogh) Oracle announced this week at Oracle OpenWorld that it has introduced a new cloud offer called Oracle Cloud Free Tier. As the name suggest, it allows you to run a few limited instances in Oracle Cloud for free.
Merge json files using Pandas
(Anand) Quick demo for merging multiple json files using Pandas –
DDL invalidates your SQL right ?
(Connor McDonald) I stumbled upon this post by optimizer guru Nigel Bayliss last week, so please have a read of that first before proceeding. But I wanted to show a simple demo of how management of cursors continues to improve with each version of the database.
Why is it Important to do Research Before Upgrading?
(Liron Amitzi) One of my client is on 12.1 and since the support for 12.1 has ended we started planning the upgrade of this database.
19c DML redirection and Far Sync Performance
(Pieter Van Puymbroeck) The 19c DML redirection is one of the key features in Active Data Guard 19c. This means that a lot of questions are coming to my e-mail for this one.
SQL SERVER – Drop Multiple Columns from a Single Table
(Pinal Dave) Recently, while working with a client, we determined that they have many unused indexes and unused columns in their table. I worked along with them doing a Comprehensive Database Performance Health Check.
Encryption/Decryption JS/C# – Encrypt, decrypt and securely hash with Scrypt between .NET Core and JavaScript
(Member 14634693) A library to encrypt / decrypt with AES (Rijndael) between C# Net Core and JavaScript
How to execute a SQL batch multiple times with GO
(Jack Vamvas) Question: I’d like to execute a batch sql statement through SQL Server management studio multiple times and avoid using a loop statement or other similar constructs .
