News

Fireship on MSN1d

Blazor in 100 Seconds

Blazor is a framework that can build frontend web applications with HTML, CSS, and C#. It leverages web assembly to eliminate ...
Among the .NET news out of Microsoft Build 2020 is a new preview of C#, Microsoft's programming language from the .NET team, plus a fully supported release of Blazor WebAssembly.
Blazor is a framework for building web applications using C#, HTML and CSS. The C# code is used for both client and server functionality, meaning that duplicated business logic is no longer an issue.
With Blazor on the server, you still get to write your web application in C#. Creating a new server-side Blazor application sets up an ASP.Net Core template for your code, with a SignalR endpoint ...
According to Daniel Roth, principal program manager for ASP.NET at Microsoft: With Blazor a developer can write client-side web UI using .NET and C# instead of JavaScript.
Instantiating Blazor Classes If you have a class in your Blazor code and want to call a method on an instantiated version of it from JavaScript code, you can. The problem is, however, that you can't ...
Microsoft wants .NET developers to use its new experimental Blazor toolkit for building web apps to create native iOS and Android apps in C#.
It would be great if you could call Blazor C# methods from your JavaScript code. Right now, that's not quite possible: Simply calling Blazor C# from JavaScript won't work (you'll get a message about a ...