I show how to build AI agents in C#, visualize their reasoning in DevUI, and plug everything into Aspire, Blazor, and Web AI.
If you're building intelligent apps with .NET… this is for you. 🤖🔥
#dotnet #AI #AgentFramework
I show how to build AI agents in C#, visualize their reasoning in DevUI, and plug everything into Aspire, Blazor, and Web AI.
If you're building intelligent apps with .NET… this is for you. 🤖🔥
#dotnet #AI #AgentFramework
Buenas, si pensabas que la batalla por la IA se había calmado, ¡agarrate! 😅Esta semana en NO TIENE NOMBRE hablamos de alianzas extrañas, estrategias en la nube y una IA que literalmente… se fue al espacio. 🏢…
Buenas, si pensabas que la batalla por la IA se había calmado, ¡agarrate! 😅Esta semana en NO TIENE NOMBRE hablamos de alianzas extrañas, estrategias en la nube y una IA que literalmente… se fue al espacio. 🏢…
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…
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…
Buenas, esta semana fue una montaña rusa de temas tech: desde reflexiones profundas sobre el futuro de la inteligencia artificial, hasta una enciclopedia hecha por Elon Musk (sí, de verdad) y un especial…
Buenas, esta semana fue una montaña rusa de temas tech: desde reflexiones profundas sobre el futuro de la inteligencia artificial, hasta una enciclopedia hecha por Elon Musk (sí, de verdad) y un especial…
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…
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…
¿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…
¿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…
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…
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…
Esta semana en NO TIENE NOMBRE nos metimos de lleno en lo que viene: tecnologías que van a dominar el mundo (si es que la IA no lo hace primero), y el nuevo movimiento estratégico de OpenAI, que ahora no solo crea…
Esta semana en NO TIENE NOMBRE nos metimos de lleno en lo que viene: tecnologías que van a dominar el mundo (si es que la IA no lo hace primero), y el nuevo movimiento estratégico de OpenAI, que ahora no solo crea…
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…
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…
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# —…
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# —…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
This thing is a BEAST for coding with GitHub Copilot + C# 💜
Top 2 for sure!😎( IMHO )
#dotnet #GitHubCopilot #GPT5
This thing is a BEAST for coding with GitHub Copilot + C# 💜
Top 2 for sure!😎( IMHO )
#dotnet #GitHubCopilot #GPT5
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…
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…
🚀 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
🚀 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
🚀 Here’s a ready-to-use Ollama sample:
- aka.ms/genainet
- openai.com/index/introd...
Runs gpt-oss:20b locally + Microsoft.Extensions.AI
#dotnet #CSharp #AI #OpenAI #Ollama #gptoss
🚀 Here’s a ready-to-use Ollama sample:
- aka.ms/genainet
- openai.com/index/introd...
Runs gpt-oss:20b locally + Microsoft.Extensions.AI
#dotnet #CSharp #AI #OpenAI #Ollama #gptoss
⚠️ 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…
⚠️ 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…