(Dirk Nachbar) Currently Oracle certified the Oracle Fusion Middleware 12.2.1.4.0 Components for the use of Linux 8, which includes the Oracle Linux 8 and the Red Hat Enterprise Linux 8.
Author: SSWUG Research
Guru: SQL Can Generate A Series
(Ted Holt) Most of my work is run-of-the-mill, same-old-same-old, more-of-the-same. I’m not complaining. Most of life is mundane and routine, and that’s as it should be.
Java/Spring: How to Generate an Entire Swagger Documented CRUD REST API With Speedment
(Per Minborg) As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable documentation.
Import Databases to Azure SQL Database
(John Sterrett) I recently spoke at a conference and was asked what is the easiest way to import databases to Azure SQL Database.
How To Add Stepper And Tabs in React Applications
(Sanwar Ranwa) In this article, we will discuss React Material UI Stepper and Tabs. Stepper is a component that is used to create a wizard-like workflow by separating content into different steps.
SQL SERVER – Install Error – The Account Running SQL Server Setup Does Not Have Administrator Rights On the Computer. To Continue, Use an Account With Administrator Rights
(Pinal Dave) As a part of my work, I also provide consultancy to fix the issues. In my recent engagement with a client, they were getting an error while installing SQL Server 2019. In this blog, I would share the steps to identify and fix error – The account running SQL Server Setup does not have ad
MySQL & Dockers…a simple set up
(Keith Larson) MySQL & Dockers… are not new concepts, people have been moving to Dockers for some time now. For someone who is just moving to this for development, it can have a few hurdles.
Understanding the Intricacies of Multiple Inheritance in C++
(Manoj Debnath) Multiple inheritance basically means a class derived from more than one base classes. This is an efficient class design to reuse the properties of multiple classes into a single composite class.
Developing an Application using ASP.NET Core 3.0, EF Core 3.0, Azure Cosmos DB and Angular.js
(Mahesh Sabnis) ASP.NET Core 3.0 with EF Core 3.0 provides a cool mechanism to access Cosmos DB for performing CRUD operations, very similar to a relational database. The built-in Angular template with ASP.NET Core provided a rich experience for front-end development. This tutorial builds an end-to-
Creating a custom ErrorHandlerMiddleware function
(Andrew Lock) In this post I show how to customise the ExceptionHandlerMiddleware to create custom responses when an error occurs in your middleware pipeline, instead of providing a path to “re-execute” the pipeline.
