(David Ramel) Microsoft provided updates on its flagship .NET-centric programming languages, C# and F#, during this week’s online Build developer conference.
Other News
Writing MySQL Proxy in GO for self-learning: Part 2 — decoding handshake packet
(Alexander Ravikovich) After we built a generic TCP proxy, we can continue with our journey. Today’s goal will be to understand the MySQL Protocol, receive, decode, encode and send to the client the first packet sent by the MySQL Server.
Working with the Random File Structure in C++
Implementing a random file access is a challenge, but it can be accomplished by using C++ file processing functions. As we know, C++ does not impose structure on a file; if we want to use random access to files, we must create them programmatically using tools provided by the files and streams libra
Azure DevOps Pipelines: Manual Tagging
(Eric L. Anderson) In this week’s post, we are going to cover manually tagging instead of using the tagging feature built into Azure DevOps.
Running Oracle 18c on a vSphere 7 using a Tanzu Kubernetes Grid Cluster
(Pas Apicella) Previously I blogged about how to run stateful MySQL pod on vSphere 7 with Kubernetes. In this blog post we will do the same with Oracle Database Single Instance.
Create Student User
(Michael McLaughlin) It’s amazing how old some of my students’ computers are. The oldest with least memory are the foreign students.
Oracle 19c Automatic Indexing: Mixing Manual and Automatic Indexes Part II (Stay)
(Richard Foote) In my previous post, I discussed how Automatic Indexing did not recognise there was already an existing logically equivalent manually created index and so created effectively a redundant Automatic Index.
How to find Missing Db2 for z/OS static SQL access path information from PLAN_TABLE?
(Brian Laube) There are NEW (as of Db2 for z/OS V10) SQL “EXPLAIN” statement options to get the hidden details of the actual access path instructions from the actual package (which is actually used at run time) and stuff that impossible-to-read package instruction “explanation” into the friendly-to
Speed Up Your Vue.js Single-Page App
(Dr. Matthias Sommer) Increase the performance of Vue.js applications by focusing on lazy-load components and routes and functional components.
Query Acceleration for ADLS
(James Serra) Just announced is Query Acceleration for Azure Data Lake Storage Gen2 (ADLS) as well as Blob Storage.