(Lauren Moran) In the years leading to 2020, public cloud databases were commonly seen as “dev/test” environments for applications living on-premises.
Community
Java Thread Synchronization and Concurrency Part 1
(Sunil P V) In this article, we begin a two-part series on thread synchronization in Java in order to better understand Java’s memory model.
Using Anti-Forgery Tokens in ASP.NET Core Razor Pages
(Matthew Jones) My team’s exploration of ASP.NET Core and Razor Pages continues, and now we come to something that I was very used to doing in ASP.NET MVC, but hadn’t done at all in Core: using anti-forgery tokens and validation.
Centering An Image Annotating Using GraphicsMagick And Lucee CFML 5.2.9.31
(Ben Nadel) At InVision, when a user leaves a comment in a prototype, we generate a “context image” for that comment to use in the header of an outgoing notification email. Currently, that context image is generated using ColdFusion’s native CFImage functionality.
What’s New for .NET, Mobile, C++ and Debugging in Visual Studio 2019 v16.5
(David Ramel) Microsoft released Visual Studio 2019 version 16.5 with new features for .NET, C++, debugging and many more areas.
Requirements on NDB Cluster 8.0
(Mikael Ronstrom) In this blog I am going to go through the most important requirements that NDB Cluster 8.0 is based on. I am going to also list a number of consequences these requirements have on the product and what it supports.
How to Load Multiple Files in Parallel in Azure Data Factory – Part 1
(Koen Verbeeck) At our company we’re using Azure Data Factory as the orchestrator for our data pipelines in Azure. We need to load flat files from various locations into an Azure SQL Database. The schema of the flat files can change per type of file and even the delimiter changes sometimes.
Working with Shared Files in Remote Server using SMB in Java
(Benktesh Sharma) This is a demonstration of a use case where an application needs to interact with shared files in Windows server machines using a simple Java application.
Upgrade Oracle Enterprise Manager (OEM) 13.4
(Skant Gupta) We are going to upgrade from OEM 13.3 to OEM 13.4 with repository database 12.2.0.1.
Blazor by Example – A dismissable banner
(Jon Hilton) There are some components you end up building time and again, for all kinds of different web applications.