(Jon Gallant) On Windows using the Windows Installer and Azure CLI wouldn’t update to the latest version – it was stuck on 2.0.44, but the latest is 2.0.66.
Other News
Using TypeScript to write Cosmos DB stored procedures with async/await
(Thomas Levesque) Disclaimer: I am by no mean a TypeScript expert. In fact, I know very little about JS, npm, gulp, etc. So it’s entirely possible I said something really stupid in this article, or maybe I missed a much simpler way of doing things. Don’t hesitate to let me know in the comments!
Type-dictionary trick in C
(Marius Gundersen) This article explores a trick in C# for looking up values based on types, much like a Dictionary only it’s almost 10x faster!
How to Dynamically Build the UI in Blazor Components
(Peter Vogel) You have two tools for generating your initial UI in a Blazor component: ASP.NET’s Razor and Blazor’s RenderFragment. Here’s how to use both to integrate with your C# code (and a warning about what you can’t do).
How to plan for MySQL 8.0 upgrade ?
Recently one of our customers in Fintech. business (among the largest one in the Asia) wanted to upgrade from MySQL 5.7 to MySQL. 8.0. and they approached us for a safest and durable MySQL upgrade strategy, roadmap and execution.
Integrating API Management with the rest of your Development Pipeline
(Phil Wilkins) Oracle API Management keeps API policy configuration and management internalized for a number of reasons including security (after all you don’t want your security rules for APIs out in the open).
Generic data models … generic applications … ugh
(Connor McDonald) There’s a hesitation to publish this example, because publishing it may be interpreted as an endorsement of this approach and it certainly isn’t.
SQL SERVER – SUSPENDED Sessions Waiting on PAGELATCH_UP and PAGELATCH_SH – Solution
(Pinal Dave) Today, I have interesting experience while working with a client on Comprehensive Database Performance Health Check. I was working with Sr. DBA on optimizing their SQL Server.
Understanding the Odd Behavior for Timestamp with Time Zone Columns in Oracle
(David Fitzjarrell) Timestamps in Oracle can have one of three configurations: timestamp, timestamp with timezone and timestamp with local timezone.
Java FX Foreground/Background Messaging
(ireland94) This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
