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 33 11Jun 1 '25

ASP.NET Core Identity in .NET 10 — From “Login Page” to Production‑Grade Security

ASP.NET Core Identity in .NET 10 — From “Login Page” to Production‑Grade Security Most...

Learn More 4 2Nov 28 '25

CancellationToken: The Complete Technical Guide for .NET Developers

C# CancellationToken: The Complete Technical Guide for .NET Developers A CancellationToken...

Learn More 1 0Nov 20 '25

Enhancing your .NET API with query language

What is query language? SQL is Structured Query Language and you use it to query your database for...

Learn More 1 0Nov 6 '25

A No-Nonsense C# Async, Threading & Concurrency Guide

Master modern C# concurrency by understanding the differences between Concurrency (overlapping time...

Learn More 0 0Nov 25 '25

The Ultimate Guide to Becoming a Full-Stack Developer

Full-stack development is a dynamic career that combines backend logic, data persistence, frontend...

Learn More 2 0Nov 15 '25

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 '25

.NET 10: O GC que reduz a memória, mas exige uma escolha dura – Você aceita diminuir o Throughput?

Recentemente, a Maoni publicou um post explicando em detalhes como o DATAS afeta o comportamento das...

Learn More 4 0Oct 29 '25

ASP .NET Core modals

Introduction Modals are great for asking questions and providing information to users....

Learn More 0 0Oct 19 '25

Footer TagHelper

Introduction Learn how to use a custom TagHelper for producing a consistent footer with...

Learn More 0 0Nov 30 '25

Why You Should Learn .NET: Benefits, Features, and Community

If you're looking to grow your software development skills, learning .NET is a smart move. From...

Learn More 0 0Oct 4 '25

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 1 0Oct 12 '25

My Journey Fixing Authentication and Customizing UI in Blazor

Over the past few weeks, I’ve been deep in a Blazor project, and let me tell you — it’s been a mix of...

Learn More 1 0Oct 2 '25

Building a Simple Cron Scheduler in .NET with Cronos

1. Introduction Most .NET apps need some kind of background work. Sending emails,...

Learn More 2 4Nov 28 '25

SemaphoreSlim in .NET, a practical guide with the rest of the toolbox

Here is the updated, self contained article with the throttler explanation folded in, plus a short...

Learn More 3 0Nov 8 '25

Tutorial: Building a .NET 9 Console App with Hangfire and Channels

Tutorial: Building a .NET 9 Console App with Hangfire and Channels Overview In...

Learn More 1 2Nov 20 '25

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 0 0Oct 12 '25

Beginner’s Guide to .NET Development

Modern object-oriented programming language developed by Microsoft. It is simple, powerful &amp;...

Learn More 0 0Nov 4 '25

What’s New in .NET 10 (LTS) — Why It Matters for Developers & Businesses

Microsoft’s .NET 10 is a Long-Term Support (LTS) release, making it one of the most important...

Learn More 1 0Jan 1

My Free .NET Resource File Management Tool: Shen Resources Tool

This is a tool I developed to assist in the development of multilingual user interfaces for .NET...

Learn More 1 0Mar 18 '25

C# HTML to PDF: Puppeteer Sharp Alternatives with IronPDF

Converting HTML into PDF is a common requirement in modern .NET applications. It is one of those...

Learn More 1 0Sep 21 '25

Minimal API Performance Benchmark

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

Learn More 17 2Jan 27 '25

Application Migrations for ASP.NET Core: A Small Library for a Common Problem

Application Migrations for ASP.NET Core: A Small Library for a Common Problem ...

Learn More 0 0Jan 14

Building a Production-Grade Microservices E-Commerce Platform with .NET

A deep dive into Clean Architecture, Vertical Slices, YARP, and Event-Driven Design. Microservices...

Learn More 0 0Jan 15

Strategic Pagination Patterns for .NET APIs

When you design APIs that return large datasets, pagination is not optional. Without it, you risk...

Learn More 0 0Oct 12 '25

Dapper Deep Dive Part 8: Ultra-Fast Querying & Mapping Secrets for ASP.NET Core Pros - FreeLearning365.com

Dapper Deep Dive Part 8: Ultra-Fast Querying &amp; Mapping Secrets for ASP.NET Core Pros -...

Learn More 0 0Oct 16 '25

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 '25

Debugging Worldpay Webhooks in ASP.NET Core

When integrating Worldpay in a production ASP.NET Core application, one of the hardest problems is...

Learn More 0 0Jan 8

The Evolution of .NET: From Framework to .NET 9 and Beyond

.NET has come a long way since its inception in 2002. What started as a monolithic Windows-only...

Learn More 0 0Mar 30 '25

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 5 0Mar 4 '25