(Hannes DuPreez) Welcome to my article. Today, I would like to talk about using the FileSystemWatcher in .NET.
Community
Suppressing Events in Blazor and ASP.NET Core Version 3.1
(Peter Vogel) ASP.NET Core Version 3.1 adds some new features for managing events in Blazor. You may think you’ll never need them, but there may be a time when you’ll be glad to know about at least one of them.
Re-Slaving a Crashed MySQL Master Server in Semisynchronous Replication Setup
In a MySQL 5.7 master-slave setup that uses the default semisynchronous replication setting for rpl_semi_sync_master_wait_point, a crash of the master and failover to the slave is considered to be lossless.
Installing Nginx
(Bobby Curtis) With Oracle GoldenGate Microservices, you have the option of using a reverse proxy or not. In reality, it is a best practice to install the recommended reverse proxy for the architecture. The main benefit here is the security aspect of using it.
Oracle Cloud Infrastructure Functions and Project Fn – Retrieving Headers, Query Parameters and other HTTP Request elements
(Lucas Jellema) Functions on Oracle Cloud Infrastructure are implemented using Project Fn. A function runs in Docker container. This container has a runtime (for example for Java, Go, Python, Node) and a minimal handler to handle an HTTP request and turn it into a call to the function.
Disable fast_start failover
(mdinh) If you recalled, observer was started from ol7-121-dg1 which was standby at the time and is now primary after failover.
SQL SERVER 2019 – How to Turn On or Enable Instant File Initialization?
(Pinal Dave) Learning never stops with SQL Server. In this blog, we would find new ways to find information. In this blog, we would see the current setting of instant file initialization and how to make the modification.
File Upload using ASP.NET Web API And ReactJS
(Sanwar Ranwa) In this tutorial, we will learn how to upload files, Images or Videos using Asp.net Web API and ReactJS. ReactJS is an open-source JavaScript library used for creating user interfaces, particularly for SPA.
Using Alerts and Operators in SQL Server
(Kenneth Igiri) With all the advancements in SQL Server and data, it feels great that such native SQL tools as Alerts and Operators are still available.
Common Things Admins Miss in Azure SQL DB
(blobeater) This is by no means a complete list but more of a personal list of features I have seen not setup or just missed out when looking at Azure SQL DB.