(Ben Nadel) At the very end of last week, I jumped onto an Incident call in order to listen and learn about a part of the InVision platform with which I didn’t have too much familiarity.
Other News
Your .NET 5 Questions Answered (Kinda Sorta), Part 1: WCF
(David Ramel) In early March I submitted a media inquiry to Microsoft, asking about the No. 1 (in terms of votes) item on the Developer Community site for Visual Studio and the subject of much developer discussion: “Create a Ubiquitous .NET Client Application Development Model.”
Angular 7|6 with PHP: Consuming a RESTful CRUD API with HttpClient and Forms
(Kaima Abbess) In the previous tutorial, you have implemented the PHP and MySQL backend that exposes a REST API for working with an insurance database. Let’s now create the Angular 7 backend.
Finding the root cause of ‘CPU waits’ using stack profiling
(savvinov) Call stack profiling and flame graphs have been a hot topic in Oracle tech blogs last few years, and recently I got a chance to use it to troubleshoot an actual production performance issue.
Running GoldenGate Installers within Docker containers on MacOS
(Bobby Curtis) Over the last few days, I’ve been trying to improve the speed at which I can setup and configure Oracle GoldenGate for testing purposes. What I settled on what setting up a Docker container to be a VM subsistute.
Partitioning — 16 : Hybrid Partitioning
(Hemant K Chitale) Oracle 19c introduces Hybrid Partitioning whereby you can have external and internal Partitions co-existing. External Partitions are on storage (filesystem) outside the database.
SQL Server Reporting Services Lookup, LookupSet and MultiLookup Functions
(Ray Barley) I noticed the Lookup function in SQL Server Reporting Services. This sounds like something that I’ve needed for quite some time. Can you provide an example of how I can use this?
Quiz Application in Angular
(Anurag Gandhi) A general purpose quiz application in Angular (version 2+) that can be used to run quizzes, mock tests, surveys, etc. This is an updated version for “Quiz Application in AngularJs”.
Troubleshooting SQL Server 2017 Snapshot Replication
Troubleshooting SQL Server 2017 Snapshot Replication If you have problems with SQL Server 2017 snapshot replication, review this troubleshooting checklist to find potential solutions. 1. Check that you have sysadmin permissions on the SQL Server. Only members of the sysadmin server role can configure replication, so if you have not these permissions you cannot setting up or configure snapshot replication....
Rebuild All Database Indexes
(Hannes Du Preez) You can rebuild all indexes present in your database with the following query:
