Generative AI for Beginners .NET: Version 2 on .NET 10 - .NET Blog

Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.

.NET Blog

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