(Kenneth Igiri) With all the advancements in SQL Server and data, it feels great that such native SQL tools as Alerts and Operators are still available.
Author: SSWUG Research
A Bottom-Up View of Kotlin Coroutines
(Garth Gilmour and Eamonn Boyle) Coroutines are a fascinating subject, although hardly a new one. As has been documented elsewhere coroutines have been rediscovered many times over the years, typically when there is a need for some form of lightweight threading and/or a solution to ‘callback hell’.
Policy-Based Authorization with Angular and ASP.NET Core using JWT
(Ankit Sharma) In this article, we will create a web application using ASP.NET Core and Angular. We will then implement authentication and policy-based authorization in the application with the help of JWT. The web application will have two roles – Admin and User.
SQL SERVER – SQL Azure Managed Instance Restore Error – The Database Was Backed Up on a Server Running Version 15.00.2000
(Pinal Dave) Based on the current trend of moving to the cloud platform, there have been many new learnings for me. One of my clients migrated to SQL Azure Managed Instance and contacted me for an interesting situation.
Do you need STARTUP UPGRADE for OJVM?
(Mike.Dietrich) Actually I carry around this topic with me since the October 2019 workshop in Dubai. We’ve had one of these OJVM Patching discussions I’d like to escape usually.
Scheduling Oracle Cloud Function execution
(Lucas Jellema) Functions on Oracle Cloud are an important element in any cloud native application architectures. Functions are typically small, well contained and fairly independent pieces of logic to carry out specific tasks.
How to upgrade ORDS (Oracle REST Data Services) from 19.2 to 19.4
(Matthias Hoys) Oracle has recently released version 19.4 of ORDS (Oracle REST Data Services).
NDB Parallel Query, part 4
(Mikael Ronstrom) In this part we will discuss how NDB batch handling works. Query execution of complex SQL queries means that more rows can be delivered than the receiver is capable of receiving.
Sharing Data and Splitting Components in Blazor
(Peter Vogel) The biggest change in ASP.NET Core Version 3.1 is that you can now pass data you’ve gathered in your server page to the Blazor component hosted in the page.
Azure DevOps – YAML for CI-CD Pipelines
(Gouri Sohoni) Azure Pipelines is a service which provides CICD. In this tutorial, we will see how to get started with the creation of Azure Pipelines.We will fetch code from GitHub repository and create a build pipeline with yml followed by a release pipeline. We also discuss how customization can
