Avatar
😀

Organizations

@linkedin @Link @Link2
2 results for ASP.NET Core
  • The latest news about ASP.NET Core has been released, and it brings exciting new features and updates aimed at enhancing the development experience. The ASP.NET Core development team has been working hard to introduce these features in the latest Preview. Let’s delve into the details of the new features and updates. Blazor: Streamlining SSR with Blazor Components: With the release of .NET 8, it is now possible to stream content updates to client-side using Server-Side Rendering (SSR).
    ASP.NET Core .NET 8 Preview 4 Created Mon, 05 Jun 2023 10:47:49 +0000
  • The Sidecar pattern is a software architecture pattern that involves splitting an application into two separate processes: a primary application and a “sidecar” process. The sidecar process runs alongside the main application and provides additional functionality, such as caching, logging, monitoring, or authentication. In ASP.NET Core, the Sidecar pattern can be implemented using middleware. Middleware is software that sits between the web server and the application, intercepting requests and responses to perform additional processing.
    Sidecar Asp.NET Core Created Sat, 29 Apr 2023 23:46:56 +0300