(Michael Shpilt) One of the biggest memory-related problems and I daresay all-round problems in .NET, are memory leaks. They are very common, hard to notice, and eventually lead to devastating consequences.
Other News
Cross-Platform Build Events in .NET Core using MSBuild
(Jeremy) In the last article, we looked at post-build events and .NET Core — specifically how the ‘$(SolutionDir)’ and other macros based on the solution folder do not work when we do project-based builds. Instead, we should use folders relative to the project.
Did You Know #35 – New Child Cursor Creation Reason
(Liron Amitzi) In many cases we see a new child cursor for existing SQL. You can see the children and their information in V$SQL (where CHILD_NUMBER identifies the child).
V$RECOVER_FILE and PDB$SEED and Standby Database
(Hemant K Chitale) As a follow up to my previous post where I showed, with other things, that V$RECOVER_FILE may show PDB$SEED files as well, this is what I currently see on my Production (Primary) database :
#763 OIC – B2B – EDI Translation support
(Niall Commiskey) Another compelling new feature for OIC – EDI X12 support.
Db2 for z/OS and Managing Database Changes – Part 4
(Craig S. Mullins) Today brings the fourth, and final installment of our series examining the different types of changes that can be made to database objects and structures in Db2 for z/OS. Part 1 introduced the three types of changes, part 2 examined simple database changes, and part 3 took a look
Packages and static imports in Java
(Jeff Friesen) In my previous Java 101 tutorial, you learned how to better organize your code by declaring reference types (also known as classes and interfaces) as members of other reference types and blocks.
How Does The CHOOSE Command Affect Performance?
(Grant Fritchey) Questions absolutely drive my blog content and I really liked this one: how does the T-SQL CHOOSE command affect performance.
Accessing Managed Instance via SSMS
(James Serra) It used to be that the only way to use SQL Server Management Studio (SSMS) against Azure SQL Database Managed Instance (SQLMI) was to create a VM on the same VNET as SQLMI and use SSMS on that VM.
Create Image Slider Using ReactJS
(Sanwar Ranwa) In this article, we will learn how we can create an image slider using Reactjs react-slick library. Image slider, also called image carousels, is very useful for displaying multiple images to create a slide show.