(Michael Shpilt) There are many ways to communicate between a C# client and a C# server. Some are robust, others not so much. Some are very fast, others aren’t.
Community
Understanding Dependency Injection in .NET Core
(Andrea Chiarelli) TL;DR: Dependency Injection is one of the most known techniques that help you to create more maintainable code. .NET Core provides you with extensive support to Dependency Injection, but it may not always be clear how to apply it.
IBM Spectrum LSF Suite: Installation Best Practices Guide
(Dino Quintero, Mark Black, Ahmad Hussein, Bill McMillan and John Welch) This IBM Redpaper publication documents IBM Spectrum LSF Suite best practices installation topics, application checks for workload management, high availability configurations, using theoretical knowledge and hands-on exercises
Data Masking in Percona Server for MySQL to Protect Sensitive Data
(Zsolt Parragi) Starting with Percona Server for MySQL 8.0.17, Percona Server ships with a data masking plugin, using the same API as the MySQL Enterprise Masking and De-identification feature.
Run SSIS Packages with Azure Data Factory in a Cost Effective Way
(Fikrat Azizov) Azure Data Factory (ADF), is a great tool to schedule and orchestrate cloud activities. Although ADF has many features to cover various data integration needs, it is not as flexible as its on-premises predecessor, SQL Server Integration Services (SSIS).
Integrating Vue.js V4 in ASP.NET Core 3.1 MVC & File Uploading using Dropzone
(HR Rony) We’re used to transferring a file through the browser on the website from the user’s computer/system to a different server. This process is known as file uploading.
Sending Power BI Alerts To Users Via Teams Using Power Automate And Adaptive Cards
(Chris Webb) A few months ago my esteemed colleague Patrick LeBlanc published a great video showing how you could use Power Automate (formerly known as Microsoft Flow) to send an email when a Power BI alert is triggered.
Migrating Oracle Exadata Workloads to Azure
(Kellyn Pot’Vin-Gorman) I know, I know- there’s a number of you out there thinking-
How To Test Data Guard Fast-Start Failover By Shutting Down Standby Server
(Michael Dinh) This post will demonstrate the procedure for testing Oracle Data Guard Fast-Start Failover by shutting down the server where the standby database is running from.
5 Minutes Demo: Using Liquibase in SQLcl to version Oracle Database
(Jeff Smith) I previously talked about our new Liquibase support in SQLcl, so you may want to start there if it’s brand new to you.