-
Continue reading →: Introducing JayVish.dev – My Hobby Project
I’m excited to introduce JayVish.dev, a hobby project where I’ve started building, simple, and useful online tools. My goal is to create a space where developers and everyday users can quickly access the utilities they need. What’s Available Today To begin with, I’ve published the first set of tools: Each…
-
Continue reading →: Azurite: Build Azure Queues and Functions Locally with C#
Lets say you are a beginner Microsoft Azure developer and you want to : Normally, these tasks require an Azure Subscription. But what if I told you that you can test all of this locally using Azurite, a lightweight emulator for Azure Storage, without needing a subscription? What is Azurite?…
-
Continue reading →: C# | Semantic Kernel | Building an AI Agent with Function Calling
In my previous article : Getting Started with Semantic Kernel and Ollama: Run AI Models Locally in C# I have explained how to run AI models locally by building a simple chat application. In this article, lets understand what is Function Calling and how we can implement it using simple…
-
Continue reading →: Prevent ‘No Authentication’ in Copilot Studio Agents Using DLP Policy
In my previous article : Create an Agent and Use Adaptive Cards , I explained how to build the Virtual Running Coach Agent using Microsoft Copilot Studio In this article, let’s explore Agent security authentication and how to prevent Agent makers from choosing No authentication by using a DLP Policy. Agents…
-
Continue reading →: Model Driven Apps | Generative pages (preview)
Did you know that, you can now build a generative page that’s created using AI from the Model Driven App designer. In this blog post, I will explain how to get started and build a simple Generative Page Prerequisites Create a generative page in model-driven apps Important Points: At the time of…
-
Continue reading →: Build a RAG Chat App in C# Using Semantic Kernel, Ollama, and QDrant
In my previous blog post “Getting Started with Semantic Kernel and Ollama – Run AI Models Locally in C#”, I explained how to run language models entirely on your local machine using C# and Ollama. In this post, I’ll walk you through building a Retrieval-Augmented Generation (RAG) application. Lets first…
-
Continue reading →: Copilot Studio | Manage Agent solutions
In my previous blog post Create an Agent and Use Adaptive Cards, I explained the steps to build an Agent using Microsoft Copilot Studio. If you’ve noticed, the Agent we’ve created belongs to an environment. So how do we move the agent to another environment? You can export and import…
-
Continue reading →: Copilot Studio | Create an Agent and Use Adaptive Cards
In my one of the previous blog posts : Creating a Declarative Agent in M365 Copilot, I built a Virtual Running Coach declarative agent using Microsoft 365 Copilot Agent Builder. In this article, lets learn how to build the same Agent using Microsoft Copilot Studio with more features. 🚀 What…
-
Continue reading →: Power Apps | Code Apps
Did you know that Code Apps allow developers to write custom code (React, Angular, Vue, etc.) that runs seamlessly within Power Platform. Code Apps is a new way for developers to bring Power Apps capabilities into web apps built in a code-first IDE. These capabilities are available both during: Key features…
-
Continue reading →: GitHub Copilot in VSCode | Basics and using the ‘Custom Instructions’ Feature
In this article, let’s explore how to use GitHub Copilot in Visual Studio Code (VSCode) and understand how Custom Instructions can tailor Copilot’s suggestions to align with your team’s coding standards—complete with practical examples. What is GitHub Copilot: Now that you know the prerequisites for using GitHub Copilot, let’s see…


