(Andrew Lock) In my previous post I described how to configure Serilog’s RequestLogging middleware to create “summary” logs for each request, to replace the 10 or more logs you get from ASP.NET Core by default.
Author: SSWUG Research
Guru Classic: Don’t Ignore the View
(Paul Tuohy) I recently had a discussion with some of my colleagues about the increased use of Data Definition Language (DDL) in SQL to define a database as opposed to traditional DDS.
Encrypting passwords with Python Scripts in SQL Notebooks of Azure Data Studio
(Rajendra Gupta) This article explores the Python scripts for encrypting and decrypting passwords in SQL Server using Azure Data Studio SQL Notebooks.
Using reCAPTCHA with Golang
(John Pili) Google’s reCAPTCHA is one of the tool we can use to stop malicious internet bots from abusing our web applications.
Logging in Entity Framework Core
(Joydip Kanjilal) Entity Framework Core (EF Core) is an open source, lightweight, cross-platform and extensible version of Microsoft’s popular ORM called Entity Framework. EF Core runs on top of the .NET Core runtime and can be used to model your entities much the same way you do with Entity Framewo
Oracle wait event ‘log file parallel write’ change
(Frits Hoogland) This post is about a change in how the time is measured for the event ‘log file parallel write’.
APP-FND-00706: Routine FDFADF: Detected a data error
(Mohamed Azar) During Payment voucher creation, users getting the below issue.
Data Vault Queries and Join Elimination
(Dani Schnider) If you work with Data Vault for a data warehouse running in an Oracle database, I strongly recommend to use Oracle 12.2 or higher.
Upgrading from MySQL 5.7 to 8.0 on Windows
(Frederic Descamps) As you may know, I’m using MySQL exclusively on GNU/Linux. To be honest for me it’s almos 20 years that the year of Linux on the desktop happened. And I’m very happy with that.
Using A Closure To Encapsulate Depth-First Tree Traversal In Lucee CFML 5.3.3.62
(Ben Nadel) In my last couple of Lucee CFML posts, I’ve looked at using a while loop to recursively iterate over a tree structure without creating a deep (and expensive) call-stack. I’ve done this using both a breadth-first algorithm and a depth-first algorithm.
