(Christian Nagel) Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods can be used, and dependency injection using Microsoft.Extensions.DependencyInjection is built-in.
Community
Creating a Magnifier in .NET, Part 2: Making It Work
(Hannes DuPreez) In the previous installment, “Creating a Magnifier in .NET, Part 1: Structure,” we created the structure for this project. We set up the Methods and Properties needed. If you have not read Part 1 yet, please do so before continuing.
Visual Studio 2019 16.3 Preview 3 Focuses on F#, Features Experimental Terminal
(David Ramel) You have to manually enable it, but an early look at a new Terminal is available in the third preview of Visual Studio 2019 16.3, along with many F# enhancements, IntelliCode improvements and much more.
MySQL Replication with ProxySQL on WHM/cPanel Servers: Part One
(Ashraf Sharif) WHM and cPanel is no doubt the most popular hosting control panel for Linux based environments. It supports a number of database backends – MySQL, MariaDB and PostgreSQL as the application datastore.
impdp with parameter ‘cluster and parallel’ for a RAC Cluster
(SPA) For using the „parallel“ parameter during an import (impdp) on a Oracle RAC Cluster you need to prepare your environment.
Did You Know #30 – Order in a Predicate
(Liron Amitzi) I’ve known this for a while but never wrote about it. In KScope19 I attended a session by Alex Nuijten and during the session he asked a question about LIKE predicate that reminded me this, so here it is.
Liquibase and SQLcl
(Jeff Smith) I haven’t had time to talk about this as much as I would like to here, but I at least have some slides I can share.
SQL SERVER – Patch Install Rule Error – Not Clustered or the Cluster Service is Up and Online
(Pinal Dave) As they say, there are many ways to bell a cat. But in my consulting career, I have seen the same error due to multiple causes.
Tmdb: A Caching Wrapper for The Movie Database
(honey the codewitch) While experimenting with my JSON libraries and building some new code around them, I decided to make a real world use case by plugging them into the content at themoviedb.org and accessing their API using the provided JSON/REST interface.
When Did SQL Server Start (Database Engine Start Time)
(Amit Bansal) In this video, you will see how you can find the elapsed time in milliseconds since SQL Server process started.
