.NET Claude SDK
How I wired the official SDK into a .NET app, and the first few things I built with it.
AI WorkflowWhat Can I Start in AI in .NET
Where to begin if you want one small AI feature that helps a team without turning the whole app upside down.
IDE WorkflowCopilot in Visual Studio
How I used the chat, inline, and agent modes without making the workflow awkward.
GuardrailsUsing AI in .NET Responsibly
How I kept prompts tight, protected sensitive data, and avoided building something nobody could trust.
Decision ModelWhen to Automate, When to Use AI
The decision I wish more teams made earlier: automate the exact parts, use AI for the fuzzy bits, and combine both when needed.
Release WorkflowBuild a Release Note Generator in .NET
A workflow I actually trusted: code gathered the changes, AI wrote the first draft, and a person signed off on it.