The Blazor series is over!

The Blazor series is over!

The reprinting of the Blazor series is 'over'. In fact, the webmaster had 'completed the reprinting' on the 25th, and simultaneously released it on the 'Dotnet9' website ('dotnet9.com'), and created an album 'Everyone Learn Blazor Together', which you can browse at any time on the website.

最后更新 12/30/2021 10:46 PM
沙漠尽头的狼
预计阅读 3 分钟
分类
Blazor
专题
Learn the Blazor series together
标签
.NET C# Blazor front end

开心

Finally finished

Blazor 系列转载终结啦,其实站长在 25 号时就已完成转载,并同步在Dotnet9网站(https://dotnet9.com)发布,并创建了一个专辑《大家一起学Blazor》,大家可随时在网站浏览。

Dotnet9网站同步

Reprint feeling

ASP.NET Core & Blazor Series

Original series address: ithelp.ithome.com.tw/users/20140893/ironman/4317

原文系列截图

Blazor 目前用的人不多,从前段时间发文阅读量可以看出来。但站长转载这一系列,除了为公众号增加素材外,另一目的也是为了学习Blazor这一技术,因为计划工作上是要用的,在一边看原作者文章,一边动手学习过程中,收获良多,对原作者很是感谢,能二次分享,站长也是很高兴的!

Reprinting this series is a bit time-consuming

站长边看边动手操作一遍(最后 2 篇单元测试未做),学习 Blazor 技术点记忆比较深刻,大家可以尝试,不要只是

The article was converted from traditional to simplified by Google, and I revised it slightly according to my simplified Chinese habits, so the longest article took more than 4 hours (including typing in code by hand), from 9 p.m. to 1 a.m., and unknowingly, time passed by, but I was very satisfied to learn something, and I admired the original author. Originating is the most time-consuming and hard work.

learning suggestions

In addition to the official Microsoft Blazor documents, this series is worth taking a look at. The author's original text uses. NET 5, and the webmaster uses. NET 6 refactoring. Most of them are not much different. Everyone can compare and learn from the original text. By the way, the author's article At the end of each article, there are reference articles quoted and recommended, so you can gain more by clicking it.

Microsoft Blaozr official document: docs.microsoft.com/zh-cn/aspnet/core/blazor/? view=aspnetcore-6.0

Original series: ithelp.ithome.com.tw/users/20140893/ironman/4317

Original author case warehouse: github.com/Tommy95271/BlazorPractice

Webmaster post series: See Dotnet9 public account and website

Webmaster Dotnet6 reconstruction case warehouse: github.com/dotnet9/BlazorDemo

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 11/6/2024

Why is my blog site back in Blazor?

The blog website has gone through hardships in development. It has tried nearly 10 versions such as MVC, Vue, and Go. Now it has returned to Blazor and adopts static SSR. The speed has skyrocketed and it has been successfully launched.

继续阅读
同分类 / 同标签 2/29/2024

Data display can also be done in Winform

In the process of developing winform, data display functions are often needed. I have been using the gridcontrol before. Today, I want to use an example to introduce to you how to use the table component in ant design blazor hybrid to display data.

继续阅读
同分类 / 同标签 2/29/2024

Can Winform's interface become better?

A few days ago, I introduced to you the use of blazor hybrid in winform, and I also said that with blazor's ui, our winform program design can be more beautiful. Next, I want to use an example of drawing in winform blazor hybrid to illustrate it, hoping to be helpful to you.

继续阅读