Customize AI responses from GitHub Copilot
by Matt Soucoup
posted on: July 10, 2025
Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs.
by Matt Soucoup
posted on: July 10, 2025
Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs.
by Jonathan Peppers
posted on: July 09, 2025
How the .NET MAUI Team uses GitHub Copilot for Productivity
by Tara,Victor
posted on: July 08, 2025
A recap of the latest servicing updates for .NET and .NET Framework for July 2025.
by Andrew Lock
posted on: July 08, 2025
Exploring the .NET 10 preview - Part 2
by Gérald Barré
posted on: July 07, 2025
In the previous post, I described how to use Roslyn as a library to find all types that could be internal instead of public. Let's continue this series by showing how to find all types that can be sealed in a solution. Marking a type as sealed can improve performance and safety by preventing furthe
by Bruno Capuano
posted on: July 02, 2025
Learn how to generate image AltText using .NET 10 and local AI models — all in a single C# file with dotnet run app.cs. A fun and accessible example of what AI can do beyond chat.
by Andrew Lock
posted on: July 01, 2025
Exploring the .NET 10 preview - Part 1
by Gérald Barré
posted on: June 30, 2025
I got a question about how to find all public symbols in a solution that can be internal. This is a common scenario when you want to reduce the visibility of your code to improve encapsulation. You can use Roslyn as a library to analyze the code in a solution and find such symbols.I've already writ
by Oren Eini
posted on: June 27, 2025
AI is changing how we build software. But with RavenDB, you don’t need to rebuild your stack to keep up. Join us on June 30 for the next community discussion session with our Head of DevRel,Dejan Milicic, as we introduce GenAI, RavenDB’s new built-in AI feature. Here’s what we’ll cover: Where AI truly belongs in your system architecture How to launch GenAI, define prompt data, and automate updates Real-world use cases and business value A live demo: an AI-powered support desk with automatic escalation and intelligent workflows, all running inside the database 📅 Monday, June 30 at 18:00 CET 📍 RavenDB Developers Community Discord
by David Ortinau
posted on: June 26, 2025
Make your .NET MAUI XAML more consistent and easier to read with global and implicit XML namespaces.