GA: SQL best practices assessment for SQL Server on Azure VMs

Wouldn’t it be great if there was a way to learn if your SQL Server on Azure Virtual Machines was configured optimally? Do you have the right options set? Do you have your tempdb on the right disk? Can your queries perform better? All these and more ca… Continue reading GA: SQL best practices assessment for SQL Server on Azure VMs

M365 Dev Podcast – Microsoft Teams development “plus” with Tom Morgan

Jeremy Thake catches up with Tom Morgan about Microsoft Teams development “plus”. Tom talks about Azure Communication Services, Power Platform and the fusion of devs around the platform.

Listen to the show here:  Microsoft Teams development “plus… Continue reading M365 Dev Podcast – Microsoft Teams development “plus” with Tom Morgan

Como melhorar a performance de uma Web Api ASP.NET Core usando async/await

Neste artigo iremos entender a diferença entre as requisições síncronas e assíncronas, e qual o impacto na performance de uma aplicação ASP.NET Core.
 
Pré-requisitos
Para acompanhar os exemplos desse artigo, você vai precisar instalar os seguinte… Continue reading Como melhorar a performance de uma Web Api ASP.NET Core usando async/await

Microsoft has demonstrated the underlying physics required to create a new kind of qubit

Quantum computing promises to help us solve some of humanity’s greatest challenges. Yet as an industry, we are still in the early days of discovering what’s possible. Today’s quantum computers are enabling researchers to do interesting work. However, these researchers often find themselves limited by the inadequate scale of these systems and are eager to […]

The post Microsoft has demonstrated the underlying physics required to create a new kind of qubit appeared first on Microsoft Research.

Continue reading Microsoft has demonstrated the underlying physics required to create a new kind of qubit

Displaying selected SharePoint form fields as read-only using List Formatting

With the setValue action on SharePoint/Microsoft Lists JSON formatting, people from the community are creating several solutions or use cases, including myself in the two samples: Quick Approvals and Like/Dislike. 
 
Continue reading Displaying selected SharePoint form fields as read-only using List Formatting

PnP PowerShell to manage list designs and create lists/libraries using list designs

 PnP PowerShell has a set of cmdlets to manage custom list templates.
Add-PnPListDesign
Get-PnPListDesign
Remove-PnPListDesign
Invoke-PnPListDesign
 

This article explores how to use PnP PowerShell scripts to manage list templates and creat… Continue reading PnP PowerShell to manage list designs and create lists/libraries using list designs