Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
APIs are the backbone of modern applications, but even the cleanest code can drag if performance...
ASP.NET Core Identity in .NET 10 — From “Login Page” to Production‑Grade Security Most...
C# CancellationToken: The Complete Technical Guide for .NET Developers A CancellationToken...
What is query language? SQL is Structured Query Language and you use it to query your database for...
Master modern C# concurrency by understanding the differences between Concurrency (overlapping time...
Full-stack development is a dynamic career that combines backend logic, data persistence, frontend...
I recently read "Building a CRUD API with ASP.NET Core Web API and PostgreSQL" by M. Oly Mahmud on...
Recentemente, a Maoni publicou um post explicando em detalhes como o DATAS afeta o comportamento das...
Introduction Modals are great for asking questions and providing information to users....
Introduction Learn how to use a custom TagHelper for producing a consistent footer with...
If you're looking to grow your software development skills, learning .NET is a smart move. From...
IActionResult is an interface that represents a general action result. You can return any kind of...
Over the past few weeks, I’ve been deep in a Blazor project, and let me tell you — it’s been a mix of...
1. Introduction Most .NET apps need some kind of background work. Sending emails,...
Here is the updated, self contained article with the throttler explanation folded in, plus a short...
Tutorial: Building a .NET 9 Console App with Hangfire and Channels Overview In...
What’s the difference between AddScoped, AddTransient, and AddSingleton in dependency...
Modern object-oriented programming language developed by Microsoft. It is simple, powerful &...
Microsoft’s .NET 10 is a Long-Term Support (LTS) release, making it one of the most important...
This is a tool I developed to assist in the development of multilingual user interfaces for .NET...
Converting HTML into PDF is a common requirement in modern .NET applications. It is one of those...
Benchmarking Minimal APIs vs Controllers in .NET Inspired by the insightful article How to...
Application Migrations for ASP.NET Core: A Small Library for a Common Problem ...
A deep dive into Clean Architecture, Vertical Slices, YARP, and Event-Driven Design. Microservices...
When you design APIs that return large datasets, pagination is not optional. Without it, you risk...
Dapper Deep Dive Part 8: Ultra-Fast Querying & Mapping Secrets for ASP.NET Core Pros -...
I originally posted this post on my blog. If you're not careful, your Program.cs file can become...
When integrating Worldpay in a production ASP.NET Core application, one of the hardest problems is...
.NET has come a long way since its inception in 2002. What started as a monolithic Windows-only...
If you’re a .NET developer, get ready .NET 10 is here and it’s a Long Term Support (LTS) release!...