RO EN
Foundations and CQRS Architecture in .NET

Foundations and CQRS Architecture in .NET

In this first article of the series dedicated to the CQRS pattern in .NET, we explore the architectural fundamentals and the advantages of separating responsibilities between commands and queries. Discover how to structure a modern project using CQRS and DDD for clarity, scalability, and efficient maintenance.

Citește mai mult
Deployment & Conclusions

Deployment & Conclusions

We conclude this series with two essential components for any real application: cloud deployment and a candid reflection on the lessons learned. We discuss hosting options for React and the .NET API and extract best practices from the DDD architecture applied in the project.

Citește mai mult
Advanced Features in a Modern Blog: Comments, Pagination, Upload, and SEO

Advanced Features in a Modern Blog: Comments, Pagination, Upload, and SEO

Comments, relationships between entities, pagination, cover image upload, and SEO: everything you need for a modern blog with React and .NET Core.

Citește mai mult
Authentication and Authorization in React + .NET Core: Identity + JWT + Route Protection

Authentication and Authorization in React + .NET Core: Identity + JWT + Route Protection

In this article, we learn how to secure a blog using JWT authentication, implementing ASP.NET Core Identity, and how to manage login and tokens in React. We will explore modern concepts of authorization and resource protection.

Citește mai mult
What's new in .NET 10 Preview 5 – Features, improvements, and the direction of .NET

What's new in .NET 10 Preview 5 – Features, improvements, and the direction of .NET

.NET 10 Preview 5 brings improvements for AOT, trimming, performance, and extended support for cloud-native scenarios. Discover what's new in this preview.

Citește mai mult
Automated testing in React + .NET Core: from unit to integration

Automated testing in React + .NET Core: from unit to integration

Write automated tests in React and .NET: unit tests, integration tests, WebApplicationFactory, React Testing Library, Vitest. A practical guide for modern applications.

Citește mai mult
Introduction to Authentication in Blazor WebAssembly

Introduction to Authentication in Blazor WebAssembly

In this article, we explore the fundamentals of authentication in Blazor WebAssembly. You will learn how to implement a custom AuthenticationStateProvider, how to create a login and logout page, and how to protect routes using [Authorize]. All accompanied by complete code and easy-to-follow examples.

Citește mai mult
Frontend ↔ Backend Interaction

Frontend ↔ Backend Interaction

Connect React and .NET Core in a modern blog. Learn how to create endpoints, consume APIs, and validate data on both sides.

Citește mai mult