From the .NET blog...

In case you missed it earlier...

.NET 10.0.5 Out-of-Band Release – macOS Debugger Fix
https://devblogs.microsoft.com/dotnet/dotnet-10-0-5-oob-release-macos-debugger-fix/ #dotnet #MaintenanceUpdates #NET10 #Debugging #macos #OOB #VisualStudioCode

.NET 10.0.5 Out-of-Band Release - macOS Debugger Fix - .NET Blog

An out-of-band release of .NET 10.0.5 to fix a critical debugger crash affecting macOS users with Visual Studio Code.

.NET Blog

In this post, I show how replacing #Swagger with #Scalar in #ASPNETCore and #NET10. Scalar is a UI that improve the experience in using the #APIs

http://puresourcecode.com/dotnet/webapi/replacing-swagger-with-scalar-in-asp-net-core/

Replacing Swagger with Scalar in ASP.NET Core - PureSourceCode

In this post, I show how replacing Swagger with Scalar in ASP.NET Core and NET10. Scalar is a UI that improve the experience in using the APIs

PureSourceCode

Updated: OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs

https://github.com/damienbod/AspNetCoreOpenIddict

#openiddict #passkeys #openid #oauth #grpc #angular #net10 #dotnet

GitHub - damienbod/AspNetCoreOpenIddict: OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs

OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs - GitHub - damienbod/AspNetCoreOpenIddict: OpenIddict with Angular and Blazor WASM BFF ...

GitHub

Arch Linux now ships .NET 10.0!

.NET 10.0 was released last month as a final stable release, but packaging for Linux distributions has faced issues, which have been mostly fixed. While Ubuntu 24.04 LTS Noble Numbat is still waiting for this version of .NET, Arch Linux users can now finally install the .NET 10.0 suite, including the runtime and the SDK, as well as the ASP.NET runtime for Blazor websites.

The packages for .NET 9.0 have now been split to separate packages to support parallel installation of both .NET 9.0 and 10.0, just like previous versions of .NET, such as the previous LTS, .NET 8.0, released on November 2023.

The following packages have been updated to install .NET 10.0:

To install .NET 10.0, use the relevant pacman command to install the packages, such as pacman -Syu dotnet-sdk. Additionally, you may experience failures during the install if you chose to upgrade all your packages using pacman -Syu, in case you have .NET 9.0 installed, such as “failed to prepare transaction (could not satisfy dependencies).” In this case, if you require .NET 9.0, you’ll need to install, for example, aspnet-runtime-9.0, and to remove aspnet-runtime using pacman -Rs aspnet-runtime.

All packages for .NET 10.0 will be in the first feature band only, just like the previous .NET versions. Feature bands that are after the first one won’t make it to the packaging effort, just like officially stated.

Our AUR packages will be updated to use .NET 10.0.

#net10 #net100 #arch #archLinux #dotnet #dotnet100 #news #tech #technology #update

Updated .NET 10

Backend for frontend security using Vue.js Typescript, Vite, ASP.NET Core backend and Microsoft Entra ID

https://github.com/damienbod/bff-aspnetcore-vuejs

#vuejs #aspnetcore #dotnet #vite #entraid #eid #net10 #typescript

GitHub - damienbod/bff-aspnetcore-vuejs: Backend for frontend security using Vue.js Typescript, Vite, ASP.NET Core backend and Microsoft Entra ID

Backend for frontend security using Vue.js Typescript, Vite, ASP.NET Core backend and Microsoft Entra ID - damienbod/bff-aspnetcore-vuejs

GitHub

via @dotnet : .NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

https://ift.tt/gxol9jn
#dotNETConf2025 #NET10 #VisualStudio2026 #AI #DeveloperCommunity #OpenSource #CSharp14 #ASPNetCore #Blazor #DotNetMAUI #Microsoft #CloudNat

.NET Conf 2025 Recap - Celebrating .NET 10, Visual Studio 2026, AI, Community, & More - .NET Blog

.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more.

.NET Blog

Updated: Azure Durable Functions and .NET 10

https://github.com/damienbod/AzureDurableFunctions

Now using .NET 10, Azurite, isolated model V4 Functions, github actions

#azure #net10 #dotnet #workflows #saas #functions #business #process #github #keyvault #secrets

GitHub - damienbod/AzureDurableFunctions: Use Azure Durable functions for workflows, business processing

Use Azure Durable functions for workflows, business processing - damienbod/AzureDurableFunctions

GitHub
「拡張メソッドの限界突破」C# 14 の Extension members を超簡潔に解説 - Qiita

女性エンジニア応援 Advent Calendar 2025 参加者募集中です! はじめに C# 14(.NET 10 世代)から新たに導入された Extension members は、従来の拡張メソッドを“上位互換”にしたような機能です。 拡張メソッドは便利でしたが、...

Qiita