رندر سمت سرور کامپوننت‌های Blazor در دات نت 8
200, OK
https://visualstudiomagazine.com/articles/2023/04/20/blazor-net-8.aspx icon

  The "Blazor United" effort is really a collection of features we're adding to Blazor so that you can get the best of server & client based web development. These features include: Server-side rendering, streaming rendering, enhanced navigations & form handling, add client interactivity per page or component, and determining the client render mode at runtime. We've started delivering server-side rendering support for Blazor with .NET 8 Preview 3, which is now available to try out. We plan to deliver the remaining features in upcoming previews. We hope to deliver them all for .NET 8, but we'll see how far we get. 

رندر سمت سرور کامپوننت‌های Blazor در دات نت 8
تغییرات Identity در ASP.NET Core 8x
200, OK
https://danschnau.com/blog/asp-net-core-8-identity-1 icon

In version 8, this dependency is removed, and developers will be able to pick from IdentityServer or any other number of OpenId Connect and OAuth 2.0 implementations.
Ostensibly, these changes will make it easier to create and ship "simple" auth systems that do things like use social logins - and I look forward to trying them out as they become available.
 

تغییرات Identity در ASP.NET Core 8x
تغییرات Web API در دات نت 8
200, OK
https://csharp.christiannagel.com/2023/04/19/api-dotnet8/ icon

Preview 3 of .NET 8 includes a new project templates to create an API with a TODO service instead of the weather forecast . Looking into the generated code of this template, there are a lot more changes going on such as a slim builder and using a JSON source generator which helps when using AOT to create native .NET binaries. This article looks into the changes coming. 

تغییرات Web API در دات نت 8
بررسی تغییرات ASP.NET Core در NET 8 Preview 3.
200, OK
https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-3/ icon

Here’s a summary of what’s new in this preview release:

  • ASP.NET Core support for native AOT
  • Server-side rendering with Blazor
  • Render Razor components outside of ASP.NET Core
  • Sections support in Blazor
  • Monitor Blazor Server circuit activity
  • SIMD enabled by default for Blazor WebAssembly apps
  • Request timeouts
  • Short circuit routes 
بررسی تغییرات ASP.NET Core در NET 8 Preview 3.