Is it possible to build modern, interactive web applications in C# and .NET without using JavaScript? Microsoft proves that it is – thanks to Blazor. This relatively young framework is gaining increasing popularity among .NET [...]
BMI (Body Mass Index) is a simple yet still popular measure of the relationship between body weight and height. In this tutorial: 1. You’ll build a single-page Blazor Server application from scratch. 2. You’ll learn how to separate [...]
In this article, I’ll tell you what annoys me the most about JavaScript and why I sometimes prefer to build an application in C# with .NET and… Blazor, which lets me avoid many of JavaScript’s pain points. But more on that later [...]
Blazor – Microsoft’s technology that promises to run web applications in the browser using C# instead of JavaScript – has stirred up a lot of excitement among .NET developers. The ability to build an interactive front end in the [...]
From time to time, I encounter concerns from developers who wonder whether Blazor might share the fate of Silverlight—the technology Microsoft ultimately abandoned. Where do these fears come from? Mainly from history. Many [...]
In the dynamic world of .NET web development, two frameworks attract particular attention: Blazor and ASP.NET Core MVC. Both are powerful tools for building modern web applications, but each has its own unique features and [...]
In the dynamic world of web application development, choosing the right framework can be crucial to a project’s success. Two tools that are often compared are Blazor and Vue. In this article, we’ll take a closer look at both [...]
In the world of front-end development, choosing the right framework can significantly influence a project’s success. Two tools that are often compared are Blazor and React. In this article, we’ll take a closer look at both [...]
In today’s fast-paced world of web application development, choosing the right framework can significantly influence a project’s success. Two powerful tools that are often compared are Blazor and Angular. In this article, we’ll take [...]
If you want to become a programmer and create websites, it is definitely worth sticking to all the best practices. This will make your code readable and, above all, easily extensible, and therefore it will make it easier for you and [...]