Showing category results for .NET Fundamentals

Mar 23, 2026
Post comments count0
Post likes count6

Generative AI for Beginners .NET: Version 2 on .NET 10

Pablo,
Bruno

Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.

.NETC#AI
Aug 20, 2025
Post comments count1
Post likes count6

Copilot Diagnostics toolset for .NET In Visual Studio

Harshada Hole

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

.NETC#Visual Studio
Aug 6, 2025
Post comments count4
Post likes count13

5 Copilot Chat Prompts .NET Devs Should Steal Today

Wendy Breiding (SHE/HER)

Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews.

.NETC#Visual Studio
Jun 5, 2025
Post comments count6
Post likes count9

Emit logs on-demand with log buffering

Evgenii Fedorov

Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9

.NET.NET Fundamentals
May 27, 2024
Post comments count8
Post likes count15

Introducing links to source code for .NET API Docs

Min,
Matt

.NET API reference docs now link directly to the source code! Learn how the links are generated, and some of ideas for future improvements.

.NET.NET Internals.NET Fundamentals
Feb 9, 2024
Post comments count1
Post likes count9

Resilience and chaos engineering

Martin Tomka

Chaos engineering with HTTP clients and Polly library

.NETASP.NET CoreC#