تغییرات ASP.NET Core در NET 6 Preview 7.
302, Found
https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-7/ icon

Here’s what’s new in this preview release:

  • Parity with existing experiences for minimal APIs
  • Added IResult implementations for producing common HTTP responses
  • Support Request, Response and User for minimal actions
  • Minimal host and template improvements
  • Supply Blazor component parameters from the query string
  • Replace the current URI in the browser history from Blazor
  • New DynamicComponent.Instance property
  • Blazor streaming interop from JavaScript to .NET
  • Large file upload & faster file uploads with Blazor
  • Modify HTML <head> content from Blazor components
  • Support for the multiple attribute on <select> elements in Blazor
  • Support for HTTP/3 in Kestrel
  • QUIC support moved to the shared framework
  • Allow control over Activity creation
  • Support for non-ASCII characters in Kestrel response headers
  • Add W3CLogger
  • Add authentication expiration option to SignalR 
تغییرات ASP.NET Core در NET 6 Preview 7.
معماری بک اند با سرویس جنریک (Super-DRY Development for ASP.NET Core)
301, MovedPermanently
https://docs.microsoft.com/en-us/archive/msdn-magazine/2019/june/patterns-and-practices-super-dry-development-for-asp-net-core icon

Super-DRY Development for ASP.NET Core 

در مورد Generic CRUD Controller و Generic Repository بسیار صحبت شده است. در این مقاله در مورد Generic CRUD Service صحبت شده است که gap بین دو موضوع بالا را پر می‌کند. حتما کد را در Github مشاهده کنید. با تشکر از وحید محمدیان عزیز بابت معرفی این لینک.

معماری بک اند با سرویس جنریک (Super-DRY Development for ASP.NET Core)