Blog for Junior Developers C#/.NET

Progressive Web Apps (PWAs) are gaining increasing popularity in the web development world. Did you know you can build such an app using C# and the Blazor framework? A PWA is simply a web application that leverages modern [...]
PWA in Blazor – How to Build a Progressive Web App in C#
Blazor is a modern framework from Microsoft that allows creating interactive web applications in C# and .NET, without using JavaScript. When you build an application in Blazor, you will face a choice between two hosting models [...]
Blazor Server vs Blazor WebAssembly – Which to Choose for Your Project?
In the world of building web applications, developers have many front-end technologies to choose from. For those with experience in C#/.NET, a particularly interesting comparison is between three popular approaches: Blazor, [...]
Blazor vs Angular vs React – Clash of Front-end Technologies
Friday, September 19, 2025
Tags: Blazor
For some time now, within the .NET world there has been growing buzz about Blazor — a technology that lets you build interactive web applications in C# instead of JavaScript. For many C# developers this sounds like a dream [...]
C# in the Browser? Introduction to Blazor
Tuesday, October 29, 2024
In the previous article I showed you how to separate the view code from the C# code. In this lesson we will work on the same project (default Blazor Web App template) and will show you how to style, how to add CSS files in Blazor [...]
Blazor - Adding CSS Styles
If you create a new Blazor Web App project (you can choose any rendering mode and any rendering location), then in the template, e.g. in the Counter.razor component, you can see that in one file we have both razor code, which is [...]
Separating C# Code From View in Blazor
With .NET 8, a new template called Blazor Web App was created, and this is the cherry on the cake when it comes to Blazor. In this article, I will describe what Blazor Web App is and how to create applications here. Introduction. In [...]
Introduction to Blazor Web Apps
With .NET 8, a new rendering mode called Server Side Rendering (SSR) has appeared. The name itself can be a bit confusing with Blazor Server. However, Blazor Server Side Rendering and Blazor Server are two different things [...]
Introduction to Blazor Server Side Rendering (SSR)
The second hosting model in Blazor is the so-called Blazor WebAssembly, or WASM for short. Initially, Blazor only provided these 2 models, but since .NET 8 it has improved it and added more. In this article, I will introduce you to [...]
Introduction to Blazor WebAssembly (WASM)
In Blazor, you can create different types of apps that can be separated based on the hosting model. The first type is Blazor Server based on SignalR. In this article, I will introduce you to this topic. Introduction. In Blazor Server [...]
Introduction to Blazor Server (SignalR)
© Copyright 2025 CodeWithKazik.com. All rights reserved. Privacy policy | AIDroga.pl
Design by Code With Kazik and Modest Programmer.