(Lambert Evan) Why IS Java great? Check out this post to learn more about the best aspects of the Java language, including platform independence, object orientation, and APIs.
Community
Areas In Razor Pages
(Mike Brind) Support for Areas was added to Razor Pages with the release of ASP.NET Core 2.1. They have long been used in MVC applications as a way to separate logical chunks of large applications into semi-independent modules to facilitate team working etc. Here, I explore how to use areas in a Raz
2 ways to attach SQL Server database files to Linux containers
(Michael Otey) SQL Server files can be stored outside of Docker containers in host directories or volumes. Here’s how to set up SQL Server on Linux databases and attach them to containers.
Using npm During ASP.NET Core Git Deployments in Azure App Services
(K. Scott Allen) If you use npm to manage client-side dependencies for ASP.NET Core applications, and you deploy to Azure App Services using Git, then you need a way to run an npm install during deployment in App Services.
Working with Azure SQL Managed Instance using Azure CLI
(Jovan Popovic) Azure Command Line Interface (CLI) is a command line library that enables you to quickly and easily work with your Azure SQL Managed Instances. In this post, you will see some basic CLI commands that can be used with Managed Instance.
Client Side Dynamic Actions using jQuery Selectors
(Scott Wesley) Consider a data entry page where it might be nice to capitalise the first letter of a person’s name, for a number of fields.
InnoDB Cluster in a Nutshell Part 3: MySQL Shell
(Francisco Bordenave) Welcome to the third part of this series. I’m glad you’re still reading, as hopefully this means you find this subject interesting at least.
Hyper-partitioned index avoidance thingamajig
(Connor McDonald) As you can tell, I have no idea on a name for what I am about to describe. So let me start from the beginning, and set the scene for an idea I have to utilize a cool new 18c feature.
Little things worth knowing: Creating a RAC One Node database on the command line
(Martin Bach) This post is going to be super short, and mostly just a note to myself as I constantly forget how to create a RAC One database on the command line. This post is for 12.2.0.1 but should be similar on 12.1 (although I didn’t test!).
Solutions to Track Delayed SQL Server Transaction Latency
(Tim Smith) We’ve been experiencing longer transaction latency with data for our near real-time reports, which require precise times for the data to appear for the reports that we send to our clients.
