(Ashraf Sharif) Monitoring is a concern for containers, as the infrastructure is dynamic. Containers can be routinely created and destroyed, and are ephemeral. So how do you keep track of your MySQL instances running on Docker?
Community
Remove duplicate from APEX collection
(Scott Wesley) One of my favourite SQL analytic functions is row_number(), and I’ve used it in the past to identify, then remove duplicates.
#Exasol Database whoami
(Uwe Hesse) This little script displays some useful meta-information:
Supporting both Local and Windows Authentication in ASP.NET Core MVC using IdentityServer4
(Damien Bowden) This article shows how to setup an ASP.NET Core MVC application to support both users who can login in with a local login account, solution specific, or use a windows authentication login.
MySQL Shell: Using External Python Modules
(Jesper Krogh) MySQL Shell is a great tool for working with MySQL. One of the features that make it stand out compared to the traditional mysql command-line client is the support for JavaScript and Python in addition to SQL statements.
Advanced SoapUI: Mocking a Async Request Response Service supporting WS-Addressing
(Martien van den Akker) Lately, I sat down with my appreciated colleague Frank, prepping for a SoapUI/ReadyAPI training due next week. After having solved some issues he had, we agreed upon designing an advanced lab.
Deciding Between Editions of SQL Server for Production
(Daniel Farina) You’re asked to run a project that uses SQL Server as the database engine in your production environment with the least cost as possible. You know there are different editions of SQL Server, but how do you choose the right edition to make sure you have the needed features and keep th
How To Dynamically Load Employee Details In jQuery Popover Using MVC 5
(Farhan Ahmed) In this article, I will demonstrate how to dynamically load employee details using MVC 5 and Entity Framework. I will also load employee details in bootstrap popover based on their Id and will also use jQuery data table for searching, sorting, and paging.
How do you setup Disaster Recovery for people?
(Denny Cherry) Normally large companies invest in Business Continuity (BC) sites, hardware, and people to keep companies up and running in the event of a disaster.
Using .NET Hardware Intrinsics API to accelerate machine learning scenarios
(Brian Lui) Hello everyone! This summer I interned in the .NET team, working on ML.NET, an open-source machine learning platform which enables .NET developers to build and use machine learning models in their .NET applications. The ML.NET 0.6 release just shipped and you can try it out today.
