(Pinal Dave) One of my earlier clients to whom I helped in configuration Always On Availability Group came back to me with strange behavior.
Community
Add real-time web functionality to Angular application using ASP.NET Core SignalR, Azure SignalR service and Azure SignalR Service bindings for Azure Functions 2.0
(Atul.Verma) This is the next part of the series on developing and deploying
JSON_TABLE – The Best of Both Worlds
(Øystein Grøvlen) One of the new JSON functions in MySQL 8.0 is JSON_TABLE. It is also MySQL’s first table function. That is, the return value is not a scalar value, but a result set.
Exploring Autonomous Database – The CDB
(biju.thomas) I am the new kid in the block, wandering around the autonomous database cloud. Let me share something I found interesting. Though on Oracle Cloud Infrastructure, the ATP (Autonomous Transaction Processing) and the ADW (Autonomous Data Warehouse) have two different higher level menu and
Iterating/Loop Through Your Component Property in Render Function in React
(Sibeesh Passion) I understand that you need to build some UI elements dynamically in your component’s render function in React. Yes! the only way is to loop through the items, you can either use a for loop or a map function to do so. But the real question is, are we allowed to do that in reac
Testing Power BI Premium Features With Power BI Embedded
(Chris Webb) It is very difficult for an organisation to decide whether to buy Power BI Premium or to stick with Power BI Pro. Power BI Premium represents a big financial commitment, but how do you know whether the benefits will be worth the costs involved?
Database Fundamentals #19: JOINS
(Grant Fritchey) The last Database Fundamentals post introduced the SELECT and FROM commands. We’re going to start using JOIN operations shortly, but first, let’s explore the idea behind joins.
Setters, Method Handles, and Java 11
(Konstantin Plotnikov) Want to learn more about using setters, getters, and method handles? Check out this post where we explore the differences in implementing these methods in Java 11.
Episode 20 ‘Two Is One And One Is None’
(Marna Walle) Here are the show notes for Episode 20 “Two Is One And One Is None”. The show is called this because our Topics topic is trying to figure out how to archive family photos and videos.
DotPeek Tool: A .NET Decompiler
(Tapas Pal) The dotPeek decompiler tool was initially introduced by Microsoft. It’s a free-of-charge, standalone tool-based decompiler for any .NET assemblies. It converts .NET assemblies into equivalent C# code and optionally shows the underlying IL code.
