(Shubhra Srivastava) The template method pattern is a behavioral pattern which suggests defining an algorithm more generally in the superclass. The algorithm is defined within a method known as the template method.
Community
Upgrading my AlbumViewer Sample Application to ASP.NET Core 3.0
(Rick Strahl) ASP.NET Core 3.0 shipped yesterday and it’s a big release with many new features and a huge batch of performance updates.
Authentication in ASP.NET Core, SignalR and VueJS applications
(Daniel Jimenez Garcia) In this authentication tutorial covering ASP.NET Core and SignalR apps, we will explore how ASP.NET Core allows you to implement authentication using different schemes. We will start with cookie based authentication, discuss different authentication schemes followed by JWT Be
Encrypting Important Strings with Triple DES and .NET
(Hannes DuPreez) It might be the year 2019, but it is unbelievable how many people still do not protect their data, as well as developers not protecting their company’s data.
Shell/Bash Commands Execution from MySQL Client or Stored Procedure/function
(Ankit Kumar) Today I am going to explain ways to execute shell or bash commands from mysql clients or stored procedure and function.
Oracle 19c Automatic Indexing: Configuration (All I Need)
(Richard Foote) In this post, I’ll discuss how to configure the new Automatic Indexing capability introduced in Oracle Database 19c.
OIC: Handling Optional Elements in a REST Integration
(Jan Kettenis) This article is a follow-up of the a previous article where I discuss how to handle optional elements in case of XML in the Oracle Integration Cloud (OIC). In the following I discuss how to create an integration that invokes VBCS REST service and works in (almost) the same way as the
Foreign Keys and Multi-Table Inserts in Oracle
(David Fitzjarrell) An interesting issue reared its head back in version 9.2 of Oracle and, unfortunately, has not been corrected.
SQL SERVER – Sample Long-Running Query for Demonstrations
(Pinal Dave) I often travel across the world presenting on SQL Server Performance Tuning Topics. When I am not busy with Comprehensive Database Performance Health Check, I like to train IT professionals with SQL Server Performance Tuning Practical Workshop.
Why TypeScript?
(Zijian) As currently a .NET developer, I have been using quite a few “proper programming languages” in production: Fortran, C, C++, Pascal, Turbo Pascal and C#, while occasionally I also use scripting languages: Batch, SH, PowerShell, Basic, VBA and JavaScript.
