(Andrejus Baranovskis) Ever wondered how to intercept ADF table column show/hide event from ADF Panel Collection component? Yes, you could use ADF MDS functionality to store user preference for table visible columns.
Community
Refreshing Materialized Views (mv_refresh)
(Skant Gupta) To upgrade from Oracle 11gR2 to Oracle 18c/19c, we need to refresh materialized views.
Partitioning — 14 : Converting a non-Partitioned Table to a Partitioned Table
(Hemant K Chitale) Pre-12cRelease2, there were only three methods to convert a non-Partitioned Table to a Partitioned Table
How To Insert Multiple Data Using Reactive Form In Angular 7
(Puneet Kankar) In this article, we will learn how to insert multiple data items using Reactive Forms in Angular. We will build a demo application for easy understanding.
The Curiously Large CASE Statement
(Jason Brimhall) A powerful little expression in SQL Server is the CASE statement. The CASE statement has the ability to “transform” data per business rules to help better understand the data in a given query.
Azure SQL Database Performance Tuning Options
(Tim Radney) Azure SQL Database is Microsoft’s database-as-a-service offering that offers a tremendous amount of flexibility and security and, as part of Microsoft’s Platform-as-a-Service, gets to take advantage of additional features.
Finding Tables with Few Dependencies
(Michael J. Swart) A couple weeks ago, I wrote about how to find lonely tables in Sql Server. This is a follow up to that post.
It’s Not Your Father’s AI
(David Shirey) If you’ve been able to find a preview for the hot tech initiatives for 2019 that doesn’t list Artificial Intelligence (AI) at least once (and probably as item number 1), then you’re luckier than I. If that’s the sort of luck you’re looking for, that is.
.NET Core Opinion 11 – Keep Configure Methods Clean Using Extension Methods
(K. Scott Allen) The Configure and ConfigureServices methods in ASP.NET Core tend to become bloated in larger projects.
Parallel workflow with the .NET Task Parallel Library (TPL) DataFlow (C#)
(Riccardo Terrell) This tutorial aims to be a guide for designing and implementing asynchronous and parallel data processing using the TPL Dataflow library from Microsoft. The TPL Dataflow consists of different building “blocks” that you compose in a pipeline fashion to structure your application in
