You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
SignalR_BlazorChess is a multiplayer chess application built using Blazor Server, MudBlazor for the UI components, and SignalR for enabling real-time multiplayer functionality. This application allows chess enthusiasts to play against each other in a virtual environment and enjoy the strategic challenges that the game of chess offers
Built-in validation error messages for validation attributes such as [Required], [StringLength], etc., on your ASP.NET Core and Blazor apps will be shown localized after installing this NuGet package.
This is a Blazor Server app developed with ASP.NET Core Web API on .NET 7.0. Users can create custom word lists, managing words, meanings, types, and examples for efficient language learning.
This repo is a hands-on experiment in customizing GitHub Copilot using repository-level instructions, prompt files, and chat modes. Each branch demonstrates a specific Copilot customization, instruction, or architectural pattern, allowing users to explore how Copilot adapts to different coding workflows and requirements.
A quick-start project that helps you create the Blazor TreeGrid of Syncfusion in a Blazor server application. This sample explains how to add columns and show parent-child flat data using the expand and collapse options. You can also learn how to add useful features to the TreeGrid: paging, sorting, and filtering.
This sample explains how to create a Blazor TreeView component and bind a hierarchical data, checkboxes, node editing, multiple selection and drag/drop feature.
This project is a demo implementation of the Mediator Pattern and CQRS (Command Query Responsibility Segregation) using .NET. It serves as a practical exercise to demonstrate how the Mediator pattern can be applied in combination with CQRS to achieve better separation of concerns, simplify complex workflows, and improve maintainability of code.