
Blazor is .NET in a web browser. What makes it possible?
The most powerful, performant and easy-to-use UI framework is HTML with CSS and JavaScript. DirectX has extremely high development price and UWP is missing many features which are standard in CSS. Achilles heel of pure web development is JavaScript. When you use higher language compiled to JavaScript, one question arises – is JavaScript an efficient intermediate language? The answer is no, and the result is a web bytecode called WebAssembly. Read more ›