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…
Learn how enabling Gzip compression in your .NET backend can dramatically improve performance for users on slow or unstable networks,…
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and…
I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.
In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with…
I have created a simple C# console application as a tool to split big SQL scripts. For example, I had…
Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is…
I'm going to release a simple cross-platform offline country data library for NET8. The library is based on the ISO-3166-1…
I release a new ChatGPT library for C# that helps with the communication and calls to the popular Open AI…
I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity. Here is how…
I will demonstrate how you can create your own custom control for MAUI using SkiaSharp and what you need to do in…
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses
bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now...
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
Do you have to display a lot of tabs in your page, but the look and feel is no what…