Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction Modern software development often requires building RESTful APIs. With the...
Introduction In this tutorial, you will learn how to develop an API for user...
What is Noshii ? It’s a website for a virtual Chines restaurant, Where you can order Chinese Food,...
Benchmarking Minimal APIs vs Controllers in .NET Inspired by the insightful article How to...
What is SouthMart ?! What technologies are used ? SouthMart is a multi-tenant e-commerce platform...
Introduction In this tutorial you will understand what is Behavior-Driven Development...
I recently read "Building a CRUD API with ASP.NET Core Web API and PostgreSQL" by M. Oly Mahmud on...
In ASP.NET Core Identity, an AuthenticationHandler is a component that implements the logic for...
Introduction HTTP is the backbone of a website's communication. This regulates how clients...
Blazor is a modern web framework developed by Microsoft that is changing the way developers build...
In this post, I describe a scalable architectural approach to building typed HTTP API clients for...
Introduction Authorization is a critical aspect of building secure applications. In...
YARP (Yet Another Reverse Proxy) is a reverse proxy library developed by Microsoft for .NET. It's...
I originally posted an extended version of this post on my blog a long time ago in a galaxy far, far...
A rapid-fire guide to integrating a custom Azure Queue Storage service class into your ASP.NET Web...
This post is a quick overview of an Abto Software blog article. ASP.NET services are gaining more...
I am assuming you already have your ASP.NET project ready, I will just straight into implementing...
In many applications, we often work with data that looks different but shares some common features....
This post is a quick overview of an Abto Software blog article. The modern .NET framework has...
I originally posted this post on my blog. If you're not careful, your Program.cs file can become...
🚀 My journey into ASP.NET Core: Implementing a User Registration System 🚀 Hey Devs! 👋 I'm learning...
Hey there, fellow code warriors! 👋 Today, we're diving deep into proper logging in ASP.NET Core....
Asp.Net Core and Keycloak testcontainer Testing a secure Asp.Net Core Api using Keycloak...
In my previous article, I covered validation in Minimal APIs, but security is just as important. Most...
Integration testing is a type of software testing essential for validating the interactions between...
Creating middleware in ASP.NET Core involves building a class that processes HTTP requests and...
Writing tests for Web APIs isn’t always fun, but it doesn’t have to be hard. In this guide, I’ll show...
If you’re a .NET developer, get ready .NET 10 is here and it’s a Long Term Support (LTS) release!...
The Rate Limiting API debuted in .NET 7. It implements several popular algorithms for limiting the...
I've been working with ASP.NET 4.x and ASP.NET Core for a while, and I've always noticed some unusual...