Showing tag results for dotnet

Nov 17, 2025
Post comments count4
Post likes count4

Introducing F# 10

Adam Boniecki
Adam Boniecki

Learn about new F# 10 language features, performance upgrades, and tooling improvements shipping with .NET 10.

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

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

Bruno Capuano
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
Aug 29, 2024
Post comments count10
Post likes count7

Announcing Aspire 8.2 – Goodbye Components, Hello Integrations!

Maddy Montaquila
Maddy Montaquila

Aspire 8.2 is here with some nice updates for components... we mean integrations! Learn more about this rename, what it means for you, and what the teams have been adding to testing in Aspire!

.NET.NET Aspire
Apr 3, 2024
Post comments count7
Post likes count6

Testing Your Native AOT Applications

Marco Rossignoli Jakub Jareš Jakub Chocholowicz
Marco,
Jakub,
Jakub

MSTest introduces a Native AOT compatible test runner and engine for testing your Native AOT applications.

.NETC#Performance