Articles by Tag #aspnet

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Tips for Improving API Performance in ASP.NET Core

APIs are the backbone of modern applications, but even the cleanest code can drag if performance...

Learn More 32 11Jun 1

Minimal API Performance Benchmark

Benchmarking Minimal APIs vs Controllers in .NET Inspired by the insightful article How to...

Learn More 17 2Jan 27

Building a CRUD API with ABP Framework, ASP.NET Core, and PostgreSQL

I recently read "Building a CRUD API with ASP.NET Core Web API and PostgreSQL" by M. Oly Mahmud on...

Learn More 14 0Feb 21

Permission-Based Authorization in ASP.NET Core: A Step-by-Step Guide

Introduction Authorization is a critical aspect of building secure applications. In...

Learn More 13 3Dec 22 '24

TIL: How To Use the Specification Pattern in C# To Simplify Repositories

I originally posted an extended version of this post on my blog a long time ago in a galaxy far, far...

Learn More 6 1Oct 28 '24

What’s the difference between AddScoped, AddTransient, and AddSingleton in dependency injection?

What’s the difference between AddScoped, AddTransient, and AddSingleton in dependency...

Learn More 5 0Oct 12

Blazor for Cross-Platform Development in 2025

This post is a quick overview of an Abto Software blog article about Blazor for cross-platform...

Learn More 5 0Apr 25

How to Hire Dedicated .NET Developers

This post is a quick overview of an Abto Software blog article about how to hire dedicated .NET...

Learn More 5 1Dec 16 '24

Polymorphic Serialization in .NET

In many applications, we often work with data that looks different but shares some common features....

Learn More 5 0Nov 29 '24

How to Deploy ASP.NET Applications on IIS: Complete Guide

Deploying ASP.NET applications on IIS is an essential task for developers working in Windows...

Learn More 5 0Mar 23

What’s the difference between IActionResult and ActionResult<T> in ASP.NET Core Web API?

IActionResult is an interface that represents a general action result. You can return any kind of...

Learn More 5 0Oct 12

HybridCache & Redis: Cache Smarter, Not Harder for ASP.NET APIs 🚀

Cache Smarter, Not Harder If your ASP.NET API slows down under frequent database queries,...

Learn More 5 0May 1

How ASP.NET Core Makes Modern Apps Easy?

Nowadays, it is necessary that the business provide software that is not just functional but also...

Learn More 5 5Jul 28

Keeping Your "Antique" ASP.NET 4.x Projects Alive on macOS with ServBay

There are three major challenges in the programming world: cross-platform compatibility, legacy code,...

Learn More 4 0May 7

Implementing JWT Authentication in Minimal APIs

In my previous article, I covered validation in Minimal APIs, but security is just as important. Most...

Learn More 4 0Feb 5

Building a User Registration System in .NET Core & C#

🚀 My journey into ASP.NET Core: Implementing a User Registration System 🚀 Hey Devs! 👋 I'm learning...

Learn More 4 0Feb 15

What’s New in .NET 10: Everything You Need to Know

If you’re a .NET developer, get ready .NET 10 is here and it’s a Long Term Support (LTS) release!...

Learn More 4 0Mar 4

Asp.Net Core and Keycloak testcontainer. Testing a secure Asp.Net Core Api using Keycloak Testcontainer

Asp.Net Core and Keycloak testcontainer Testing a secure Asp.Net Core Api using Keycloak...

Learn More 4 0Nov 16 '24

Proper Logging in ASP.NET Core

Hey there, fellow code warriors! 👋 Today, we're diving deep into proper logging in ASP.NET Core....

Learn More 4 0Mar 19

How to Better Organize Your Program.cs File in ASP.NET Core Apps

I originally posted this post on my blog. If you're not careful, your Program.cs file can become...

Learn More 4 6Apr 14

DragonflyDB com C#: Uma Alternativa Moderna ao Redis

No universo das bases de dados em memória, o Redis há muito tempo reina como uma escolha confiável...

Learn More 4 0Feb 27

Como o .NET Gerencia sua Memória (e por que você não deve interferir).

A gestão de memória no .NET é um tema fascinante que frequentemente surpreende até mesmo...

Learn More 3 1Feb 26

Minimal APIs and Middleware in ASP.NET Core

Minimal APIs and Middleware in ASP.NET Core Introduction ASP.NET Core Minimal APIs let you build...

Learn More 3 2Mar 13

Global Query Filtering in EF Core

Global Query Filters allow you to define LINQ predicates at the model level. Once defined, these...

Learn More 3 3Jun 8

Rate Limiting in ASP.NET MVC 5

One of the most important parts in any application is to secure your application against Denial of...

Learn More 3 0Jan 31

testing minimal web apis with asp.net

Testing Web APIs doesn’t need to be a chore. No sprawling frameworks. No over-engineered test setups....

Learn More 3 1Apr 2

Send and Receive RCS Suggested Replies with ASP.NET Core and Vonage

Rich Communication Services (RCS) represents the evolution of SMS: bringing branded, interactive, and...

Learn More 3 0Aug 15

What is inside Rate Limiting for .NET

The Rate Limiting API debuted in .NET 7. It implements several popular algorithms for limiting the...

Learn More 3 0Nov 19 '24

Share authentication cookies between ASP.NET 4.x and ASP.NET Core

I've been working with ASP.NET 4.x and ASP.NET Core for a while, and I've always noticed some unusual...

Learn More 3 1Feb 17

Asp.Net 8 – Multilingual Application with single Resx file - Part1

Asp.Net 8 – Multilingual Application with single Resx file - Part1 A practical guide to...

Learn More 2 0Nov 6 '24