-
Building a 3.6GB .NET Audio Joiner with GitHub Copilot CLI ๐ง๐ค
Hi! Sometimes you donโt need a framework, a service, or a startup idea.You just need a small tool that actually works. In my latest video, I put GitHub Copilot CLI to work building a .NET console app that merges 65 MP3 files into a single 3.6GB audio file. No fluff, no fake demo โ a… โ read more
-
GitHub Copilot SDK: Build AI into Your Apps (Fast Overview)
Hi ๐ While exploring recent updates around the GitHub Copilot CLI, inspired by posts and demos from Scott Hanselman, I stumbled upon something even more interesting: the GitHub Copilot SDK. This SDK opens the door to embedding GitHub Copilot directly into your own applications, not just your editor or terminal. Even better: it supports multiple… โ read more
-
Fixing OllamaSharp Timeouts in C# (with a Simple Extension and just for fun ๐)
Hi! Avoid reading the blog post with this 5-min video: When working with local models in OllamaSharp, I hit a timeout while running long-running workloads like video analysis. The issue wasnโt the model, it was the default 100-second timeout coming from HttpClient. The problem By default, OllamaSharp uses an HttpClient with a fixed timeout.If your… โ read more
-
Building Multi-Agent Workflows in .NET with AgentFactory and Handoff
๐ฅ Video coming soon!Iโm preparing a short walkthrough video where Iโll run this sample live, explain the design decisions, and show how everything fits together step by step. But hey, it’s christmas time, so I’m taking this easy ๐ When building AI-powered applications, the moment you move beyond a single โchatbotโ, things get interesting very… โ read more
-
๐ค Local AI Power: Vision and Function Calling with Microsoft Agent Framework and Ollama
Hola friends! One of the questions I get most often lately is: “Bruno, can I run a full-featured agent locally without sending everything to the cloud?” The answer is a resounding YES. ๐ Today, I want to show you how to use the new Microsoft Agent Framework to build a local agent that doesn’t just… โ read more
-
Introducing the Microsoft Agent Framework โ A Dev-Friendly Recap
Hi there! ๐ If you’ve been keeping an eye on the AI developer world, you might have heard about the Microsoft Agent Framework. This is a brand-new (as of late 2025) open-source SDK and runtime from Microsoft that makes it much easier to build and orchestrate AI agents โ including scenarios with multiple agents working… โ read more
-
๐ AG-UI + Agent Framework + .NET + Aspire: Web-Enabling Your Intelligent Agents (Blog + Demo + Code!)
๐บ VIDEO COMING SOON โ stay tuned!(Iโll embed the YouTube player here as soon as the video goes live.) Hola friends! Bruno here ๐โโ๏ธ โ Cloud Advocate at Microsoft, lover of .NET, AI, Blazor, and the occasional dog-walk debugging session with ACE ๐ถ. Today weโre diving into something very cool for .NET AI developers:๐ How… โ read more
-
๐ Supercharging .NET Apps with DevUI and the New Microsoft Agent Framework
Hi! If you’re building intelligent applications in .NET, the new Microsoft Agent Framework opens the door to agent-based architectures, message-driven reasoning, and multi-agent collaboration. But one of the most powerful pieces of the ecosystem is DevUIโa visual debugging and tracing experience to see your agents think. In my latest video, I break down how DevUI… โ read more
-
๐ง Build an Agent Chat that Remembers โ Persisting Conversations with Microsoft Agent Framework
Hi! Have you ever built a chat app where your AI completely forgets what you said five seconds ago? ๐ Thatโs where persisted threads come in. In this post, weโll explore how the new Microsoft Agent Framework for .NET lets you create agents that remember โ across multiple interactions, sessions, or even app restarts. And yes,… โ read more
-
From PDFs to Markdown in Seconds: FastAPI + MarkItDown + .NET (in Docker)
Hi! f you work with LLMs, you want structured textโnot mystery meat. Hereโs a tiny FastAPI service that wraps Microsoftโs MarkItDown to convert PDFs, Word, PPTs, and more into clean Markdown. Weโll run it in Docker and drive it with a C# console app. Watch the video here: Repo & Upstream Prereqs Run the Server… โ read more
-
๐ง Create an AI Chat App in Seconds with RAG + Image Generation (using .NET & MCP)
Hi! If you’re a .NET developer and you want to quickly build an AI-powered chat application with Retrieval-Augmented Generation (RAG) and Image Generation capabilities โ this guide is for you! In less than 10 minutes, and using free services, youโll be up and running using: ๐ .NET AI Templates๐ง Model Catalog Protocol (MCP) via Hugging… โ read more
-
Upgrading eShopLite to Aspire 9.4 and GPT-5 with Azure AI Foundry
๐ Just upgraded eShopLite to Aspire 9.4 and the latest GPT-5 models! โ Simple model swap: gpt-4.1-mini โ gpt-5-mini โ New Azure AI Foundry integration = cleaner code & easier deployments โ Smarter, faster, and fully Azure-ready โ read more
-
GPU vs CPU โ Local Image Generation in C# with TransformersSharp
โ ๏ธ This blog post was created with the help of AI tools. Yes, I used a bit of magic from language models to organize my thoughts and automate the boring parts, but the geeky fun and the ๐ค in C# are 100% mine. Hi! Quick 5 min video recap here, so you can avoid the… โ read more
-
๐ผ๏ธ Text-to-Image locally in C# with TransformerSharp
โ ๏ธ Disclaimer: This blog post was created with the help of AI tools โ because we like to code and let our machine friends do some heavy lifting. Hi! In this post, weโll explore how to use TransformerSharp to bring Hugging Face models directly into a C# console application โ no Python required. Weโll generate… โ read more
-
Build an AI Chat in .NET Aspire with Ollama. Quickstart Guide!
Hi! Here is a small intro to the .NET Aspire + Ollama scenario in this repo: https://aka.ms/netaiaspireollamachat. You can also learn more about this, in this 5-minutes overview video: Introduction to .NET Aspire and Ollama Have you ever thought, “Why canโt my .NET app have an AI chatbot thatโs ridiculously easy to integrate?” Well, meet… โ read more
-
#PowerPoint – Add Stock Videos to create amazing slides ๐ฅ
Hi ! I’ve been doing this for a while, and hey, a couple of days ago someone ask how to create a cool slide like this. Super easy. Open the menu [Insert / Video / from Stock]. Then select a video. Bonus here to filter and look for a video that can be used as… โ read more
-
#OpenCV – Convert camera feed ๐ฆ to Grayscale and resalt Blue ๐ต and Red โค๏ธ
Hi ! A new twist on these days demos, this time: Open a camera feed Convert each frame to grayscale Use a hue mask to resalt colors, Blue and Red Here is a live sample from my office. Note: I created a mask that identifies the Captain America shield, SpyderGwen poster and Ahsoka frame, but… โ read more
-
#OpenCV – Replace background with video in camera feed ๐ฆ (Black Adam โก)
Hi ! A new twist on these days demos, based on a request from an online friend. Let’s remove and replace the background from our camera feed using a video. For this demo, I’m using the “Black Adam โ Official Trailer 1“. And the output is kind of funny. Hey, funny scenario, and if you… โ read more
-
#Python ๐ – Export Video Frames as Images from a video file ๐ฅ
Hi ! I can’t believe I didn’t write about this before. I usually do this, at least 2 times per month, and hey, now it’s on the blog for my future reference. Simple Scenario: Open a video file and export each frame as an image. Some notes: The sample uses OpenCV. I wrote a lot… โ read more