当前位置:网站首页>Is blazor ready to serve the enterprise?
Is blazor ready to serve the enterprise?
2020-11-08 00:43:00 【Irving the procedural ape】
If you are writing .NET Web Applications , You may have realized that in the last year .NET Web The hot spots in the field of development are Blazor Of . If you don't understand Blazor, It allows you to use C# To write the Web UIs, Traditionally you have to use JavaScript. In the past two years, , I've seen it evolve from a lovely Microsoft experimental project to what they think is a production ready project .
With the official release next week .NET 5 ! We see Blazor A lot of improvements to :CSS Isolation 、JavaScript Isolation 、 Component virtualization 、 Switching events support 、 Delay loading 、 Server side pre rendering and so on . These improvements can help Blazor Catch up with the leading SPA The basic functions of the framework , Such as Vue、React and Angular.
If you're writing code for a company of the right size , You might think Blazor Are you ready for enterprise application development . You can convince your bosses to use it for new application development , Is it possible to refactor an existing application ? I think it's ready . However , It's not an easy answer " yes "-- It involves a subtle answer , It's not just about new technology . Here I would like to share a related English article :
- Is Blazor Safe for Your Enterprise to Bet On?
We will answer some common questions to answer this question :
Blazor Is another Silverlight Do you ?
If you use Blazor Developed for a while , I must feel that this is an unreasonable argument , It's usually the right question to ask Blazor Questions raised by feeling without understanding , But this is one of you in .NET Questions that must be answered in Ecology . Blazor Is based on WebAssembly Standard built ( Use C# instead of JavaScript To build Web Applications ), Instead of using Microsoft's exclusive technology that can be suddenly abandoned . It doesn't need to be like Silverlight.........
版权声明
本文为[Irving the procedural ape]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
使用 Xunit.DependencyInjection 改造测试项目
What? Your computer is too bad? You can handle these moves! (win10 optimization tutorial)
UCGUI简介
什么你的电脑太渣?这几招包你搞定! (Win10优化教程)
Improvement of maintenance mode of laravel8 update
个人短网址生成平台 自定义域名、开启防红、统计访问量
Got timeout reading communication packets解决方法
Fortify漏洞之 Privacy Violation(隐私泄露)和 Null Dereference(空指针异常)
PerconaXtraDBCluster8.0 最详尽用法指南
Android Basics - RadioButton (radio button)
随机推荐
Tail delivery
Got timeout reading communication packets解决方法
Android 9.0/P WebView 多进程使用的问题
Goland 编写含有template的程序
C++基础知识篇:C++ 基本语法
数据库基本操作
supervisor进程管理安装使用
Do you really understand the high concurrency?
京淘项目知识点总结
Experience the latest version of erofs on Ubuntu
The real-time display of CPU and memory utilization rate by Ubuntu
Face recognition: attack types and anti spoofing techniques
C/C++编程笔记:C语言相比其他编程语言,有什么不一样的优势?
Qt混合Python开发技术:Python介绍、混合过程和Demo
Adobe Prelude / PL 2020 software installation package (with installation tutorial)
Web安全(四)---XSS攻击
Static + code block + polymorphism + exception
手撕算法-手写单例模式
面部识别:攻击类型和反欺骗技术
GET,POST,PUT,DELETE,OPTIONS用法与说明