Resource-Based Authorization in ASP.NET Core
When authorizing requests in ASP.NET Core Web API projects, it’s not enough to know the...
Read MorePosted by Code Maze | Updated Date Apr 17, 2023 | Web Development
When authorizing requests in ASP.NET Core Web API projects, it’s not enough to know the...
Read MoreIn this article, we are going to learn how to perform property ordering within JSON serialization...
Read MorePosted by Code Maze | Updated Date Apr 15, 2023 | C#, Design Pattern
In this article, we will learn what is an aggregate in Domain-Driven Design. We will get to know...
Read MoreIn this article, we will cover different ways to split a string in C#. As developers, we might...
Read MoreUpcasting and downcasting are important concepts in C# programming that allow us to convert an...
Read More