RO EN
DDD Architecture in .NET Core: How to structure backend projects in a clean and scalable way

DDD Architecture in .NET Core: How to structure backend projects in a clean and scalable way

Domain-Driven Design (DDD) helps to clearly separate responsibilities in .NET applications. In this article, we begin to apply DDD for a blog-type backend, explaining the key concepts and structuring the project into clear layers: Domain, Application, Infrastructure, and API.

Citește mai mult
Data Persistence with ProtectedLocalStorage

Data Persistence with ProtectedLocalStorage

In this article, we discover how we can persist local data in Blazor WebAssembly applications using ProtectedLocalStorage. A practical example will show how we can securely save user preferences (such as the chosen theme).

Citește mai mult
Introduction to the React + .NET Core stack: Advantages and use cases

Introduction to the React + .NET Core stack: Advantages and use cases

Find out why the React + .NET Core stack is ideal for modern web applications. Discover the advantages of each technology and the scenarios in which this combination excels.

Citește mai mult
Communication between components in Blazor

Communication between components in Blazor

In this article, you learn how to manage communication between components in Blazor using EventCallback for sending events and [CascadingParameter] for sharing global data. Everything is illustrated through a practical example: a form that adds items to a list.

Citește mai mult
Reusable Components in Blazor

Reusable Components in Blazor

In this article, we explore how to build reusable components in Blazor, how to use [Parameter] to customize them, and how we can quickly create modular interfaces, such as a CardComponent or an AlertComponent.

Citește mai mult
Data Binding and Events in Blazor

Data Binding and Events in Blazor

In this article, we discover the mechanisms of data binding and event handling in Blazor. You will learn how to use directives such as @bind, @onchange, and @onclick, through a practical example with a form and an interactive list.

Citește mai mult
Routing and Navigation in Blazor

Routing and Navigation in Blazor

In this second part of our Blazor WebAssembly series, we explore one of the most important concepts of any web application: navigation between pages.

Citește mai mult
Introduction to Blazor WebAssembly with C#

Introduction to Blazor WebAssembly with C#

In this article, we begin the series about Blazor WebAssembly. You will learn what it is, how it works, and how you can quickly create a web application in C# that runs directly in the browser.

Citește mai mult