n4nAI

Topic

Semantic Kernel for .NET Enterprise Apps

13 posts on semantic kernel for .net enterprise apps — part of framework tutorials on the n4n AI blog.

Framework tutorialsTutorial

Semantic Kernel .NET tutorial: unit testing kernel functions

Learn to unit test Semantic Kernel .NET kernel functions with xUnit, Moq, and dependency injection — complete with runnable code and CI-ready patterns.

3 min read
Framework tutorialsTutorial

Semantic Kernel .NET tutorial: retries and timeouts

Learn to configure retries and timeouts in Semantic Kernel .NET with Polly for resilient LLM calls in production.

4 min read
Framework tutorialsHow-to

Semantic Kernel .NET tutorial: on-prem gateway setup

Step-by-step guide to wiring Semantic Kernel .NET to an on-prem LLM gateway with OpenAI-compatible endpoints, auth, and health checks.

4 min read
Framework tutorialsTutorial

Semantic Kernel .NET tutorial: dependency injection setup

A hands-on tutorial for wiring Semantic Kernel into .NET dependency injection, covering kernel registration, plugin injection, multiple kernel scenarios, and verification patterns.

3 min read
Framework tutorialsTutorial

Semantic Kernel .NET tutorial: background services

Build a production-ready Semantic Kernel .NET background service with dependency injection, AI plugins, and proper error handling.

4 min read
Framework tutorialsTutorial

Semantic Kernel .NET tutorial: Azure deployment walkthrough

Deploy a Semantic Kernel .NET app to Azure with Bicep, Container Apps, and GitHub Actions — complete working code and verification steps.

3 min read
Framework tutorialsTutorial

Semantic Kernel .NET tutorial: ASP.NET Core integration

Build a production-ready Semantic Kernel integration in ASP.NET Core with dependency injection, plugins, and streaming responses.

3 min read
Framework tutorialsGuide

Semantic Kernel enterprise tutorial: role-based access

Implement role-based access control in Semantic Kernel for .NET enterprise apps with middleware, policies, and plugin-level authorization.

4 min read
Framework tutorialsGuide

Semantic Kernel enterprise tutorial: multi-tenant setup

A practical guide to configuring Semantic Kernel for multi-tenant .NET enterprise applications, covering kernel isolation, tenant resolution, plugin scoping, and observability patterns.

4 min read
Framework tutorialsGuide

Semantic Kernel enterprise tutorial: logging and telemetry

A practical guide to implementing structured logging and OpenTelemetry in Semantic Kernel for .NET enterprise applications, with code examples and production pitfalls.

4 min read
Framework tutorialsGuide

Semantic Kernel enterprise tutorial: content filtering

A practical guide to implementing content filtering in Semantic Kernel for enterprise .NET applications, covering built-in filters, custom pipelines, and Azure AI Content Safety integration.

5 min read
Framework tutorialsGuide

Semantic Kernel enterprise tutorial: n4n.ai cost tracking

Practical guide to implementing semantic kernel enterprise cost tracking with per-token metering on an OpenAI-compatible gateway for .NET enterprise apps.

3 min read
Framework tutorialsHow-to

Building an enterprise chatbot with Semantic Kernel and .NET

Step-by-step enterprise chatbot semantic kernel .net tutorial: scaffold .NET 8 API, connect OpenAI-compatible LLM gateway, add plugins, memory, guardrails.

3 min read