Why use Asp.Net Core Blazor?

preview_player
Показать описание
Because Blazor runs in web assembly and web assembly is part of all major browsers, which means that the code you write in Blazor is supported by all major browsers including mobile devices.

Learning a new programming language or scripting language especially JavaScript is challenging and time-consuming, so instead of learning JavaScript, you can take leverage of your existing C# coding skills. C# is a well-known strongly typed programming language which means you can catch errors at compile time unlike javascript which is a scripting language and you can catch errors at run-time.

Also, in Blazor you can use the existing .net libraries and the .net ecosystem is pretty rich in libraries and NuGet packages.

Another reason to learn Blazor is that it is fast and you get a near-native experience. The Blazor code runs in web assembly in the browser which can run at near-native speed, which means that it can run as fast as any code in the browser can run. This is especially useful when you develop games that run in the browser.

#blazor #webassembly #blazorserver #blazorvsJavascript #blazorvsreact #blazorvsangular
Рекомендации по теме
Комментарии
Автор

Can learning blazor will helpful in future and Microsoft will keep supporting it?

Rajeshsingh-wsth