Agent Framework RAG for Agents: Giving Your Agent the Right Context
This is Part 13 of my series on the Microsoft Agent Framework. You can read the original post over on lukaswalter.dev . In the previous article , we l…
Latest Team Management news from Tech News
This is Part 13 of my series on the Microsoft Agent Framework. You can read the original post over on lukaswalter.dev . In the previous article , we l…
In the last part, we looked at how expressions make your workflows dynamic. Today, we are discussing the backbone of any production-ready system: Pers…
TL;DR — AI assistants are producing C# that looks correct and passes review, but reintroduces production regressions we spent years training out of te…
I spent 4 months of nights and weekends building CapyBro — a Windows tray app that runs AI on any selected text via a global hotkey. Native .NET 8 + W…
5 Surprises Migrating .NET Framework to .NET 9 with Claude Opus My workflow before this little experiment was pretty standard for a .NET Framework to …
Importing data from Excel is a common requirement in ASP.NET Core applications. Whether you're building an HR system, inventory platform, CRM, or fina…
I'm building a Vulkan game engine in C# — Meet Winber Engine Hey Dev.to community! 👋 I've been working on something I'm really proud of — a game engin…
In my previous post, I described how historical trends shaped our (or at least my) perception of software architecture. However, with experience and s…
If you've ever upgraded EF Core and had to touch 300 files, or tried to unit-test a single business rule and realized you needed a running database fi…
If you've spent any time building with LLMs, you've probably hit the wall: a single prompt only gets you so far. Stuff too much into one prompt and th…
.Net is constantly evolving, a new version comes out every year, and it's easy to lose track of some of the useful changes. I compiled a list of 7 (mo…
There's a hidden cost senior engineers pay every morning when they open Cursor. It compounds quietly, it doesn't show up on any dashboard, and at a ty…
Document processing is one of the most repetitive parts of many .NET applications. From generating PDF invoices and Excel reports to filling Word temp…
Apache Camel has been solving enterprise integration on the JVM since 2007 — 22k stars, 300+ transports, hundreds of production deployments at banks, …
DEVTO — Article #2 (Series: redb ecosystem) Meta Title: I spent a year building Apache Camel for .NET. Here's the honest state of it. Tags: dotnet, cs…
This is Part 8 of my series on the Microsoft Agent Framework. You can read the original post over on lukaswalter.dev . LLMs are good at generating tex…
Introduction Most LLM tutorials assume you start from nothing. A blank project. A clean architecture. No constraints. No legacy code. No deployment hi…
The friction I've been shipping production code for 20 years across five languages — C, C++, Java, Scala, and now C#. My English is decent enough for …
Where I started My name is Valentyn Kurchenko-Hai. I currently teach English; coding is a hobby. My programmer background fits in one sentence: I don'…
I have been working on a .NET assertion library called Axiom Assertions. It started as a way to learn how assertion libraries work, then grew into an …
I just released Shin KoiKoi — a free, polished take on the traditional Japanese card game Hanafuda Koi-Koi . Solo dev, 2 days from kickoff to itch.io …