Prompt & Tool Design for .NET Teams
A self-paced course: Semantic Kernel · Amazon Bedrock · AgentCore · Terraform Twelve modules that take a .NET team still saying “we keep hearing about agents” and get it actually shipping one — wi...
A self-paced course: Semantic Kernel · Amazon Bedrock · AgentCore · Terraform Twelve modules that take a .NET team still saying “we keep hearing about agents” and get it actually shipping one — wi...
Prompt & Tool Design for .NET Teams · Part 4 — AgentCore and Production · Module 12 of 12 Eleven modules of pieces; this one assembles them. You’ll build a thin slice that touches every layer...
Prompt & Tool Design for .NET Teams · Part 4 — AgentCore and Production · Module 11 of 12 Module 5 exposed a function to the model from inside your own process. Gateway does the same job acro...
Prompt & Tool Design for .NET Teams · Part 4 — AgentCore and Production · Module 10 of 12 No code this time: read, watch, and reframe. AgentCore is Amazon Web Services’ (AWS) name for five th...
Prompt & Tool Design for .NET Teams · Part 3 — Infrastructure as Code · Module 9 of 12 Module 8 got an agent stood up. This module makes it production-shaped: one reusable module, instances p...
Prompt & Tool Design for .NET Teams · Part 3 — Infrastructure as Code · Module 8 of 12 A Bedrock agent you created by clicking around the console is an agent nobody can reproduce and everybod...
Prompt & Tool Design for .NET Teams · Part 2 — Semantic Kernel in .NET · Module 7 of 12 This is the module that decides whether you enjoy this codebase in a year. Left unchecked, AI code spre...
Prompt & Tool Design for .NET Teams · Part 2 — Semantic Kernel in .NET · Module 6 of 12 So far the model can talk and you have a plugin it can’t reach. This module connects the two: you hand ...
Prompt & Tool Design for .NET Teams · Part 2 — Semantic Kernel in .NET · Module 5 of 12 In Semantic Kernel (SK), a “plugin” is a class with a couple of attributes on it. That’s the entire tri...
Prompt & Tool Design for .NET Teams · Part 2 — Semantic Kernel in .NET · Module 4 of 12 Finally, some C#. The good news for a .NET team: the kernel is a dependency-injection container with a ...