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...
APIs are the backbone of modern applications, but even the cleanest code can drag if performance...
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...
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 Authorization is a critical aspect of building secure applications. In...
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...
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 about Blazor for cross-platform...
This post is a quick overview of an Abto Software blog article. The modern .NET framework has...
I am assuming you already have your ASP.NET project ready, I will just straight into implementing...
This post is a quick overview of an Abto Software blog article. ASP.NET services are gaining more...
In many applications, we often work with data that looks different but shares some common features....
In my previous article, I covered validation in Minimal APIs, but security is just as important. Most...
I originally posted this post on my blog. If you're not careful, your Program.cs file can become...
Hey there, fellow code warriors! 👋 Today, we're diving deep into proper logging in ASP.NET Core....
There are three major challenges in the programming world: cross-platform compatibility, legacy code,...
Our advanced Inventory System is free and open source, designed to simplify and optimize your IT...
Asp.Net Core and Keycloak testcontainer Testing a secure Asp.Net Core Api using Keycloak...
🚀 My journey into ASP.NET Core: Implementing a User Registration System 🚀 Hey Devs! 👋 I'm learning...
Integration testing is a type of software testing essential for validating the interactions between...
NuGet is the official package manager for .NET. It provides developers with a vast array of...
If you’re a .NET developer, get ready .NET 10 is here and it’s a Long Term Support (LTS) release!...
No universo das bases de dados em memória, o Redis há muito tempo reina como uma escolha confiável...
I've been working with ASP.NET 4.x and ASP.NET Core for a while, and I've always noticed some unusual...