Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Blazor

Blazor is a .NET-based web application framework that allows developers to create single-page applications with C#, Razor, and HTML.

https://github.com/damirscorner/20230224-blazor-shared-contract

Sample project for 'Share backend contract with Blazor client' blogpost

blazor blazor-webassembly webapi

Last synced: 29 Jan 2025

https://github.com/damirscorner/20230303-blazor-model-validation

Sample project for 'Reuse model validation in Blazor client' blogpost

blazor blazor-webassembly validation

Last synced: 29 Jan 2025

https://github.com/antoniocorreia/blazorences

A set of references for projects, libraries, or anything you can think of in Blazor

blazor

Last synced: 30 Jan 2025

https://github.com/oubaichmed/onetoast

free toast library for Blazor and Razor Component applications

blazor csharp onetoast toast-notifications toast-ui

Last synced: 14 Oct 2024

https://github.com/vijay-kumavat/healingpaws

Our customer - Healing Paws Veterinary Clinic - is asking us to build a web application to manage their appointment scheduling.

blazor blazor-server bootstrap bootstrap5 dotnet dotnet-core entity-framework entity-framework-core sql-server

Last synced: 14 Oct 2024

https://github.com/barnagergely/sparrow-iot-platform

Easy-to-use aggricultural IoT monitoring and automatizing platform for small-scale businesses

asp-net-core blazor iot iot-platform onion-architecture rest-api

Last synced: 14 Oct 2024

https://github.com/soenneker/soenneker.blazor.utils.jsvariable

A Blazor interop library that checks (and waits) for the existence of a JS variable

blazor csharp dotnet interop javascript js jsvariable jsvariableinterop utils variable

Last synced: 14 Oct 2024

https://github.com/arika0093/blazorpathhelper

BlazorPathHelper is a library that assists in managing URL paths within Blazor projects.

blazor dotnet

Last synced: 08 Dec 2024

https://github.com/syncfusionexamples/blazor-textarea-form-support

The Blazor TextArea component is a fundamental input element in web development that allows users to input multiple lines of text within a designated area, such as comments, messages, or other lengthy content. This component is an extended version of the text-input component, featuring clear icons, a floating label, various sizing options, validati

blazor blazorwebapp textarea

Last synced: 14 Oct 2024

https://github.com/nor0x/tc_exporter

web app to excelify my time trackings

blazor nes-css wasm web-assembly

Last synced: 22 Dec 2024

https://github.com/egorozh/egorozh.razor.layout

Blazor (Razor) layout based on CSS grid

blazor css grid-layout layout razor

Last synced: 22 Dec 2024

https://github.com/powercommands/templates

Templates for creating new projects

blazor blazor-webassembly template webapi

Last synced: 06 Feb 2025

https://github.com/stuart6854/todo-web-app

To-Do Web App built using .Net8 + Blazor

blazor csharp dotnet webapp

Last synced: 14 Oct 2024

https://github.com/graboskyc/monoposaver

A simple web app that will save track your Monopoly game details so you can restart later.

blazor blazor-webassembly mongodb mongodb-atlas mongodb-realm mongodb-realm-app-services mongodb-stitch

Last synced: 27 Jan 2025

https://github.com/michael-sevcik/saas-platform-for-bi-tool

SaaS platform for Metabase BI tool. It easily integrates customer's ERP system with Metabase using custom mapping tool, thereby it accelerates the data analysis and reporting process.

blazor bussiness-intelligence data-mapping saas

Last synced: 30 Jan 2025

https://github.com/jfversluis/blazordisample

Sample code to demonstrate dependency injection with Blazor (Server)

aspnetcore blazor blazor-server blazor-webassembly dependency-injection sample-code

Last synced: 28 Dec 2024

https://github.com/expecho/policy-initiative-bicep-builder

Blazor app to aid in building a bicep template for azure policy initiatives

azure azure-governance azure-policies azure-policy blazor blazor-client blazor-webassembly

Last synced: 17 Jan 2025

https://github.com/thegazed/hira.vrt

HIRA.VRT is a (yet unfinished) Blazor Server WebApplication for learning Japanese hiragana characters.

asp-net blazor blazor-server c-sharp css hiragana hiragana-drill html javascript js mvc razor-pages webapp webapplication

Last synced: 22 Dec 2024

https://github.com/vijay-kumavat/traffic-signal-management

The provided Blazor code implements a Traffic Signal Management system featuring two sections: the Traffic Analyzer and Global Configuration. The Traffic Analyzer displays real-time traffic information, including current and next open directions, remaining time, and selected direction, with dynamically changing button colors indicating intervals.

blazor blazor-server dotnet-core traffic traffic-signal traffic-signal-control

Last synced: 23 Dec 2024

https://github.com/misinformeddna/blazor.filterlistsample

A sample that shows how to filter data. It also exposes a perf issue in Blazor (so be patient)

asp-net-core blazor star-wars

Last synced: 30 Jan 2025

https://github.com/syncfusionexamples/customize-toolbar-options-in-blazor-treegrid-using-templates

A quick-start Blazor project that shows the way to customize toolbar options in the Blazor TreeGrid component using templates.

blazor blazor-treegrid treegrid treegrid-template

Last synced: 16 Dec 2024

https://github.com/syncfusionexamples/blazor-datagrid-different-editmode-for-add-edit-action

This sample is created to demonstrate to show different edit mode for add or edit operation in Grid.

add-dialog blazor blazor-server crud datagrid edit-inline editmodes grid syncfusion syncfusion-blazor

Last synced: 16 Dec 2024

https://github.com/syncfusionexamples/zooming-and-panning-options-in-blazor-charts

A quick start Blazor project that shows how to add zooming and panning options to the Syncfusion Blazor Charts. This project also includes a code snippet to customize the zooming modes and toolbar options, set auto interval on zoomed area and navigate between the zoomed areas using panning options

blazor blazor-chart chart charts dataviz zooming-panning-moving

Last synced: 08 Feb 2025

https://github.com/syncfusionexamples/zooming-and-panning-blazor-maps

A quick start Blazor project that shows how to zoom and pan a Syncfusion Blazor Maps in a Blazor WebAssembly app. This project also includes a code snippet to customize the zooming modes, zooming toolbar, and other toolbar options.

blazor blazor-components blazor-maps blazor-maps-component blazor-ui-components blazor-webassembly maps maps-component syncfusion-blazor zooming-panning-moving

Last synced: 08 Feb 2025

https://github.com/reinoutww/blazor-renderloopdetection

A lightweight Blazor Server (SSR) solution that helps detect excessive re-renders (often referred to as render loops). Render loops can crash your app by exhausting server resources, especially in Blazor Server, where every connected client shares server memory.

blazor blazor-server bug-detection dotnetcore

Last synced: 17 Jan 2025

https://github.com/dahln/dice

A simple dice rolling app

blazor blazor-webassembly dice dnd dnd-tools games

Last synced: 03 Feb 2025

https://github.com/dotnetextensions/oauth20.server.host

Hosted OAuth 2.0 Authorization Server for ASP.NET Core, featuring built-in OAuth 2.0 endpoints, Blazor-based Admin Panel and Personal Account UI, and support for various deployment options including Docker, Kubernetes, Helm, and Windows Service/IIS. Leverages core libraries from DotNetExtensions.OAuth20.

aspnetcore authentication authorization authorization-server blazor cross-platform docker dotnet dotnetcore dotnetframework helm iis kubernetes security windows-service

Last synced: 27 Jan 2025

https://github.com/victorprocure/blazorstatemanagement

Simple Memory Efficient State Management for Blazor

blazor memory-efficient state-management

Last synced: 02 Feb 2025

https://github.com/devkimchi/container-orchestration-sample

This provides sample apps using .NET and Java, with various usage with Dockerfile, without Dockerfile, container orchestration with Docker Compose and .NET Aspire, and deployment to a k8s cluster with .NET Aspire and Aspir8.

asp-net-core asp-net-core-web-api aspirate aspire blazor container docker docker-compose docker-desktop docker-networking dotnet gradle jib maven msbuild spring-boot

Last synced: 09 Feb 2025

https://github.com/srjheam/todorest

To-do list app made with ASP.NET API, Blazor and EF Core.

api api-rest asp-net blazor webapp

Last synced: 26 Jan 2025

https://github.com/layzeedk/swa-blazor

Azure Static Web App using ASP.NET Core Blazor.

azure azure-functions blazor static-web-apps

Last synced: 09 Jan 2025

https://github.com/micahmo/querystringreader

A website that parses and provides easy access to query string parameters

blazor github-pages parse query-string wasm webassembly

Last synced: 25 Jan 2025

https://github.com/umairsyed613/dailylifehelper

Daily Life Helper is developed with Blazor Mobile Bindings. its a Hybrid Mobile App using C# and .NET for Android, iOS, Windows, macOS

android blazor blazor-application ios windowsapp

Last synced: 06 Feb 2025

https://github.com/ellman12/portfolio

My portfolio web app hosted on GitHub Pages, showcasing all the projects I've made over the years.

blazor blazor-application blazor-client blazor-server blazor-wasm blazor-webassembly

Last synced: 17 Jan 2025

https://github.com/manusoft/winformsblazor

WinForms Blazor Template in WinForms

blazor hybrid-app winforms

Last synced: 27 Dec 2024

https://github.com/alanburic/university-dotnet-web-app

ASP.NET 9 Core Web API + MSSQL + client-side rendering Blazor WebAssembly web application example on the topic of a university with courses and students.

application asp-net-core blazor client-side-rendering csr mssql net-9 university wasm web web-api webassembly

Last synced: 06 Feb 2025

https://github.com/kant2002/blazor-on-razor-components

Sample for Blazor running on Razor Components

blazor

Last synced: 06 Feb 2025

https://github.com/borisgerretzen/squaregridlib

Blazor 2D grid component on which you can place panels of customizable size.

blazor dashboard grid grid-layout

Last synced: 07 Feb 2025

https://github.com/nicolaskonishi/csharp_utilizando_asp.net

Repositório de estudos em .NET com foco em Persistência de Dados, Construção de API, Aplicação Web com Blazor, e Autenticação e Autorização. Contém projetos práticos e exemplos dos principais conceitos e técnicas aprendidas durante os cursos.

asp-net asp-net-core azure blazor csharp

Last synced: 25 Jan 2025

https://github.com/subhamk108/blazordemo1

A demo Blazor app intended to be used as a template for demonstrational purposes.

blazor blazor-application csharp dotnet

Last synced: 06 Feb 2025

https://github.com/bradystroud/portfolio

👨🏻‍💻 Porfolio + blog page

blazor blazor-webassembly

Last synced: 06 Feb 2025

https://github.com/bradystroud/blazorcodesharingexample

An example of how Blazor allows the Client and Server to share code. This reduces the amount of code you write, and makes it easier to maintain.

asp-net-core blazor blazor-webassembly

Last synced: 06 Feb 2025

https://github.com/niall3urke/wurqout

A simple app to generate a workout at the click of a button

blazor blazor-webassembly workout-app

Last synced: 18 Jan 2025

https://github.com/poulad/actrack

Activty Tracker

aspnetcore blazor

Last synced: 30 Jan 2025

https://github.com/jamisuni/portfoliostalker

Stalk ur stock holdings, history, and latest alarm levels. Blazor C#

blazor stocks-app

Last synced: 12 Oct 2024

https://github.com/andrew-bedford/re-blog

Simple webassembly-based blog

blazor blog csharp webassembly

Last synced: 10 Jan 2025

https://github.com/niall3urke/wryte

A serverless app for writers making use of Blazor and IndexedDb

blazor blazor-webassembly indexeddb writing-application

Last synced: 14 Oct 2024

https://github.com/nojronatron/explorerssfeed

An excuse to learn and practice ASP.NET Core Blazor coding features and techniques.

asp-net-core blazor c-sharp web-site

Last synced: 17 Jan 2025

https://github.com/niels-bosman/crypto-tracker

A Blazor Crypto tracking app using the coingecko API

blazor blazor-webassembly cryptocurrencies

Last synced: 20 Jan 2025

https://github.com/ricardoboss/rive.blazor.wasm

A Blazor component for Rive animations.

animations blazor blazor-webassembly canvas rive wasm

Last synced: 18 Dec 2024

https://github.com/rightpoint/blazorxamarin

An example of integrating Blazor with Xamarin Forms

blazor blazor-client c-sharp dot-net dot-net-standard wpf xamarin xamarin-forms

Last synced: 24 Dec 2024

https://github.com/adamfoneil/knowledgebase.rcl

Add knowledge base functionality to Blazor apps

blazor knowledge-base markdown

Last synced: 23 Jan 2025

https://github.com/adamfoneil/githubissues.rcl

Limited GitHub API client for reading Issues and Comments with Razor Class Library consuming project

blazor github-api

Last synced: 23 Jan 2025

https://github.com/dotnetextensions/oauth20.server

Core libraries for implementing OAuth 2.0 authorization flows in .NET applications, featuring modular architecture, cross-platform support, Blazor-based UI components, and comprehensive testing. Supports various data storage options and is available via NuGet for easy integration.

authentication authorization blazor core-library cross-platform databases dotnet dotnetcore dotnetframework nuget oauth20 security

Last synced: 11 Feb 2025

https://github.com/zhaytam/aspnetcore3.0-whatsnew

A list of all the breaking changes and new features introduced in ASP.NET Core 3, Blazor and SignalR

asp-net-core-3 blazor breaking-changes new-features signalr

Last synced: 19 Dec 2024

https://github.com/djoufson/blazor-wasm-demo

A demo application for the DevFest 2024 Douala - Buea

blazor blazor-webassembly devfest

Last synced: 07 Feb 2025

https://github.com/ponyspeed888/mvc-propject-template

asp.net core 9 mvc project with identity db already created, and integrated Blazor server side component

blazor identity mvc template-project

Last synced: 07 Feb 2025

https://github.com/bmic86/blip

Chip-8 emulator/interpreter running in web browser. It is implemented in C# and Blazor (also using a little of JS).

blazor blazor-webassembly chip-8-interpreter chip8 chip8-emulator cosmac-vip cosmac-vip-emulator csharp dotnet retrocomputing

Last synced: 25 Dec 2024

https://github.com/huysentruitw/shop

Sample project with HotChocolate GraphQL + EF Core + Blazor

blazor blazor-webassembly dotnet ef-core

Last synced: 10 Jan 2025

https://github.com/hmz777/hmz-v3

The third iteration of my personal portfolio.

blazor blazor-webassembly blog csharp portfolio portfolio-website spa webdesign

Last synced: 25 Dec 2024

https://github.com/hmz777/hmz4th

The fourth iteration of my personal website.

blazor blazor-webassembly blog portfolio static-blog

Last synced: 25 Dec 2024

https://github.com/tjeufoolen/sudoku

Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns

abstract-factory-pattern blazor blazor-server builder-pattern csharp design-patterns razor state-pattern strategy-pattern visitor-pattern

Last synced: 07 Feb 2025

https://github.com/soenneker/soenneker.blazor.mocks.navigationmanager

A simple threadsafe version of NavigationManager for testing with Blazor

blazor csharp dotnet js mock mocknavigationmanager mocks navigationmanager util

Last synced: 26 Dec 2024

https://github.com/joaoveasey/projeto-pets-mvc

Projeto Transdisciplinar FATEC Matão - ASP.NET MVC

aspnet-mvc blazor csharp html modelviewcontroller

Last synced: 17 Jan 2025

https://github.com/sulmar/usuconcept-zus-blazor

Przykłady ze szkolenia Blazor 8

blazor

Last synced: 02 Jan 2025

https://github.com/jisu-woniu/blog

My blog based on Blazor WebAssembly

blazor blog webassembly

Last synced: 03 Jan 2025

https://github.com/r-papso/fithub

Web application for workout tracking

blazor csharp dotnet web

Last synced: 26 Dec 2024

https://github.com/jmongrio/ControlDeBingo

Control de Bingo es una aplicación de Blazor WebAssembly que permite llevar un registro de números en una partida de bingo. Facilita la administración de los números llamados y ofrece una forma sencilla de eliminarlos si se producen errores.

bingo blazor bootstrap5 csharp dotnet netlify web-assembly

Last synced: 23 Oct 2024

https://github.com/magicxor/shoppingstatistics

A simple tool for parsing and visualization of receipts from Russian Federal Tax Service written in C# and blazor

blazor blazor-interop chart csharp dotnet dotnet-core fns highcharts interop interoperability javascript js json tax web

Last synced: 10 Jan 2025

https://github.com/erinnmclaughlin/tizzani.blazorhelpers.browserwindow

Some helper methods for getting resize and scroll events from the browser.

blazor

Last synced: 07 Feb 2025

https://github.com/junian/blazor-apps

A collection of Blazor Micro Apps I made

blazor blazor-application blazor-webassembly sample-code

Last synced: 17 Jan 2025

https://github.com/yapcona/portfolio_website_blazor

.NET/Blazor. This website can showcase a variety of your projects, skills, and achievements. Extensive CSS animations to make the site visually engaging and interactive.

animation-css blazor website

Last synced: 17 Jan 2025

https://github.com/blazinggames/blazing-console

[MIRROR ONLY] A web interface for interacting with the Blazing Games API/WSS.

blazinggames blazor csharp

Last synced: 17 Jan 2025

https://github.com/nlwts/visitmodule

Это проект по C# и Blazor по модулю посещения учащихся

blazor csharp

Last synced: 17 Jan 2025

https://github.com/xevilmaxx/blazorwebgui

Blazor Website with external GRPC / HTTP API + authentication Token

authentication authorization blazor csharp dynamic grpc http https i18next jwt layout mudblazor razor standalone tabs

Last synced: 10 Jan 2025

https://github.com/xevilmaxx/blazorserverpushsignalr

Sample of how to use Blazor + SignalR tech (C# Net 5.0). Mainly how to have a static object to use in any place server side in order to push signalR notification to connected clients.

aspnet aspnetcore blazor csharp css html linux net5 razor signalr

Last synced: 10 Jan 2025

https://github.com/bigelricho/recibro

Allows the viewing and managing of your recipes

blazor fastapi mongodb recipes

Last synced: 03 Jan 2025

https://github.com/jzo001/forge.security.jwt.client.storage.browser

Jwt Token client side / browser storage: LocalStorage, SessionStorage

blazor jwt localstorage provider sessionstorage storage

Last synced: 04 Jan 2025

https://github.com/jzo001/forge.security.jwt.shared

Jwt Token based authentication/authorization shared library

authentication authorization blazor jwt security sso

Last synced: 04 Jan 2025

https://github.com/sajanv88/dotnet8todoappboilerplate

Blazor dotnet 8 boilerplate todo application integrated with tailwind flowbite.

blazor dotnet-8 flowbite-blazor tailwind tailwind-blazor

Last synced: 04 Jan 2025

https://github.com/iskorotkov/non-std-query

App for executing non-standard SQL queries with PostgreSQL

blazor csharp db postgres university web

Last synced: 04 Jan 2025

https://github.com/iskorotkov/blazor-components

Useful components for Blazor WebAssembly

blazor blazor-webassembly csharp css dotnet html js web

Last synced: 04 Jan 2025