iwy81 / Blog.MVP.Blazor

一个学习Blazor的案例项目

Home Page:http://mvp.neters.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Contents

Introduction

What is Blazor?

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.

Get started

To get started with Blazor, follow the instructions in the Blazor Get Started documentation.

General

About

一个学习Blazor的案例项目

http://mvp.neters.club


Languages

Language:HTML 52.5%Language:C# 26.6%Language:CSS 12.8%Language:JavaScript 7.2%Language:Shell 0.9%