.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.
IDE WorkflowCopilot Modes in Visual Studio
When to use chat, inline, and agent mode so the tool fits the task instead of getting in the way.
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.