![]() |
преди 18 часа | |
---|---|---|
Archives | преди 1 месец | |
Images | преди 5 месеца | |
CONTRIBUTING.md | преди 1 година | |
LICENCE | преди 1 година | |
README.md | преди 18 часа |
A collection of awesome Blazor resources.
Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Contributions are always welcome! Please take a look at the contribution guidelines pages first. Thanks to all contributors, you’re awesome and wouldn’t be possible without you!
Blazor is a .NET web framework to build client web apps with C#.
Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. More information on the official Blazor website.
To get started with Blazor, follow the instructions in the Blazor Get Started documentation.
To open Blazor projects in Visual Studio, you must have Visual Studio 2019 16.3 or later and the .NET Core 3.0 SDK.
Note: the Blazor Visual Studio extension is no longer required since .NET Core 3.0 Preview 7. Uninstall the extension if you still have it installed.
Blazor.Msal - Sample implementation for MSAL in Blazor, it shows how to integrate a Single Page Web Application made in Blazor WebAssembly with Azure Active Directory. It allows to authenticate the user and then acquire an access token to make a secure call to an external API. The code internally uses MSAL.js to implement the OpenID Connect and OAuth2 flows.
BlazorAzure.WebApp - Blazor Azure web app.
BlazorAzure.Functions - Azure function with Blazor.
BlazorFile2Azure - Upload a file from Blazor WebAssembly to Azure Blob Storage.
BlogCore -
Modern CMS on Domain-driven Design and Clean Architecture patterns.
WordDaze -
Blogging application written using Blazor with a WebAPI backend.
RapidCMS -
A code-first, extensible Blazor app that generates a CMS for your own database.
AsteroidsWasm -
A mixed bag of C# projects to see if a single .NET Standard base can run across all common platforms include WebAssembly. Demo.
BlazorQuiz -
Simple quiz using Blazor.NET and WebAssembly.
Blagario -
Experimental lab to test Blazor server side as multiplayer game engine.
BlazorChess -
Chess engine implemented with Blazor. Demo.
Flappy Blazor Bird -
Blazor Flappy Bird’s port. [Wasm Demo] | [Multiplayer Demo].
Tzaar - Implementation of the board game Tzaar with Blazor and SignalR. Demo.
BlazorGameSnake - 2D game snake with customizations, path finding algorithm, and sound effects using SVG. Demo.
Blazor20Questions - Client/Server game using Websockets (SignalR) & MongoDB API, with Docker (docker-compose).
BlazorDestinationGame - Quiz about places in the world. Demo.
BlazorDice - Roll the dice.
BlazorPong - Pong in Blazor server side using SignalR Core. Demo.
BlazorTictactoe - Tic-tac-toe in Blazor WebAssembly. Demo.
DiabloBlazor - Blazor port of DiabloWeb, making it a double WebAssembly app: a WebAssembly (C#) PWA hosting a WebAssembly (C++) game. Demo.
BlazorConnectFour - Classic childhood game ConnectFour in Blazor.
Scalable sentiment analysis -
A sample ables to make sentiment analysis prediction/detection of what the user is writing in a very UI interactive app (Blazor based) in the client side and running an ML.NET model (Sentiment analysis based on binary-classification) in the server side.
PropertyPrices - A blazor front-end site that provides analysis and ensemble learning predictions (through SharpLearning) of property prices in the UK.
BlazorTasks -
To-Do App.
Bolero.TodoMVC -
A TodoMVC clone using Bolero.
BlazorAdvancedTodo - A Blazor to-do app with state and undo function.
Flight Finder -
Flight Finder.
Oqtane Framework -
Modular Application Framework for Blazor.
BlazorElectronExperiment -
Exploring how a Blazor could be used to build a cross-platform desktop application using Electron.
BlazorFileReader -
Read-only File streams in Blazor. Demo.
BlazorDesktop -
Native desktop Blazor app which not using Electron, by Steve Sanderson.
Toss.Blazor -
Twitter-like web application using Blazor.
Blazor.Toaster -
A Blazor port of Toastr.js.
BlazorChatSample -
Blazor chat demo using SignalR JS client with interop.
Tour of Heroes -
Blazor implementation of Angular Tour of Heroes.
Runny -
Prototype of running roslyn in the browser via Blazor. Demo.
Blazor Weather -
A Blazor Weather sample app that shows the current weather for your current location and a collection of pinned locations. Demonstrated at .NET Conf 2019 by Daniel Roth. Demo.
Gitter -
A Blazor Gitter client.
NethereumBlazor -
Ethereum blockchain explorer and simple wallet.
BlazorGrpc -
Sample project that demonstrates how you can use the power of Blazor, ASP.NET Core, and gRPC to create a web application which can communicate with a backend that uses gRPC.
BlazePort -
A futuristic ride share app for space travel written in full stack .NET with Blazor.
BlazingPizza (server side) -
A server side Blazor version of the Blazing Pizza project from the Blazor - app building workshop
.
BlazorGraphExample -
Example application for connecting to Graph API from Blazor.
BlazorDynamicList -
Dynamic component binding for a generic list. Demo.
Try F# on WebAssembly -
The F# compiler running in WebAssembly with Bolero.
StarshipTraveler -
A starship traveler demo app built with Blazor for the DevOne 2019 conference.
Blazor + Sitecore -
Example of dynamic pages and routes with SiteCore and Helix.
BlazorServerTree -
A simple Server-Side Blazor sample app to deal with hierarchical data.
eShopOnBlazor -
Migration of a traditional ASP.NET Web Forms app to Blazor.
BlazorBinding -
Sample Blazor App demonstrating various data binding scenarios.
Blazor FIRE Calculators -
Client-side financial calculators built using Blazor WebAssembly. Demonstrates custom number formatting and offline Progressive Web App (PWA) functionality. Demo.
WebSocketPage -
Web Socket in Blazor. demo.
Blazor Survey -
A hybrid F#/C# Blazor sample app to kick the tyres of
Beam - A social network demo application. This is the source code of the LinkedIn course “Blazor First Look”.
C# Minifer A client-side Blazor application demonstrating live minification of C# code using the C# Minifier library. Demo.
BlazorClockCanvas - Complex clock based on Canvas. Demo.
Blazor Spreadsheet - Spreadsheet app developed in Blazor. Demo.
Client-side RealWorld - RealWorld implementation of Blazor Client-Side. Demo.
BlazorClockSVG - Complex clock based on SVG. Demo.
Server-side RealWorld - RealWorld implementation of Blazor Server-Side. Demo.
BlazorPasswordPattern - Password pattern based on SVG. Demo.
BlazorRawHtmlRenderer - Raw HTML rendering with Blazor. Demo.
BlazorBeerCalculator - Offline beer alc. vol. calculator built on Blazor. Demo.
BlazorCalculator - Simple calculator with history and ability to use previous results in new calculations. Demo.
Blazor calculator with expressions - A sample numerical expression evaluator in Blazor utilizing an F# library that uses FsLex and FsYacc to parse expressions. Demo.
Blazor Charts - Chart components for Blazor.
Blazor Converters - Blazor Converters is simple converter app written using Blazor, influenced by Windows 10 Calculator.
BlazorCRUD - Sample line of business application that illustrates key features of Blazor. Demo.
BlazorFormsValidation - Blazor form validation sample.
BlazorPaint - A paint sample with Blazor (demo).
BlazorPages - A sample client-side Blazor app showcasing automatic deployment to GitHub Pages via Azure Pipelines.
BlazorServiceWorker - A client-side Blazor template with service worker caching.
Blazor Summernote - Wrapper for the new MS Blazor framework, allowing the use of the Summernote WYSIWYG editor in a form.
Blazor Tree CRUD - CRUD operations with hierarchical data. Blazor Server + GraphQL + EF.
Blazor.Universal - Example of using Blazor to build Xamarin based UWP application without WebAssembly.
BlazorUnmarshalledCanvas - Unmarshalled invoking of Canvas 2d context from Blazor.
BlazorValidationControls - Blazor validation controls.
Blazor + Electron sample - Explore how a Blazor app can be used to build a cross-platform desktop app.
Data Driven Layout - Two ways of driving the layout based on data in the page.
Pattern Maker - C# code transformation demo that uses Roslyn and Monaco Editor. Demo.
Rudder Example - Sample application using Rudder state container for Blazor.
TaxiFareBlazorServer - ML.NET TaxiFare Prediction Model with Blazor Server-Side front end.
Tulsa .NET User Group website - Tulsa .NET User Group website.
ZoraGen Blazor - PWA capable Blazor UI for the ZoraSharp library.
Planning Poker – An app to play Planning Poker for distributed teams. The app is implemented using Blazor and shows how to switch between client-side and server-side mode with a configuration change. Demo.
Gjallarhorn - Compare packages on different NuGet-sources. Demonstrating Client-Side Blazor MVVM-style.
C# Regex Tester online - Online tool for verify .Net regex syntax. (Demo).
CssBuilder – A clean code approach to conditional CSS classes for Razor components in Blazor.
EncFS over Google Drive - Online tool written in Blazor for encrypt/decrypt files in Google Drive.
BlazorPoint - Sample App to help you get started with hosting Blazor on SharePoint Pages, Completely Client Side.
Return - Realtime retrospective tool built in ASP.NET Core and Blazor.
Blazor Tour of Heroes - Blazor Tour of Heroes, using Blazor-State(State Management architecture utilizing the MediatR pipeline) for the Redux style state.
Blazor.Console - A simple component to mock CLI for ASP.NET Core 3.0 Blazor applications to execute some custom commands for an application.
Cognitive Services Explorer - PWA enabled app used to showcase what Cognitive Services can do, built-in client-side Blazor. Demo.
Reusable components like buttons, inputs, grids and more.
Window.confirm()
and onbeforeunload
as .Net Blazor Component (Demo).<Title>
and <Meta>
components for changing the document titile and meta elements, with server-side prerendering support for SEO/OGP. (Demo).Libraries and extensions for state management, cookies, local storage and other specific tools.
Simple logging server - An ultra simple remote log message server written in Blazor and .NET Core 3.
Blazor Extensions Home - Home for Blazor Extensions.
Bolero - Blazor for F# with hot reloaded templates, type-safe endpoints and routing, remoting, and much more.
BlazorMobile - Launch Blazor as a mobile application on iOS, Android & UWP.
NObservable - MobX-like observables and component instrumentation.
BlazorOfficeUIFabric - Microsoft Office Fabric UI port for Blazor.
Blazor-Dashboard - Admin Dashboard Template Theme for Blazor.
BlazorEmbedLibrary - Provides Blazor-style embedded static content files for Razor Components projects.
BlazorFabric - Blazor port of Microsoft UI Fabric with fluent design. (Demo).
WebSocketHelper - Helper for Web Socket in Blazor.
Bionic - An Ionic CLI clone for Blazor projects.
BlazorFileSaver - Blazor Component wrapper for FileSaver.js (Demo).
Blazor.DynamicJavascriptRuntime.Evaluator - Execute dynamic object expressions as Javascript in Blazor client-side apps.
Blazor.AdaptiveCards - Adaptive Cards for Blazor. Documentation.
To the extent possible under law, Adrien Torris has waived all copyright and related or neighboring rights to this work.