Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

code-maze.com

Code Maze

Get the latest updates from Code Maze directly as they happen.

Follow now 65 followers

Latest posts

Last updated over 1 year ago

Measure Application Performance in .NET Using IMeterFactory

over 1 year ago

Performance monitoring is essential for ensuring that our applications run efficiently and...

Implement Roles With Keycloak, Blazor WebAssembly and Web API (RBA)

over 1 year ago

In this article, we will take a step further from the previous...

Keycloak Authentication With ASP.NET Core Web API and Blazor WebAssembly

over 1 year ago

In this article, we are going to learn about integrating Keycloak authentication...

Hybrid Caching in ASP.NET Core

over 1 year ago

In this article, we’ll introduce hybrid caching in .NET, a new cache...

How to Use Pointers in C#

over 1 year ago

In this article, we’ll introduce pointers in C#, exploring their syntax, usage...

Early Binding and Late Binding in C#

over 1 year ago

In C#, method binding refers to associating a method call with the...

Optimistic Locking vs Pessimistic Locking in .NET

over 1 year ago

Since the invention of database systems, they have become the primary source...

How to Connect a SQLite Database to EF Core

over 1 year ago

In this article, we’ll discuss connecting a SQLite database to an ASP.NET...

Chain of Responsibility Design Pattern in C#

over 1 year ago

In this article, we will talk about the Chain of Responsibility Design...

Comparison of Rebus, NServiceBus, and MassTransit in .NET

over 1 year ago

Messaging systems are the backbone of scalable and distributed applications in .NET...

Global Query Filters in Entity Framework Core

over 1 year ago

In this article, we will discuss Entity Framework Core’s global query filters...

Persist Values With AsyncLocal in C# Async Flow

over 1 year ago

In this article, we’ll explain the AsyncLocal class and how to persist...