# Blog.MVP.Blazor **Repository Path**: laozhangIsPhi/Blog.MVP.Blazor ## Basic Information - **Project Name**: Blog.MVP.Blazor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-06-03 - **Last Updated**: 2025-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Logo](http://img.neters.club/github/mvpblazorlogo.png) 预览地址: https://mvp.neters.club/ ## Contents * [Introduction](#introduction) * [General](#general) * [Sample Projects](#sample-projects) * [Tutorials](#tutorials) * [Libraries & Extensions](#libraries--extensions) * [Videos](#videos) * [Articles](#articles) * [Podcasts](#podcasts) * [Presentations slides](#presentations-slides) * [Tooling](#tooling) * [Books](#books) * [E-Books](#e-books) * [Courses](#courses) * [Community](#community) * [Other Languages](#other-languages) ## 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](https://blazor.net). ### Get started To get started with Blazor, follow the instructions in the [Blazor Get Started](https://docs.microsoft.com/aspnet/core/blazor/get-started) documentation. ## General * [ASP.NET Blog's archives](https://devblogs.microsoft.com/aspnet/category/blazor/) - Archives of the ASP.NET blog about Blazor. * [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/client) - Official website of Blazor, from Microsoft. * [Blazor bites](https://chrissainty.com/blazor-bites/) - Blazor bites series by Chris Sainty. * [Blazor-Dev gallery on .NET Foundation](https://dotnet.myget.org/gallery/blazor-dev) - Daily builds of the 'dev' branch of Blazor. * [Blazor Extensions](https://github.com/BlazorExtensions) - Curated extensions for Microsoft ASP.Net Core Blazor. * [Blazor University](http://blazor-university.com/) - Unofficial documentation website. * [Demo](https://blazor-demo.github.io/) - Official basic demo website. * [Documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor) - Official documentation, by Microsoft. * [eShopOnBlazor](https://github.com/dotnet-architecture/eShopOnBlazor) - ![GitHub stars](https://img.shields.io/github/stars/dotnet-architecture/eShopOnBlazor?style=flat-square&cacheSeconds=604800&logo=microsoft) ![last commit](https://img.shields.io/github/last-commit/dotnet-architecture/eShopOnBlazor?style=flat-square&cacheSeconds=86400) Migration of a traditional ASP.NET Web Forms app to Blazor, sample by Microsoft Architecture. * [FAQ](https://github.com/aspnet/Blazor/wiki/FAQ) - FAQ. * [GitHub repository](https://github.com/aspnet/Blazor) - ![GitHub stars](https://img.shields.io/github/stars/aspnet/Blazor?style=flat-square&cacheSeconds=604800&logo=microsoft) ![last commit](https://img.shields.io/github/last-commit/aspnet/Blazor?style=flat-square&cacheSeconds=86400) The official Blazor repository. * ['Hello World' sample](https://github.com/dodyg/practical-aspnetcore/tree/master/projects/blazor) - 'Hello World' sample. * [Introduction to ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/) - Introduction to ASP.NET Core. * [Study Blazor](https://studyblazor.com) - Blazor tutorial for beginners, in simple and easy steps starting from basics to advanced concepts with more code snippets. * [Workshop](https://github.com/dotnet-presentations/blazor-workshop/) - ![GitHub stars](https://img.shields.io/github/stars/dotnet-presentations/blazor-workshop?style=flat-square&cacheSeconds=604800&logo=microsoft) ![last commit](https://img.shields.io/github/last-commit/aspnet/Blazor?style=flat-square&cacheSeconds=86400) Build a complete Blazor app and learn about the various Blazor framework features along the way.