2 مستودعات
Development of web user interfaces using the C# language instead of JavaScript.
Distinguishing note: The candidates provided are either tutorials or unrelated to web UI logic; this focuses on the specific paradigm of C#-driven frontends.
Explore 2 awesome GitHub repositories matching web development · C# Web Frontends. Refine with filters or upvote what's useful.
MudBlazor is a Material Design component library and web UI kit for Blazor applications. It provides a collection of pre-styled, reusable interface elements and layout components based on Material Design guidelines. The library enables the development of responsive web frontends and professional user interfaces entirely within the .NET ecosystem. It covers the construction of enterprise dashboards, data-heavy administrative panels, and functional prototypes. The framework utilizes a system of CSS-variable theming and a block element modifier naming convention to manage styles. Component logi
Provides a unified development experience by handling UI state and events entirely within C#.
Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it
Creates client-side web interfaces using C# instead of JavaScript, enabling full-stack .NET development in the browser.