-
đ§ Never Lose Your AI Agent’s Train of Thought: Background Responses in .NET
Hi! Picture this: You’re building an AI-powered application. Your agent starts generating a detailed responseâmaybe a research summary, a long-form article, or complex code. Then… the network hiccups. Or the user closes their laptop. Or maybe they just need to ask a quick follow-up question before the agent finishes. In most scenarios, you’re toast. The… â read more
-
đ„ Caos en la nube, Claude con superpoderes y OpenAI en modo navegador â lo mejor de la semana en NO TIENE NOMBRE đïž
ÂżQuiĂ©n dijo que el mundo tech se calmaba despuĂ©s del DevDay? đEsta semana en NO TIENE NOMBRE tuvimos de todo: nubes que se caen, modelos que aprenden nuevas habilidades y OpenAI que decide… ÂĄcrear su propio navegador! đ â ïž Episodio 432 â AWS se cayĂł (y se llevĂł medio internet) SĂ, otra vez. Y no… â 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
-
đ€ Chips, skills y el futuro de la IA: lo mejor de la semana en NO TIENE NOMBRE đ§
Si pensabas que esta semana iba a ser tranquila⊠error.Entre Claude, OpenAI y las nuevas tecnologĂas que estĂĄn redefiniendo la IA, el mundo tech volviĂł a acelerar, y NO TIENE NOMBRE estuvo ahĂ, micrĂłfono en mano, explicando todo con humor, ejemplos y un poquito de ironĂa. đïž Episodio 431 â Claude Skills: el update que… â read more
-
đ§ Taking Multi-Model AI Orchestration Further: Azure AI Foundry Persistent Agents in .NET 9
Hi! In my previous post, I showed you how to orchestrate multiple AI agents using the Microsoft Agent Framework, connecting Azure AI Foundry (OpenAI), GitHub Models, and Ollama in a single .NET 9 application. Today, I’m taking this a step further by introducing Azure AI Foundry Persistent Agentsâa powerful feature that allows you to create, manage, and… â read more
-
đ§ Build AI Agents in C# with the Microsoft Agent Framework and Hugging Face MCP Tools
Hi đ ! After spending the last few weeks traveling (Argentina, Toronto, Ottawa, Orlando and back!), I finally had time to record a new demo â and this one is pure đ„ for .NET devs. đ„ Video: Build AI Agents in C# â Microsoft Agent Framework + Hugging Face MCPđ Watch it here: đŹ Whatâs… â read more
-
Multi-Model AI Agent Orchestration in .NET 9 with Microsoft Agent Framework, Azure AI Foundry, GitHub Models, and Ollama
Hi! This demo showcases how to build a multi-model AI orchestration workflow using the Microsoft Agent Framework, Microsoft.Extensions.AI, and OpenTelemetry, all running in .NET 9. The solution brings together Azure AI Foundry (OpenAI), GitHub Models, and a local Ollama instance, allowing you to connect and coordinate multiple AI models within a single C# console app.… â read more
-
đïžLo mejor de las Ășltimas semanas en NO TIENE NOMBRE
Buenas! Si algo tiene este podcast es que no se detiene ni con turbulencia ni con delay âïž. Estas Ășltimas semanas NO TIENE NOMBRE se grabĂł desde todos lados: Argentina, Ottawa, Orlando⊠y algĂșn que otro aeropuerto con Wi-Fi sospechoso. Pero eso no nos frenĂł para traerte lo mejor del mundo de la Inteligencia Artificial… â 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
-
đ§ Lo mejor de esta semana en NO TIENE NOMBRE
Si pensabas que ya habĂamos visto todo en el mundo de la IA⊠agarrate, porque esta semana en NO TIENE NOMBRE nos fuimos desde lo mĂĄs tĂ©cnico hasta lo mĂĄs surreal. đč Episodio 418 â CĂłmo funciona un generador de imĂĄgenes Nos metimos de lleno en la magia detrĂĄs de modelos como Stable Diffusion: cĂłmo… â read more
-
đ Lo que pasĂł esta semana en NO TIENE NOMBRE đïž
El mundo de la IA y la tecnologĂa no da respiro, y nosotros tampoco đ. Esta semana en NO TIENE NOMBRE trajimos tres episodios que mezclan innovaciĂłn, polĂtica, negocios y un poquito de drama, porque no todo son chips y servidores frĂos. đ§ Episodios de la semana đĄ ÂżPor quĂ© escucharlo? Porque en NO TIENE… â read more
-
Does .ConfigureAwait Still Matter in .NET? đ€
Hi! So, I was reading some .NET stuff on the internet, and somehow I went back to my .NET WinForms days â when processes would get blocked all together, and we needed to find a way to isolate them so we didnât block the main thread. Those days I learned about .ConfigureAwait(), and itâs kind… â read more
-
đ Lo mejor de esta semana en NO TIENE NOMBRE đïž
ÂżSentĂs que la Inteligencia Artificial estĂĄ en todos lados y cada semana aparece una noticia nueva que te deja con cara de âÂżen serio?â đł? Bueno, en NO TIENE NOMBRE hacemos justamente eso: filtrar lo importante, contarlo fĂĄcil y meterle humor para que no se vuelva un embole acadĂ©mico. đ§ Episodios de esta semana 𥅠â read more
-
đïž Lo mejor de esta semana en NO TIENE NOMBRE
Buenas! ÂżAlguna vez sentiste que el mundo tech se mueve tan rĂĄpido que ni el cafĂ© te alcanza para seguirle el ritmo? âđšPues aquĂ estamos para salvarte: en NO TIENE NOMBRE te traemos la crema y nata de la Inteligencia Artificial y la tecnologĂa emergente⊠pero con risas, ironĂa y cero aburrimiento. đ§ Episodios de… â read more
-
đ F5 / Debug .NET Apps in Containers with Visual Studio Code and Visual Studio
Hi! I always forget how to do this, so I’ll write about it for future Bruno. If youâve ever fought with launch.json, tasks.json, volume mounts, vsdbg installs, and random port mappings⊠this oneâs for you. Hereâs my quick ân dirty step-by-step to make it work. 1) Install the bits Yes, you need these for VS… â 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
-
đ€ Using C# to Call Hugging Face MCP Server and Generate AI Images!
NOTE: This blog post was created with the help of AI tools like GitHub Copilot and ChatGPT, and itâs part of my journey to explore how AI can boost our productivity in sharing technical content. đș Introduction In this post, Iâll share how to use a C# Console Application to connect directly to an external… â read more
-
đ§ How to Generate Architecture Diagrams and Documentation from .NET Aspire Host Definitions Using GitHub Copilot
Hi! Note: I use some help from an AI to write this post đ„ Introduction Today weâre diving into a fun and productive scenario: automatically generating architecture diagrams and technical documentation for your .NET Aspire applications based on the Host project definitions. Weâll take a the example that is generated with the .NET Aspire Starter… â read more