Showing category results for C#

Apr 28, 2026
Post comments count0
Post likes count0

High-Performance Distributed Caching with .NET and Postgres on Azure

Jared Meade

Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to y...

.NETC#
Apr 20, 2026
Post comments count12
Post likes count1

Writing Node.js addons with .NET Native AOT

Drew Noakes

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.

.NETC#Visual Studio Code
Apr 14, 2026
Post comments count3
Post likes count5

.NET 11 Preview 3 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

.NETASP.NET CoreC#
Apr 2, 2026
Post comments count31
Post likes count16

Explore union types in C# 15

Bill Wagner

C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.

.NETC#
Mar 23, 2026
Post comments count1
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
Mar 12, 2026
Post comments count4
Post likes count3

Modernize .NET Anywhere with GitHub Copilot

Mika Dumont

See how the modernize-dotnet agent helps you assess apps, create upgrade plans, and modernize .NET projects from Visual Studio, VS Code, GitHub Copilot CLI, and GitHub.

.NETC#Visual Studio
Mar 10, 2026
Post comments count6
Post likes count6

.NET 11 Preview 2 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

.NETASP.NET CoreC#
Mar 9, 2026
Post comments count8
Post likes count13

Extend your coding agent with .NET Skills

Tim Heuer

Introducing the dotnet/skills repository and how .NET agent skills can improve coding agent workflows.

.NETC#AI
Mar 5, 2026
Post comments count0
Post likes count11

Release v1.0 of the official MCP C# SDK

Mike Kistler

Discover what’s new in the v1.0 release of the official MCP C# SDK, including enhanced authorization, richer metadata, and powerful patterns for tool calling and long-running requests.

.NETC#AI
Feb 26, 2026
Post comments count3
Post likes count5

Vector Data in .NET – Building Blocks for AI Part 2

Jeremy Likness

Discover how Microsoft.Extensions.VectorData brings unified vector database access to .NET - one interface for semantic search across any vector store with built-in support for embeddings, filtering, and RAG patterns.

.NETC#AI