Articles by Tag #aspnet

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

How To Build RESTful APIs With ASP.NET Core 8

Introduction Modern software development often requires building RESTful APIs. With the...

Learn More 40 1Jun 28 '24

ASP.NET 8 - Authentication and Authorization in 7 steps.

Introduction In this tutorial, you will learn how to develop an API for user...

Learn More 23 3May 5 '24

MY NEW PROJECT IS NOW ON GITHUB : NOSHII

What is Noshii ? It’s a website for a virtual Chines restaurant, Where you can order Chinese Food,...

Learn More 19 2Jun 23 '24

Minimal API Performance Benchmark

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

Learn More 17 2Jan 27

SouthMart : My New Project is Here Finally

What is SouthMart ?! What technologies are used ? SouthMart is a multi-tenant e-commerce platform...

Learn More 16 2Aug 22 '24

BDD Testing in .NET8

Introduction In this tutorial you will understand what is Behavior-Driven Development...

Learn More 15 0Jun 6 '24

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 13 0Feb 21

AuthenticationHandler in ASPNET

In ASP.NET Core Identity, an AuthenticationHandler is a component that implements the logic for...

Learn More 12 1Sep 17 '24

Understanding Model Binding in ASP.NET

Introduction HTTP is the backbone of a website's communication. This regulates how clients...

Learn More 9 1Aug 29 '24

Creating A Reusable Dynamic Pagination Component in Blazor

Blazor is a modern web framework developed by Microsoft that is changing the way developers build...

Learn More 9 0Aug 26 '24

Designing HTTP API clients in .NET

In this post, I describe a scalable architectural approach to building typed HTTP API clients for...

Learn More 8 0Aug 21 '24

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 8 2Dec 22 '24

what is YARP vs NGINX

YARP (Yet Another Reverse Proxy) is a reverse proxy library developed by Microsoft for .NET. It's...

Learn More 6 0Sep 23 '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

Queue Storage in ASP.NET [Azure]

A rapid-fire guide to integrating a custom Azure Queue Storage service class into your ASP.NET Web...

Learn More 6 1Sep 25 '24

What is ASP.NET used for in software development?

This post is a quick overview of an Abto Software blog article. ASP.NET services are gaining more...

Learn More 5 1Sep 19 '24

Using server sent events in ASP.NET

I am assuming you already have your ASP.NET project ready, I will just straight into implementing...

Learn More 5 0Jan 12

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 Hire Dedicated .NET Developers

This post is a quick overview of an Abto Software blog article. The modern .NET framework has...

Learn More 5 1Dec 16 '24

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 5 6Apr 14

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

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

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

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

ASP.NET Core Integration Testing Best Practises

Integration testing is a type of software testing essential for validating the interactions between...

Learn More 3 0Aug 6 '24

Creating middleware in ASP.NET Core

Creating middleware in ASP.NET Core involves building a class that processes HTTP requests and...

Learn More 3 0Sep 24 '24

Testing Minimal Web APIs with ASP.NET: A Developer's Guide 🚀

Writing tests for Web APIs isn’t always fun, but it doesn’t have to be hard. In this guide, I’ll show...

Learn More 3 1Apr 2

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 3 0Mar 4

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