#blazor

[ follow ]
#web-development

ASP.NET Core 9: Enhancements in Static Asset Handling, Blazor, SignalR, and OpenAPI Support

.NET 9 improves performance and developer efficiency in ASP.NET Core 9 with advanced features and optimizations.
Blazor enhancements include a new runtime API for component states and server-side rendering attributes.

.NET 8: Blazor Render Modes Explained - SitePoint

Blazor in .NET 8 introduces the ability to choose the render mode at runtime, allowing for client interactivity per component or page.
The render-mode attribute is used to define where a root-level component should be rendered, with options including Server, ServerPrerendered, and Static.

ASP.NET Core 9: Enhancements in Static Asset Handling, Blazor, SignalR, and OpenAPI Support

.NET 9 improves performance and developer efficiency in ASP.NET Core 9 with advanced features and optimizations.
Blazor enhancements include a new runtime API for component states and server-side rendering attributes.

.NET 8: Blazor Render Modes Explained - SitePoint

Blazor in .NET 8 introduces the ability to choose the render mode at runtime, allowing for client interactivity per component or page.
The render-mode attribute is used to define where a root-level component should be rendered, with options including Server, ServerPrerendered, and Static.
moreweb-development

A Blazor Server Fluxor Implementation 2048

The Fluxor pattern enhances state management in Blazor Server applications, enabling persistence and decoupled component design.

Case Study Enhancing Interoperability between JavaScript and CSHARP Optimizing Mass Queries in Blazor

Maintaining NuGet packages in production poses unexpected challenges and performance issues, especially as user needs grow.

JsonPathToModel project

JsonPathToModel enables two-way binding between Blazor controls and in-memory models through JSONPath expressions.
Support for various collection types and enhancement plans for faster performance.

C# in Browser via WebAssembly (without Blazor)

WebAssembly (Wasm) allows running C# programs in browsers efficiently, with Avalonia enabling multiplatform UI applications.

Understanding authentication in Blazor and ASP.NET Core

Authentication is a crucial aspect in application development and needs careful consideration and understanding.

Microsoft Blazor adds SortableJS for drag-and-drop lists

SortableJS has been wrapped into a component for Microsoft's Blazor web application builder and renamed Blazor Sortable.
Blazor Sortable is an open source JavaScript library that supports touch devices, CSS animation, auto-scrolling, and smooth animations.
[ Load more ]