Discover how the CQRS pattern separates read and write operations to enhance system performance, while MediatR promotes cleaner, more testable code through loose coupling. Dive into the intricacies of these powerful architectural patterns and see how they address complex software challenges.
Unleash the power of Typescript’s Utility Types: Unleash the power of Typescript’s Utility Types: Have you ever wondered about the magic behind Typescript in web development? This article introduces the tools called “Utility Types”. Dive in and learn how these tools make programming easier and more fun!
An alternative approach to the new ASP.NET Core SPA templates in .NET 6. It uses YARP as proxy to forward requests to the SPA dev server.
With our brand new Blog Series Guid.New 🔥 Fireside Chats 🔥 Dev-Edition 💻 we aim to share our knowledge with you in a casual way. Starting with Igor Rončević and his guest Marko Lohert sharing their passion about C# and how to use classes and records in real-life projects. Make yourself comfortable and enjoy 30 minutes of practical insights on C# 9.0
Blazor is a new way to write single-page web applications with .NET. Read how we used Blazor for our client Andritz AG and which knowledge we gained from this project.
On July 14th, I gave my talk Entity Framework Core Hidden Gems at .NET Community Austria. Speaking online at the biggest .NET User Group in Austria was an excellent opportunity to share my passion for the topic with a broader audience.
In this blog post I introduce Mapping Generator – a possible design time alternative to AutoMapper. AutoMapper is a useful and widely used library, but “like any tool, it’s not applicable to everything”.
Learning modern C# and modernizing your C# code turns out not to be easy. In a recent conversation that I had with Bahrudin Hrnjica, MVP for Developer Technologies, he used an interesting expression
On March 31st our Meetup group, Microsoft Developer User Group Graz, did its first online streaming ever. We decided to turn the restriction caused by COVID-19 into an opportunity and organized together with the Microsoft Developer User Group Rijeka a joint online event.
In most of our applications, we want to restrict access and we want to provide a user-specific experience. Usually, we have a Single Page Application (SPA) and a REST API. We use OpenID Connect to authenticate users and JSON Web Tokens (JWTs) to access the API.