(Corrado Pandiani) This is the second part of a two-articles series. In the first part, we introduced the Common Table Expression (CTE), a new feature available on MySQL 8.0 as well as Percona Server for MySQL 8.0.
Author: SSWUG Research
Static Factory Methods vs Constructors In C#
(Gustav) Recently while pair programming with a colleague, we got into discussing the best way to initialize new objects in C#. I’ve always just implemented constructors and left it at that, while he tended to favour static factory methods.
Creating an endpoint from multiple middleware in ASP.NET Core 3.x
(Andrew Lock) In a recent post I discussed the changes to routing that come in ASP.NET Core 3.0, and how you can convert a “terminal” middleware to the new “endpoint” design.
REST Commands and Queries in VS Code
(Steve Smith) Recently in one of our great devBetter discussions, Rick Hodder (go follow him now) shared a cool extension for VS Code. Basically, it lets you turn VS Code into a REST client. Think of it like a combination of Postman and Azure Data Studio (or LinqPad or SSMS if you prefer).
How to Create a Physics-based 3D Cloth with Cannon.js and Three.js
(Arno Di Nunzio) Learn how to create a physics-based 3D cloth with Cannon.js and Three.js and use simplex noise to create a wind effect.
Red Hat OpenShift and IBM Cloud Paks on IBM Power Systems: Volume 1
(Dino Quintero, Daniel Casali, Ricardo Dobelin Barros, Luis Ferreira, Alain Fisher, Federico Fros, Luis Daniel Gonzalez, Miguel Gomez Gonzalez, Mahesh Gurugunti, Nicolas Joly, Boris Litichevsky, Gabriel Padilla, Sudipto Pal, Rogelio Rivera Gutierrez, Bogdan Savu, Ismael Solis Moreno, Richard Wale) T
I have done it ‘Oracle Cloud’
(Stefan) Yes, and the „never ending story Oracle“, goes on
ORA-27090: Unable to reserve kernel resources for asynchronous disk I/O
(Satishbabu Gunukula) User may receive below error when connecting to Database, I have encountered this issue in various versions of Oracle such as 10g, 11g, 12c and 19c.
18c versus 19c
(Connor McDonald) I had someone say to me at an event recently: “We’re are going to upgrade to 18c, because 19c is new and is probably less stable”.
Use SQLMap to Connect Directly to Azure SQL Database
(Thomas LaRock) I’ve written before about using sqlmap to perform sql injection testing against a website. It is also possible to use sqlmap to connect directly against a database.
