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.
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.
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.
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.
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.
Semantic Kernel .NET tutorial: background services
Build a production-ready Semantic Kernel .NET background service with dependency injection, AI plugins, and proper error handling.
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.
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.
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.
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.
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.
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.
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.
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.
More topics in framework tutorials
- Building Chatbots with Vercel AI SDK & Next.js15
- LangChain RAG with Vector Databases15
- LangGraph Multi-Agent Workflows15
- LlamaIndex Query Engines for RAG15
- AutoGen Multi-Agent Conversations & Group Chat14
- Choosing an AI Framework by Use Case14
- CrewAI Agent Roles & Task Design14
- CrewAI Real-World Crew Examples14
- Haystack RAG Pipelines14
- LangChain Agents & Tool Calling14
- LangChain Multi-Model Fallback & Routing14
- LangChain.js for Node & TypeScript14