Blazor icon
Blazor icon

Blazor

 5 likes

Blazor lets you build interactive web UIs using C# instead of JavaScript. It allows you to create web applications using HTML, CSS and C#. WebAssembly app development is also available.

Blazor screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
5 / 5 Avg rating (1)
5 likes
1comment
0 news articles

Features

Suggest and vote on features

Blazor News & Activities

Highlights All activities

Recent activities

  • FitikWasTaken and namdx1987 liked Blazor
    6 months ago
Show all activities

Blazor information

  • Developed by

    Microsoft
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  9,329 Stars
  •  646 Forks
  •  0 Open Issues
  •   Updated Feb 23, 2021 (Archived)
View on GitHub

Our users have written 1 comments and reviews about Blazor, and it has gotten 5 likes

Blazor was added to AlternativeTo by David on Aug 4, 2018 and this page was last updated Oct 24, 2021.

Comments and Reviews

   
 Post comment/review
StanleyBall
  
Top positive commentFeb 12, 2020

Simple and very powerful. Probably the future of .NET Core web development.

2

What is Blazor?

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.

FEATURES

  • Runs in all browsers and implements .NET Standard
  • .NET tooling, familiarity and stability
  • Native performance using a trusted security sandbox
  • Allows interaction with JavaScript code and libraries
  • Server-side (generating views and handling an app's logic on a server side) and WebAssembly version (generating views and handling an app's logic in a web browser)

Official Links