Local-first AI Agents in C#: Foundry Local, MEAI, and Microsoft Agent Framework
A C# library bridging Foundry Local SDK with Microsoft.Extensions.AI and Agent Framework for local-first AI agents.
A C# library bridging Foundry Local SDK with Microsoft.Extensions.AI and Agent Framework for local-first AI agents.
Developing the Universe class for GravityLoops, a gravity simulator in Interlisp and LOOPS, with methods for registering bodies and running simulations.
Explores three methods for serving files over HTTP: synchronous, epoll, and io_uring, with code examples.
Explains how to initialize and print 128-bit integers in C using GCC and Clang, including macros and format specifiers.
Explains how to reverse engineer the lehmer64 random number generator, recovering its internal state from just three outputs using Python.
Developer shares how GitHub Copilot helped transform pet projects into over 20 open source NuGet packages for AI, embeddings, and productivity.
Using Wolverine middleware to handle license checks in a CritterWatch test harness, with debugging insights and AI-generated code observations.
ElBruno.OllamaMonitor is a Windows system tray app that monitors local Ollama runtime, showing CPU, RAM, GPU usage, and model status in real-time.
Review of JetBrains' official ReSharper extension for VS Code, enhancing C# development with advanced refactoring and navigation features.
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.
Learn how to reduce byte[] allocations in .NET Framework using ReadOnlySpan<T> for better performance.
Introducing t2i, a CLI tool for generating images from the terminal using cloud AI providers like Azure AI Foundry.
A hands-on look at C# union types in .NET 11 preview, including setup, polyfill, and examples.
A C# developer explains why they switched to primary constructors for dependency injection, highlighting boilerplate reduction and a key pitfall.
A guide to AOT-friendly DTO mapping in .NET using ElBruno.AotMapper, a Roslyn source-generator that creates compile-time mapping code.
Summary of recent Azure, Microsoft, .NET, GitHub, and Visual Studio blog posts covering tech updates and tools.
htmxRazor v2.0.0 release adds interactive playground, theme builder, SignalR hub, and CSS anchor positioning for ASP.NET Core apps.
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.
Learn how to efficiently delete and update millions of rows in EF Core without loading entities, using ExecuteUpdate/ExecuteDelete and third-party tools.