Articles by Tag #aspnetcore

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

Building a Custom Logging Provider in ASP.NET Core

Logging is one of the most important parts in .NET ecosystem and any developer should interact with...

Learn More 22 3Oct 22 '24

Implementing ASP.NET Identity for a Multi-Tenant Application: Best Practices

Building a multi-tenant application presents unique challenges, especially when it comes to managing...

Learn More 12 0Sep 23 '24

.NET 10 Features You Should Be Using Now

.NET 10 is here, and it’s packed with powerful improvements that make modern development faster,...

Learn More 10 1May 27

Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

Introducción En el desarrollo de software, construir aplicaciones modulares y flexibles es...

Learn More 7 3Oct 26 '24

🚀 Unlock Blazing Fast Performance with HybridCache in ASP.NET Core 9

Caching is the hidden superpower that can skyrocket your web app's performance — but what if you...

Learn More 6 2Mar 3

[Vite + React] Running an ASP.NET Core application behind a reverse proxy

Intro This time, I will try running my ASP.NET Core application behind reverse proxy. On...

Learn More 6 0Dec 5 '24

Mastering ASP.NET Core Backend: 18 Essential Resources for C# Developers

Are you a C# developer eager to dive deep into backend web development? Or perhaps you're looking to...

Learn More 6 0Jun 20

Validating Minimal APIs: Best Practices and Approaches.

In my previous article, I focused on benchmarking Minimal APIs against Controllers. Want to...

Learn More 5 3Feb 2

ASP.NET Core Middleware

ASP.NET Core middleware (sometimes called middleware, and other times referred to as intermediate...

Learn More 5 1Oct 22 '24

How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience

Modern .NET applications often rely on external services for data, messaging, and more. A single...

Learn More 5 3Apr 30

How to Secure Microservices in .NET with IdentityServer + API Gateway (2025 Edition)

Microservices unlock scalability—but they also expose new attack surfaces. Without centralized...

Learn More 5 0May 31

🚀 Don’t Just Build It—Containerize It! Master ASP.NET Core with Docker Before It’s Too Late

Ever deployed your ASP.NET Core application and felt like you're juggling fire with outdated servers,...

Learn More 5 0Apr 12

Building High-Performance APIs with ASP.NET Core and C#

Building High-Performance APIs with ASP.NET Core and C In today’s fast-paced digital...

Learn More 3 0Jun 8

Setting Up MediatR in a Minimal API

Introduction MediatR simplifies CQRS (Command Query Responsibility Segregation) by decoupling...

Learn More 2 0Feb 24

How To Improve Performance Of My ASP.NET Core Web API In 18x Times Using HybridCache In .NET 9

After .NET 9 came out I was playing around with it and wanted to test the new HybridCache. So I...

Learn More 2 0Dec 25 '24

From Zero to Scheduled: TickerQ for .NET

🔧 Introducing TickerQ – A Modern .NET Scheduler As a .NET dev who’s tried just about...

Learn More 2 1Jul 4

Safe Refactoring in .NET with Light/Dark Mode and Feature Flags

You’ve been forced to maintain a poorly written legacy app. Spaghetti code, no tests, and every new...

Learn More 2 0May 6

Clean Architecture in ASP.NET Core: DTOs, CRUD Operations, and Project Layout

When you first start learning software development, everything can feel overwhelming and...

Learn More 2 0Apr 5

[ASP.NET Core] Try reading a word processing file by OpenXML 1

Intro This time, I will try reading a word processing file(MS Word file) by OpenXML. I...

Learn More 2 0Dec 18 '24

Clean Architecture in .NET 10: Patterns That Actually Work in Production (2025 Guide)

Clean Architecture isn’t just a buzzword—it’s the difference between a codebase that scales with your...

Learn More 2 0May 30

How to generate video thumbnails in ASP.NET Core 8.0

I was looking to implement a function that retrieves a single frame from an input video, which can be...

Learn More 2 0Feb 11

Enterprise-Ready Logging with Serilog in .NET

Logging isn't just about printing errors — it's about observability, traceability, and debugging...

Learn More 2 0May 26

[PostgreSQL][Entity Framework Core] Try ASP.NET Core Identity with React

Intro In this time, I will try signing in and signing out with my React application. I...

Learn More 2 0Jan 20

How To Test Integrations with APIs Using WireMock in .NET

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

Learn More 2 0Oct 1 '24

[ASP.NET Core] Try reading a spreadsheet file by OpenXML 1

Intro This time, I will try reading a spreadsheet file(MS Excel file) by...

Learn More 1 0Feb 3

Options Pattern Validation in ASP.NET Core With FluentValidation

If you've worked with the Options Pattern in ASP.NET Core, you're likely familiar with the built-in...

Learn More 1 0Mar 25

Getting started with Open Telemetry in .NET with Jaeger and Seq

In today's complex software environments, understanding what's happening in your applications is no...

Learn More 1 1Jun 17

🚀Build, Implement, and Test gRPC Services with .NET9

In today's fast-paced world, optimizing communication between services is essential. That's why I...

Learn More 1 0Dec 19 '24

Welcome to .NET 9 Preview

.NET 9 is the latest iteration in the .NET ecosystem, packed with exciting features and improvements...

Learn More 1 0Sep 19 '24

✅ 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲 𝗦𝗼𝗹𝘃𝗲𝗱: 𝗥𝗲𝗺𝗶𝗻𝗱𝗲𝗿 𝗘𝗺𝗮𝗶𝗹𝘀 𝘄𝗶𝘁𝗵 𝗛𝗮𝗻𝗴𝗳𝗶𝗿𝗲 𝗶𝗻 𝗠𝘆 𝗝𝗼𝗯 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗧𝗿𝗮𝗰𝗸𝗲𝗿 🧠💼

In my ongoing Job Application Tracker project, I faced a challenge: 👉 I needed to send 𝗿𝗲𝗺𝗶𝗻𝗱𝗲𝗿...

Learn More 1 0Apr 19