75 liens privés
This repository contains the Blazor Blog project, built using the latest Blazor Web App template. The goal is to create a modern, responsive blog leveraging the capabilities of Blazor for fast and interactive user interfaces. - BlazorBlog/BlazorBlog.Data/ApplicationDbContext.cs at master · unrealbg/BlazorBlog
ASP.NET Core Blazor Content Management System (CMS) - GitHub - fluentcms/FluentCMS: ASP.NET Core Blazor Content Management System (CMS)
Learn the fundamentals of error handling and exception logging in Blazor web applications.
https://github.com/MackinnonBuck/blazor-js-components
https://www.telerik.com/blogs/blazor-basics-blazor-javascript-interop-calling-javascript-net
function showMessage() {
console.log('Hello, world2!');
}
@inject IJSRuntime JS
<script src="script2.js"></script>
@code {
protected async override Task OnAfterRenderAsync(bool firstRender)
{
await JS.InvokeVoidAsync("showMessage");
}
}
基于 Bootstrap 风格的 Blazor UI 组件库,用于研发企业级中后台产品。
https://chandradev819.in/2024/10/08/how-to-create-multi-tenant-application-in-blazor-8-0/
https://chandradev819.in/2024/10/07/fluentvalidation-in-blazor-8-0/
https://github.com/jdtcn/BlazorDateRangePicker?tab=readme-ov-file
https://blazor-boilerplate.readthedocs.io/en/latest/intro/architecture.html
https://github.com/pticostaricags/FairPlayCombined
MVC & Razor Pages have the DisplayNameFor HTML helper. Blazor doesn't currently have any helpers for creating a display name for model properties or expressions. This would be useful for scaffolding form field labels based on a model typ...
Full Education Management System. Contribute to ZaqueuCavalcante/syki development by creating an account on GitHub.
MIT-licensed MudBlazor Admin Dashboard Template
Learn about different ways to manage complex state in Blazor web applications, including via lifecycle method and by handling global state.