-
Building GitHub Copilot Agents in C# with Microsoft Agent Framework
GitHub Copilot just crossed a very interesting line. It’s no longer “just” helping you write code — it can now run as an agent, with goals, tools, and autonomy, using Microsoft Agent Framework (MAF). 🎥 Watch the full video here: In the video, I walk through three simple C# samples showing how Copilot can be… — read more
-
Building a 3.6GB .NET Audio Joiner with GitHub Copilot CLI 🎧🤖
Hi! Sometimes you don’t need a framework, a service, or a startup idea.You just need a small tool that actually works. In my latest video, I put GitHub Copilot CLI to work building a .NET console app that merges 65 MP3 files into a single 3.6GB audio file. No fluff, no fake demo — a… — read more
-
GitHub Copilot SDK: Build AI into Your Apps (Fast Overview)
Hi 👋 While exploring recent updates around the GitHub Copilot CLI, inspired by posts and demos from Scott Hanselman, I stumbled upon something even more interesting: the GitHub Copilot SDK. This SDK opens the door to embedding GitHub Copilot directly into your own applications, not just your editor or terminal. Even better: it supports multiple… — read more
-
🤖 Using C# to Call Hugging Face MCP Server and Generate AI Images!
NOTE: This blog post was created with the help of AI tools like GitHub Copilot and ChatGPT, and it’s part of my journey to explore how AI can boost our productivity in sharing technical content. 📺 Introduction In this post, I’ll share how to use a C# Console Application to connect directly to an external… — read more
-
🧠 How to Generate Architecture Diagrams and Documentation from .NET Aspire Host Definitions Using GitHub Copilot
Hi! Note: I use some help from an AI to write this post 🎥 Introduction Today we’re diving into a fun and productive scenario: automatically generating architecture diagrams and technical documentation for your .NET Aspire applications based on the Host project definitions. We’ll take a the example that is generated with the .NET Aspire Starter… — read more
-
🤖 AI Agents Built My Shopping Cart (And I Just Watched)
Hi! FYI: This was written with some AI help 😂 Okay, so picture this: I’m sitting here with my morning coffee, and I decide to add a shopping cart feature to the eShopLite demo scenarios. But instead of cracking my knuckles and diving into code like usual… I just watched AI agents do ALL the… — read more
-
#GitHubCoPilot 🤖 – Also writes jokes ! 😁
Hi ! Yesterday, I was sharing my GitHub CoPilot experience, and someone in the audience asked: Can CoPilot write a joke? I didn’t want to test this live, you never know the output of an AI. However, today I created a simple text file, and I had some 😁😁😁 thanks to CoPilot. What do you… — read more
-
#GitHubCopilot 🤖 – Visual Studio 2022 support and Copilot Labs !
Hi ! Quick post on Friday about some amazing news for GitHub Copilot: GitHub Copilot Labs GitHub Copilot Labs is separate from (and dependent on) the GitHub Copilot extension. Labs will be a proving ground for experimental applications of machine learning that improve the developer experience. Labs include some amazing features like: Explain this code… — read more
-
Experiencias aprendiendo #JavaScript y #TypeScript con #GitHubCoPilot 🤖
Buenas ! Durante el mes de Marzo he sido parte de una serie de eventos sobre Visual Studio Code y GitHub CoPilot. En Abril agregamos nuevas sesiones con nuevos lenguajes y experiencias: JavaScript y TypeScript ! Python (grabación) C++ (grabación) C# (grabación) Markdown (grabación) Programando con CoPilot para controlar una aspiradora Roomba 🤖 ! (la… — read more
-
New sessions about learning #JavaScript and #TypeScript with #GitHubCopilot 🤖
Hi ! During march we are hosting several sessions around Visual Studio Code and CoPilot. And we have more sessions coming in April. This time including experiences using and learning JavaScript and TypeScript with CoPilot. Python (recording) C++ (recording) C# (recording) Markdown (recording) Using CoPilot to control a Roomba 🤖! (recording) TypeScript (recording) JavaScript (recording)… — read more
-
Cómo #GitHubCoPilot 🤖 me ayuda en mi día a día en Microsoft en Marzo en @MSFTReactor
Buenas ! Marzo es nuestro mes de Inteligencia Artificial y Aprendizaje Automático en Microsoft Reactor Network. Este es el momento perfecto para compartir las experiencias de programadores que trabajan con Visual Studio Code y GitHub CoPilot. Es por eso que en Marzo realizaremos 5 sesiones diferentes de 30 minutos, con experiencias trabajando con: Python C++… — read more
-
How #GitHubCoPilot 🤖 is helping in my daily work at Microsoft on March @MSFTReactor
Hi ! March is our Artificial Intelligence and Machine Learning month. I decided to share a little about my experiences working with Visual Studio Code and CoPilot. That’s why on March I’ll share 5 different 30 minutes sessions, with my experiences working with Python C++ C# Markdown Using CoPilot to control a Roomba 🤖 !… — read more
-
#Video – Conociendo #OpenAI Playground, #GPT3 y #codex con @fernandoescolar #githubcopilot
Buenas! En menos de una hora, con Fernando, nos dedicamos a conocer y probar algunas de las herramientas de OpenAI. — read more
-
#Podcast – NTN 98 – Hablemos de GitHub Copilot 🤖 y de como nos afecta a los programadores, licencias, seguridad, y mucho más!
Buenas ! GitHub CoPilot es un tema candente para todos los programadores, así que después de darle tiempo en otras plataformas hoy toca hablar en modo podcast. Como siempre, el episodio no tiene guión; eso nos ha permitido hablar libremente del tema de licencias, sobre cómo se puede monetizar el producto, hablamos de seguridad y… — read more
-
#GitHubCoPilot 🤖 – Real Scenario: let’s send a tweet! 🐦
Hi ! Next question on the line: how useful is CoPilot in day to day tasks? So, I decided to use copilot to help me solve a current problem: send a tweet. Usually I’ll perform a couple of search, test some libraries, etc. I’ll do this at full speed with the CoPilot suggestion. This is… — read more
-
#GitHubCoPilot 🤖 – Is CoPilot sharing security credentials ? Let’s take a look. Spoiler: NO
Hi ! One of the most common questions that I see around CoPilot, is related to sensitive information, like keys, database connection strings, etc. So, I decided to make a couple of tests and show that CoPilot is not sharing sensitive information from public data sources. Let’s start with a simple book class, and the… — read more
-
#GitHubCopilot 🤖 – ¿Es el fin de los programadores? (no tanto 🐱🐉) – Video Español con Polo MC Tech
Buenas ! Otro sábado más compartiendo experiencias y opiniones sobre CoPilot. Esta vez con los amigos del Polo Tecnológico de Mina Clavero. — read more
-
#GitHubCopilot 🤖 – General experience with C#, generating unit tests, security keys and more.
Hi ! I used mostly Copilot with Python, and I have to admit that it generates super accurate Machine Learning and TensorFlow code. I don’t to a lot of C# code in Visual Studio Code, I’m old school I use Visual Studio 2022 for C#. However, I decided to give it a try and here… — read more
-
#GitHubCopilot: 🤖 qué es, cómo funciona y el impacto futuro de la IA en el trabajo de programador. Grabación 📺
Buenas ! ¿Qué es GitHub Copilot?¿En qué me afecta como programador? En este evento, José Manuel Alarcón y el MVP experto en IA Bruno Capuano hablaron sin sensacionalismos (¡y sin guión!) sobre qué es GitHub Copilot, vimos cómo funciona Copilot con ejemplos en directo, qué son GPT-3 y Codex, y cómo afectará la IA al… — read more
-
#GitHub – 1st experiences with 🤖 #GitHubCopilot ⭐⭐⭐⭐⭐
Hi ! I was lucky enough to get access to the preview of GitHub Copilot, and I’ll rate my experience so far ⭐⭐⭐⭐⭐. Let’s start from the beginning, sharing the official definition: GitHub Copilot Your AI pair programmerWith GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor. GitHub Copilot I… — read more