(Rafael Winterhalter) While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not know about the JVM’s support of two additional entry points to a Java process: the premain and the agentmain methods.
Other News
Getting ColdFusion Date Objects From UTC Milliseconds In Lucee CFML 5.3.3.62
(Ben Nadel) The fun thing about maintaining a legacy code base is that you’re constantly turning over stones to find new and exciting areas of code-rot and technical debt. Just yesterday, I discovered that one of my ColdFusion servers was deadlocked on some Date/Time code that was not thread-safe.
Time in Performance Schema
(Valerii Kravchuk) I’ve seen questions like this: “Is there a way to know when (date and time) the last statement captured in … was actually ran?”
Alternative for Oracle Multimedia: APEX Media Extension
(Dimitri Gielis) If you are reading this blog post you are probably searching for an alternative for the deprecated multimedia (or intermedia) feature of the Oracle Database… and you are in the right post as APEX Media Extension is that replacement!
SQL Server User Defined Function Example
(Rick Dobson) SQL Server offers three types of user defined functions (udf) and in this tip we will cover examples for each of the three major types of user-defined function types: scalar-valued, table-valued and multi-statement table-valued.
A technique for building high-performance databases with EF Core
(Jon P Smith) As the writer of the book “Entity Framework Core in Action” I get asked to build, or fix, applications using Entity Framework Core (EF Core) to be “fast”. Typically, “fast” means the database queries (reads) should return quickly, which in turn improves the scalability of the database.
Testing a 99.999% Availability Distributed In-Memory Database
(Tiago L. Alves) MySQL Cluster is an open-source distributed in-memory database. It combines linear scalability with high availability, providing in-memory real-time access with transactional consistency across partitioned and distributed datasets.
Installing Oracle GoldenGate Microservices – Part 1 of 2
(Bobby Curtis) Recently I was exchanging emails with a few community members about Oracle GoldenGate Microservices. One of them commented on that Oracle GoldenGate Microservices was difficult to install; at the time, I was puzzled.
SQL SERVER – List All the Nullable Columns in Database
(Pinal Dave) Another day and another win against a difficult SQL Server Problem while I worked with my clients on Comprehensive Database Performance Health Check. The best part of my job is that I get to work with different performance problems every time with new clients.
Kick Start With Angular 8 – Component
(Shobana Sundararajan) First of all my special thanks to the C# Corner community and everyone for supporting me and encouraging me to post articles. In the previous article we discussed the introduction of Angular 8 and its features, set up Angular 8 and finally created a new project in Angular 8 u
