News

In a previous column, I showed how to create a "Hello, World" application that integrated JavaScript functions and C# Blazor methods. However, my Blazor-world and JavaScript-world code didn't interact ...
Exception handling is different for asynchronous code. Learn the exception handling semantics for asynchronous methods in C#.
Roslyn features open source C# and Visual Basic compilers offering code analysis APIs. DuoCode is another tool for compiling to JavaScript without actually writing JavaScript.
Downloading compiled C# code to the browser using Blazor is all very good -- but it would be so much better if you can integrate your Blazor code with JavaScript. Here’s how to do that.