Showing results for Csharp - .NET Blog

Jul 2, 2025
Post comments count2
Post likes count8

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
May 7, 2025
Post comments count11
Post likes count18

Why we built our startup in C#

Sam Cox
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
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#
Apr 3, 2024
Post comments count7
Post likes count5

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
Mar 12, 2024
Post comments count3
Post likes count9

Unity extension for Visual Studio Code – Now Generally Available

Jb Evain
Jb Evain

We are thrilled to announce the general availability of the Unity extension for Visual Studio Code. This extension, built upon the C# Dev Kit and C# extensions, gives you a comprehensive toolkit for your Unity development in Visual Studio Code across Windows, macOS, and Linux.

.NETC#Visual Studio Code