(Ben Nadel) Yesterday, while experimenting with recursive components in Angular 6.1.10, I was briefly confused by the fact that recursive nesting of a single component required a little bit of CSS chicanery in order to prevent CSS styling from bleeding down into descendant nodes.
Community
Including Static Resources In Razor Class Libraries In ASP.NET Core
(Mike Brind) Razor Class libraries (RCLs) were introduced in ASP.NET Core 2.1 as a way to package and distribute UI components to be referenced and consumed within a host application.
BYOK to encrypt Kubernetes secrets on IBM Cloud
(Henrik Loeser) Few days ago, it was announced that IBM Cloud Key Protect integrates with the Kubernetes Service. It means that cluster secrets such as service credentials, TLS certificate information and other confidential information can be encrypted using a managed root key.
Take Unit Testing to the Next Level With JUnit 5
(Sergio Martin) JUnit 5 is a huge improvement over previous versions. Check out this post where we explore this version and its new testing features.
SQL Server 2019 CTP 2.0 New Features – Columnstore support for sp_estimate_data_compression_savings
(Pam Lahoud) Next up for new Storage Engine area features in SQL Server 2019 is an update to the sp_estimate_data_compression_savings stored procedure to add support for both columnstore and columnstore archive compression.
Video – Database Performance Analyzer – Table Tuning Advisors
(Pinal Dave) Earlier this week, I blogged about Database Performance Analyzer – Table Tuning Advisors and I received quite a lots of request to elaborate more on the topic of Table Tuning Advisors.
Speeding Up SQL Server: Planning for One-Time Queries
(Peter Vogel) As I discussed in an earlier column, SQL Server keeps a plan cached for each query it sees (assuming the query requires planning in the first place, of course).
Modifying List of Collected Metrics on PMM Linux Exporter
(Agustín) Do you need to modify the metrics collected from Linux by Percona Monitoring and Management (PMM)? In this blog post we will see how to enable, disable, and update collected metrics on PMM’s linux:metrics exporter.
Correcting datatypes with minimal downtime
(Connor McDonald) Just a quick post here by request of an attendee of the September Office Hours.
libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4Œ
(Mohamed Azar) When we try to rebuild the forms or reports, you may get the below issues
