All
Articles 131,250Blog Posts 136,246Tech Tutorials 33,996Research Papers 25,453News 18,664
⚡ AI Lessons

Dev.to · Lukas Walter
1d ago
Generate Useful Test Data in .NET with Bogus
Most applications need more test data than a few hand-written objects can provide. A single unit test...

Dev.to · Lukas Walter
3d ago
Observability for Agents with OpenTelemetry, Aspire, and Application Insights
This is Part 17 of my series on the Microsoft Agent Framework. You can read the original post over...

Dev.to · Lukas Walter
1w ago
Run Python in-process from .NET with CSnakes
So I definitely don't do everything using C# and .NET. I also use Python, but sometimes I just do not...

Dev.to · Lukas Walter
3w ago
Human-in-the-Loop Agents: When the AI Must Ask Before Acting
This is Part 15 of my series on the Microsoft Agent Framework. You can read the original post over...

Dev.to · Lukas Walter
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Build and deploy an MCP server with .NET and Azure Container Apps
MCP servers do not have to be local stdio processes. If you want a tool surface that can run as a...

Dev.to · Lukas Walter
⚡ AI Lesson
1mo ago
Why CancellationToken Matters More in .NET AI Systems
CancellationToken is one of the most underrated AI engineering features in .NET. Not because it is...

Dev.to · Lukas Walter
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
Extending .NET Agents with MCP and Agent Skills
This is Part 9 of my series on the Microsoft Agent Framework. You can read the original post over on...

Dev.to · Lukas Walter
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
Structured Output in .NET Agents
This is Part 8 of my series on the Microsoft Agent Framework. You can read the original post over on...

Dev.to · Lukas Walter
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
Dynamic Agent Context with AIContextProvider
This is Part 6 of my series on the Microsoft Agent Framework. You can read the original post over on...

Dev.to · Lukas Walter
📋 Product Management
⚡ AI Lesson
2mo ago
Use the Aspire Dashboard Standalone
Quick Tip originally published on lukaswalter.dev. Use the Aspire Dashboard...
DeepCamp AI