Cloud LLMs: Microsoft Foundry and Amazon Bedrock
This article wires up two big cloud providers, Microsoft Foundry and Amazon Bedrock and builds the factory that routes between…
This article wires up two big cloud providers, Microsoft Foundry and Amazon Bedrock and builds the factory that routes between…
Modern phones and Macs ship their own neural hardware and their own on-device models. Here how to use them from…
Persist embeddings in a vector store, search them, and use what you find to ground a chat model's answers, the…
Text is not the only thing models generate. Microsoft.Extensions.AI abstracts image generation behind IImageGenerator. With troubleshooting.
How IEmbeddingGenerator works in NET10: turn a PDF into chunks, chunks into vectors, and a question into ranked results, with…
How can we test a component based on Microsoft.Extension.AI that gives a different answer every time it runs? Here an…
A language model knows what was in its training data and nothing else. Tool calling closes that gap with custom…
Second post where using Microsoft.Extensions.AI I build the first AI client keeping the history of the chats and instruct the…
Microsoft.Extensions.AI is a small set of abstractions in the box, and providers that plug in behind the common AI providers…
Visual Studio 2026 dropped the built-in 'extract @code to a code-behind' feature. So I wrote a right-click extension that brings…
What is a Claude skill? Here a real example integrates with FastLinkIt to keep AI, developers and project managers all…
Here a useful script to scan a folder to find out what .NET Target Frameworks is used across lot of…
I publish the Visual Basic (VBA) code for Microsoft Outlook. It is used to create a list of unavailable emails.
I’ll show you how to use a simple VBA macro. This macro will help you clean up your Outlook contact…
I will provide a script for cloning all repositories from Azure DevOps in an organisation with projects and repositories using…
Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the…
Here I explain how releasing Windows Services using pipelines in Azure DevOps. It helps you achieve a CD/CI for your…
Here how deploying Windows Services using pipelines in Azure DevOps. This helps you achieve a proper CD/CI for your Windows…
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will…
Sequoia doesn't work with MAUI. Now I can't try my apps on iOS. It is still working for macOS. Here…
Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps…
Remove bundle id in iOS development when it tights to a different account of your. Spiler alert: clean the Library.
A VBA script converts Excel tables to JSON and exports the data to a file, for App Registration for Azure…
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use…
In this post, I talk about to switch to dark mode automatically on Windows. Why?...