Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Table of Contents Intro AI agents The project It goes technical Choosing the...
This blog post demonstrates how to build an AI agent using dotnet and a Semantic Kernel plugin that...
Introduction As AI becomes increasingly central to modern applications, developers in the...
Introduction Imagine a world where stories come alive at your command, where a friendly AI...
Introduction In this guide, you'll learn how to build a Model Context Protocol (MCP)...
Introduction Have you ever wondered how to bridge the gap between natural language and...
Introduction We'll feed a messy CSV file to a lightweight llama3.2-3B model and let it...
Building AI-Powered Applications with C# and Semantic Kernel In the age of artificial...
Introduction I’m excited to be taking part in this year’s Festive Tech Calendar, a...
One of Semantic Kernel's key features is the ability to easily swap between different AI providers....
In the last chapter, we added the first audio capability to our chatbot by allowing the user to...
On the previous chapters, we built a basic Librarian agent, enhanced with some specific skills via...
🧠 Crea tu propio agente conversacional con Semantic Kernel ¿Te imaginas construir un...
Turning TMDB into a Gen-AI Plugin Playground (and having fun doing it) Description A...
I can't recall how many times I've tried to convince an LLM to return JSON so that I could perform...
Introducción En esta tercera parte de nuestra serie sobre Semantic Kernel, nos adentramos...
How I Created a Handy MCP Server in C# to Retrieve NuGet...
As of April 2025, the official Microsoft Semantic Kernel connector for Amazon...
In real-world systems, it's crucial to handle HTTP errors effectively, especially when interacting...
The Model Context Protocol (MCP) aims to standardize connections between AI systems and data sources....
Impatient? GitHub In my last post we saw how to get started with local SLM using Ollama and Semantic...
Welcome to my first post ever! Enough talk. Let's get started. Impatient? GitHub. Make sure that...
It is common to work with multiple large language models (LLMs) simultaneously, especially when...
Impatient? GitHub In my last post we saw how to integrate Semantic Kernel and invoke its chat...
1. Introducción En este tutorial, aprenderás cómo usar Semantic Kernel para integrar Large...
This post focuses on implementing server prompts, a key feature of the Model Context Protocol (MCP)...
Hi Buddy! Welcome to a quick tutorial on building an AI Calendar agent that will allow you to...
1. Introducción En el tutorial anterior, exploramos cómo configurar y utilizar Semantic...
Are you looking to integrate artificial intelligence into your .NET APIs without a complete overhaul?...