🕛 ClockTray v1.0.0: Meet the CLI-Enabled Clock Tool for Windows
ClockTray v1.0.0 is a dual-mode Windows utility with GUI and CLI for controlling the taskbar clock, featuring automation and lunar calendar overlay.
Bruno Capuano, conocido como “El Bruno”, es un Cloud Advocate en Microsoft que comparte en su blog guías y reflexiones sobre Azure, programación .NET, inteligencia artificial, y la intersección entre negocios y tecnología. En su sitio encontrarás artículos técnicos profundos, ejemplos de código en C#, análisis de rendimiento, demos de IA local y contenido dedicado a desarrolladores que desean llevar sus aplicaciones al siguiente nivel. Su estilo es directo, con voz experta y orientado a solucionar problemas reales en entornos
58 articles from this blog
ClockTray v1.0.0 is a dual-mode Windows utility with GUI and CLI for controlling the taskbar clock, featuring automation and lunar calendar overlay.
Announces t2i v0.16.0 with GPT-Image models and AI agent skills for GitHub Copilot and Claude Code.
Introducing t2i, a CLI tool for generating images from the terminal using cloud AI providers like Azure AI Foundry.
A guide to AOT-friendly DTO mapping in .NET using ElBruno.AotMapper, a Roslyn source-generator that creates compile-time mapping code.
Microsoft's MAI-Image-2 image generation model is now supported in the ElBruno.Text2Image .NET library with a synchronous API.
Microsoft Bing open-sources new embedding models, now usable in C# via LocalEmbeddings.Harrier library.
A .NET 10 tool that builds visual knowledge graphs from codebases, inspired by Karpathy's LLM knowledge compiler concept.
Introduces ElBruno.MarkItDotNet, a .NET library for converting PDFs, Word docs, HTML, and more to Markdown with streaming and DI support.
Developer updates C# library ElBruno.LocalLLMs for Google's new Gemma 4 models, detailing architecture, features, and ONNX conversion challenges.
A guide to using ElBruno.QRCodeGenerator, a lightweight .NET library for generating QR codes in ASCII, PNG, SVG, and payload formats.
Learn how MCPToolRouter uses semantic search to reduce LLM token usage by routing only relevant tools to AI agents, with C# code examples.
Learn to build an AI agent platform with .NET 10 and GitHub Copilot in a free live series at Microsoft Reactor.
A minimal demo of implementing and using AI Agent Skills in .NET, including prompt, Python, and C# based skills.
Introduces ClockTray, a lightweight open-source C# utility to toggle Windows taskbar clock visibility with one click for productivity.
A guide to building a real-time voice conversation app in .NET using local AI for speech-to-text, text-to-speech, and LLM integration.
A guide to persisting conversational AI agent sessions in .NET using the Microsoft Agent Framework, Redis, and Blazor to solve stateless API problems.
A tutorial on building an interactive Color Picker MCP App using C# and .NET, demonstrating the new UI capabilities of the Model Context Protocol.
Using GitHub Copilot CLI to build a .NET console app that merges MP3 files into a large audio file, focusing on streaming and CLI design.
An overview of the GitHub Copilot SDK, showing how to embed AI coding assistance into custom applications using .NET, Python, Go, and JavaScript.
Explains a subtle bug in Microsoft Agent Framework's DevUI where missing workflow names cause runtime errors and provides a fix.