(Felipe Martínez Tabaco) C# has many lesser known features, some more useful than others, and one of them is the ConditionalWeakTable (keep in mind that TKey and TValue must be reference types).
Other News
Pipeline Implementations in C#: TPL Dataflow Async steps and Disruptor-net
(Michael Shpilt) In this 3rd part of the series, we’ll continue our journey to explore multi-threaded pipeline pattern implementations in C#. Let’s do a quick recap of the previous parts:
REST And GraphQL Are Not Your Only Choices When Building An HTTP API
(Ben Nadel) I don’t believe that the web development community is having an honest discussion about GraphQL. This is because, GraphQL is almost exclusively presented as an alternative to REST (Representational State Transfer).
MySQL Load Balancing: Migrating ProxySQL from On-Prem to AWS EC2
(Krzysztof Ksiazek) Migrations between different environments are uncommon in database world. Migrations from one provider to another one. Moving from one datacenter to another.
Oracle EBS 12.2 – ADOP ad_zd_prep.create_patch_service exceptions
(Senthil Rajendran) There are cases where you might have to create a patch service manually.
Drop Table Partition without Index Maintenance and SKIP_UNUSABLE_INDEXES parameter
(Jagruti Jasleniya) In this article we will see how we can drop the PARTITION without any index maintenance at run time and doing it later.
The newest patching surprises – and how to fix some of them
(Mike.Dietrich) Well, there is no Product Manager for patching. And I’m glad that I’m not in this position.
Relational Databases vs Graph Databases
(Siddharth Mehta) Relational databases are found almost in every conceivable business scenario, and SQL is arguably the de-facto standard of accessing data from database systems.
JavaScript Array Methods
(Bidyasagar Mishra) In this session, I will discuss JavaScript array methods and how array methods make things easier.
KILL SPID command in SQL Server
(Rajendra Gupta) This article gives an overview of the KILL SPID command and how to monitor the rollback progress.
