(Nagaraj M) Singleton design pattern is a creational design pattern. It is used to maintain single instance throughout the application.
Author: SSWUG Research
Tips for Delivering MySQL Database Performance – Part One
(Bart Oles) The database backend affects the application, which can then impact organizational performance. When this happens, those in charge tend to want a quick fix. There are many different roads to improve performance in MySQL.
SQL SERVER – SqlServerWriter Missing in vssadmin List Writers Command
(Pinal Dave) There are multiple ways by which we can take a backup of the SQL Server database. One of the methods used by 3rd party providers is using VSS (Volume Shadow Copy Service). One of my clients contacted me that 3rd party backup is failing.
Avoiding the Debugger with Better Logging
(K. Scott Allen) There’s actually two reasons why I tend to avoid using debuggers. The first reason is a genuine belief that debuggers encourage short term thinking and quick fixes in software.
Setting Cloud Role Name in Application Insights
(Dave Paquette) This post is a continuation of my series about using Application Insights in ASP.NET Core. Today we will explore the concept of Cloud Role and why it’s an important thing to get right for your application.
Use AutoMapper To Map One Object To Another In ASP.NET Core
(Bipin Joshi) While developing ASP.NET Core web applications you often need to transfer data residing in one object into another. You can accomplish this task manually by setting properties of the target object with the values from the source object.
Database Schema Change and DevOps
(Craig S. Mullins) Traditionally, the DBA is the custodian of database changes. The DBA is the information technician responsible for ensuring the ongoing operational functionality and efficiency of an organization’s databases and the applications that access those databases.
Installing Oracle GoldenGate 19c Microservices – Binaries Only
(Bobby Curtis) It has taken me some time to get around to doing more videos; mostly because I don’t like the way that I sound when I hear my voice.
OEM 13c Monitoring Features – Part 3, Reports Based On Metric Data
(Fernando Salgado) As mentioned in the previous post, historical data collection can be kept in the Oracle Enterprise Manager (OEM) repository for reporting purposes, depending on the metric settings.
Response to Make database simpler
(John Hallas) I read an interesting and thought provoking blog this morning Make Oracle database simple again
