With Blazor.Diagrams, I can easily create customizable dashboards for users
It takes some time and hard work to get this point, but the release 4.0.0 of Fun.Blazor makes me very happy and satisfy.
I tried to get the benefit from the navigation and form enhancement of blazor in dotnet 8 for my blog site, but with no luck...
最近 dotnet 8 preview 5 发布,想尝试一下在 native AOT 模式下,asp.net core minimal API + blazor 的效果。
After I tried rust by rebuilding my recipe website, I thought I know enough to use rust to build more stuff, at least will not spend too much time. So I tried to build a load test tool ...
Rust is on my radar for many years, but never had opportunities to use it, but recently I found a chance.
Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy
Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy
Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy
How to implement simple dialogs and toasts functions with fsharp and blazor, it can be very simple and fully controlled by your self.
There are so many ways to create RSS, here I choose the internal solution with dotnet
This blog site is rebuilt for many times, now, there is one more to go ...
It may look very weird to combine those stuff together, but when I found this hammer and looking for nails, there really are some...
Blazor server is good, but for some use cases it is a little bit heavy. What if I can run blazor host only when necessary?
自己做项目的时候经常要写一些自动化脚本,但是一直没有用到一个满意的,于是自己妄图来写了一个。
Use the new Fun.OData.Query computation expression DSL to consume the apis which is setup with OData MVC and swagger
Enough counter demo, let's have a look for a real enterprise application which is build with Fun.Blazor
最近一段时间都在折腾 Blazor 的另类使用 Fun.Blazor,现在 2.0 beta 快差不多了,也是时候做一个小结了。
SignalR client can support blazor wasm, so if use that we may have hot-reload for Fun.Blazor in wasm mode.
Hot-reload is very important for building frontend application, because it can save life. Here is the journey for how I make it work and hot to use it.
Fun.Blazor V2 is in beta, I want to use it and try more real stuff
我摸鱼想做的就是当我离开家的时候,我用手机可以远程连接到我的树莓派,然后通过浏览器登录后,来控制四轮机器人运动,并实时预览摄像头画面
最近几年黑暗模式越来越流行,不管是系统成面还是 UI 设计趋势,感觉不光是程序员喜欢黑色主题,大家都好这口,可能是因为大家都越来越喜欢晚睡了吧
Before I use Feliz style for the auto generated dsl but find its a little redundant, so let`s try CE style
Still trying to mess around with the frontend DSL powered by fsharp computation expression
上回说到我用blazor重写了个人博客,当时用的是fsharp,我暴力生成了MudBlazor的DSL来使用。。。
近年来 Blazor 越发火热,虽然不及 react, vue, angular等,但是在 .net 生态,它却是如此特别和重要
我一直被站点安全相关的的名词困惑着,一方面是觉得它们很神秘,另一方面它们本身也很抽象。
Before I experimented Feliz.Router with Fun.Blazor and find some inconvenience so this time I tried to use giraffe style to see how it is going on.
.NET GC 一直都是面试必问题,虽然我不知道有什么意义,但是由于行业内卷逐渐严重,我也只能大概学习一番,有备无患
我们经常会听说登陆(login), 验证(authenticate), 授权(authorize)。他们的区别和具体的实现到底是怎么做的呢?以及和单点登陆(SSO)的关系又是什么呢?和cookie, session, JWT又有怎样的联系呢?
这次的分享主要是后端的实现,以及与前端的集成。另外,为了学习Orleans,我在后端的实现上用了它,虽然这样会增加复杂度,并且显得过度设计,但是出于学习的目的,还是很有趣的。
实现俄罗斯方块的方式很多,但是用event-sourcing的方式做的还是很少,毕竟我没有见过,所以在此做一个简单的尝试
这次的分享主要是项目搭建,以及根据先前的设计做主页的实现
通过简单的UI设计,明确自己要实现的功能,理清自己的思路
React 这么流行,生态如此之广,资料也很多,在此我就分享一个比较另类的使用姿势。。。