Showing results for .NET - .NET Blog

Jun 17, 2025
Post comments count0
Post likes count0

Multimodal Vision Intelligence with .NET MAUI

David Ortinau
David Ortinau

Enhance your .NET MAUI app with photo-based AI by capturing images and extracting structured information using Microsoft.Extensions.AI.

.NET.NET MAUIAI
Jun 11, 2025
Post comments count1
Post likes count2

Multimodal Voice Intelligence with .NET MAUI

David Ortinau
David Ortinau

Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.

.NET.NET MAUIAI
Jun 10, 2025
Post comments count1
Post likes count3

.NET 10 Preview 5 is now available!

.NET Team
.NET Team

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

.NETASP.NET CoreC#
Jun 5, 2025
Post comments count6
Post likes count5

Emit logs on-demand with log buffering

Evgenii Fedorov
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
Jun 3, 2025
Post comments count1
Post likes count3

Using AI Foundry with .NET MAUI

David Ortinau
David Ortinau

Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.

.NETC#.NET MAUI
May 28, 2025
Post comments count58
Post likes count39

Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10

Damian Edwards
Damian Edwards

We are super excited to introduce a new feature that was released as part of .NET 10 Preview 4 that makes getting started with C# easier than ever. You can now run a C# file directly using . This means you no longer need to create a project file or scaffold a whole application to run a quick script, test a snippet, or experiment with an idea. It's ...

.NET