Improve JDBC application reliability with Azure SQL and connection pooling

Introduction 
A growing number of Azure SQL Database customers are developing new applications in Java, or porting existing ones, using a JDBC driver from Microsoft or a 3rd party. 

While these drivers are providing quite extensive support and covering most of database service capabilities and performance expectations, there are Continue reading Improve JDBC application reliability with Azure SQL and connection pooling

Intune Enrollment Flow Update for Apple’s Automated Device Enrollment for iOS/iPadOS

Today, we have posted Message Center post: MC214914 with the text below. This post provides screen shots of what’s being removed in the enrollment flow.
 
Plan for Change: Intune Enrollment Flow Update for Apple’s Automated Dev… Continue reading Intune Enrollment Flow Update for Apple’s Automated Device Enrollment for iOS/iPadOS

Announcing Windows 10 Insider Preview Build 19640

Hello Windows Insiders, today we’re releasing Windows 10 Insider Preview Build 19640 to Windows Insiders in the Fast ring. You can check out our Windows Insider Program documentation here, including a list of all the new features and updates released in builds so far. Not seeing any of the features in this build? Check your […]

The post Announcing Windows 10 Insider Preview Build 19640 appeared first on Windows Blog.

Continue reading Announcing Windows 10 Insider Preview Build 19640

Produce a Transcript from an MP3 file with Microsoft Stream – HLS Show Me How

  Yesterday I posted on “Turning on Autogenerate a caption file and exporting from Microsoft Stream – HLS Show Me How.” This was in direct response to a customer question, but it also spawned some unexpected interest in another direction, mp3 file… Continue reading Produce a Transcript from an MP3 file with Microsoft Stream – HLS Show Me How

Using fibers to expand a thread’s stack at runtime, part 2

Last time, we wrote a RunOnFiber function that accepted a lambda and ran the lambda on a fiber.
Since the RunOnFiber function is templated, a new copy of the function is created for each lambda. But we can reduce the code size explosion by factoring out the part that is independent of the lambda.
We use a technique similar to the one we use Continue reading Using fibers to expand a thread’s stack at runtime, part 2

Manage Service Bus Queue messages with Python

In this post, Big Data Consultant Rakhi Guha shows how to get started with Python scripting to manage Service Bus Queue messages.

This article provides a detailed idea on the following operation using python scripting platform.

Send messages to Service Bus Queue
Resubmit messages from Dead letter queue to Main queue
Manage la Continue reading Manage Service Bus Queue messages with Python