Showing tag results for Csharp

Aug 24, 2026
Post comments count2
Post likes count2

From dotnet run to Foundry Hosted Agent in 3 lines of C#

Bruno Capuano

You built an agent with Microsoft Agent Framework and it works great on your machine. Now what? Turns out deploying it to production takes 1 NuGet package, 3 lines of C#, and 2 commands. Let's do it.

.NETAIAzure
Nov 17, 2025
Post comments count12
Post likes count7

Introducing C# 14

Bill Wagner

Learn what features are in C# 14, which ships as part of .NET 10.

.NETC#
Jul 2, 2025
Post comments count2
Post likes count10

Local AI + .NET = AltText Magic in One C# Script

Bruno Capuano

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.

.NETC#AI
May 7, 2025
Post comments count11
Post likes count20

Why we built our startup in C#

Sam Cox

Tracebit built their B2B SaaS security product using C#.

.NETC#
Jul 9, 2024
Post comments count51
Post likes count11

C# 13: Explore the latest preview features

Kathleen Dollard

C# 13 focuses on flexibility and performance, with top features like params collections for added flexibility, lock object for improved performance, and partial properties to support generators.

.NETC#