SNSachin Nandanwarinazureguru.net00Integrating C# Native Functions with Semantic Kernel2d ago · 5 min read · In this blog post, we will explore two interesting approaches for integrating C# native functions with Semantic Kernel. Let’s assume you have a C# function called HelloUserand this function takes the Join discussion
SNSachin Nandanwarinazureguru.net00Using Shield Prompt to prevent Prompt Injection attacks4d ago · 7 min read · Prompt injection attacks are broadly categorized into two major types: 1. Natural Language Patterns These are prompt injections are written in human-like instructions that try to manipulate the model Join discussion
SNSachin Nandanwarinazureguru.net00InMemory Vector Embeddings in Semantic KernelFeb 27 · 6 min read · My last two blogs on Semantic Kernel were focused on laying foundations of basics of Semantic Kernel. They primarily highlighted Dependency Injection and ChatCompletion services of Semantic Kernel. InJoin discussion
SNSachin Nandanwarinazureguru.net00Customizing Scalar UI for .NET APIsFeb 19 · 4 min read · Starting with .NET 9, Swagger (Swashbuckle) is no longer included by default in the web API templates. This was because there were major issues with Swagger. There are several alternatives available, Join discussion
SNSachin Nandanwarinazureguru.net00Implementing JWT Tokens in Minimal API with .NET CoreFeb 17 · 7 min read · Traditional authentication methods rely on server-side sessions, which can become difficult to manage as applications scale. JSON Web Tokens (JWT) offer a simpler and more scalable approach by allowinJoin discussion