Conversational SharePoint Page with WebUI Protocol and Microsoft 365 Copilot
With Microsoft 365 Copilot and the emerging WebUI Protocol (WUP), SharePoint pages can become interactive, conversational surfaces where users describe what they want, and the page responds by executing actions. This article walks through a working example built with two SPFx web parts: …and the page updates itself automatically. This sample may not provide ton…
Dataverse API performance improvement with auto-batching Http Client
Before we dive deeper into the topic, we have to ask ourself an important question, what’s even the use case for this? Dataverse is cloud-based data platform mainly used in Power Apps. As dataverse scales very well with increase in data volume and active users, it may happen (especially in Canvas Apps) that the amount…
Quantum implementation of Monte Carlo Method in Q#
Quantum computers are not there yet… or at least not in a form that would instantly change the world. However, Q# is already here and it can bring some value. One of the promises of Quantum is truly random number generation. This already can show improvements in some areas of computability. In particular it can…