Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 675 Bytes

File metadata and controls

15 lines (10 loc) · 675 Bytes

Semantic Kernel for .NET

Use this reference when the target project is written in C# or another .NET language.

Authoritative sources

.NET-specific guidance

  • Use async/await patterns consistently for kernel operations.
  • Follow .NET best practices with strong typing and explicit interfaces.
  • Keep service registration, configuration, and authentication aligned with standard .NET hosting patterns.
  • Check the latest .NET samples before introducing new APIs, plugins, or orchestration patterns.