Entries tagged :: dotnet
5 posts
- The Joy of Writing a Debugger Adapter for Visual Studio Code
I only wanted a faster remote debugging workflow for a service running in a VM. Instead, I ended up learning DAP, wrapping WinDbg, and building a working first proof of concept debugger adapter for VS Code.
- Meet Ralph: The AI Coding Agent That Just Keeps Going
I built an autonomous AI agent that works from a PRD, verifies its own work, and ships code while I sleep. Here's Ralph.
- AI Agents in .NET: Beyond DevUI - LibreChat Integration
Exposing .NET agents through OpenAI-compatible endpoints and connecting them to LibreChat.
- AI Agents in .NET: Building Agentic RAG
Taking our agent from 'hello world' to useful - with database persistence, embeddings, vector search, and tools that let it reason over documentation and conversation history.
- AI Agents in .NET: Let's Build Something Smart
Introducing the Knowledge repository - a hands-on companion for learning how to build AI agents with the Microsoft Agent Framework in C#.