Showing results for Blazor - .NET Blog

Jul 25, 2018
0
0

Blazor 0.5.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.5.0 is now available! This release explores scenarios where Blazor is run in a separate process from the rendering process. Specifically, Blazor 0.5.0 enables the option to run Blazor on the server and then handle all UI interactions over a SignalR connection. This release also adds some very early support for debugging your Blazor .NET code in the browser!

ASP.NETASP.NET CoreBlazor
Jun 7, 2018
0
0

Blazor 0.4.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.4.0 is now available! This release includes important bug fixes and several new feature enhancements. New features in Blazor 0.4.0 (details below): A full list of the changes in this release can be found in the Blazor 0.4.0 release notes. Get Blazor 0.4.0 To get setup with Blazor 0.4.0...

ASP.NETASP.NET CoreBlazor
May 2, 2018
1
0

Blazor 0.3.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.3.0 is now available! This release includes important bug fixes and many new feature enhancements. New features in this release (details below): A full list of the changes in this release can be found in the Blazor 0.3.0 release notes. Get Blazor 0.3.0 To get setup with Blazor 0.3.0: To install the Blazor templates on ...

ASP.NETASP.NET CoreBlazor
Apr 17, 2018
0
0

Blazor 0.2.0 release now available

Daniel Roth
Daniel Roth

Just a few weeks ago we announced the first preview release of an experimental web UI framework called Blazor. Blazor enables full-stack web development using C# and WebAssembly. So far thousands of web developers have taken on the challenge to try out Blazor and done some pretty remarkable things: The feedback and support from the ...

ASP.NETASP.NET CoreBlazor
Mar 22, 2018
4
0

Get started building .NET web apps that run in the browser with Blazor

Daniel Roth
Daniel Roth

For up to date instructions on how to get started with Blazor, please go to https://blazor.net. Today we released our first public preview of Blazor, a new experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. Blazor enables full stack web development with the stability, consistency, and productivity of...

ASP.NETASP.NET CoreBlazor
Feb 6, 2018
2
0

A new experiment: Browser-based web apps with .NET and Blazor

Daniel Roth
Daniel Roth

Today I’m excited to announce a new experimental project from the ASP.NET team called Blazor. Blazor is an experimental web UI framework based on C#, Razor, and HTML that runs in the browser via WebAssembly. Blazor promises to greatly simplify the task of building fast and beautiful single-page applications that run in any browser. It does this ...

ASP.NETASP.NET CoreBlazor