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

Localización en ASP.NET Core: Cómo Implementar Traducciones Dinámicas Usando una Base de Datos

Introducción En aplicaciones modernas, la localización es un aspecto crucial para ofrecer...

Learn More 12 3Aug 12 '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 8 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

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 6 0May 31

🚀 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

How to implement a document viewer in ASP.NET Core 8.0

In your ASP.NET Core applications, you may need to display documents to users. Most browsers nowadays...

Learn More 5 0Aug 10 '24

How to Implement Audit Trail in ASP.NET Core with EF Core

In modern web applications, tracking changes to data can be needed for monitoring, compliance, and...

Learn More 5 1Aug 16 '24

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

🚀 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

[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 5 0Dec 5 '24

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

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 3 0Jun 20

How to Implement Multitenancy in ASP.NET Core with EF Core

Multitenancy is a software architecture that allows a single instance of a software application to...

Learn More 3 0Aug 20 '24

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

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

Calling Views, Stored Procedures and Functions in EF Core

While EF Core provides a robust API for interacting with the database, there are scenarios where you...

Learn More 2 0Jul 19 '24

[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

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

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

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

Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB

Maintaining data consistency and ensuring reliable message delivery in microservices architectures...

Learn More 2 0Jul 27 '24

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 2 0Jun 8

How to implement a file manager in ASP.NET Core 8.0

Ever needed to manage files, accepts uploads and offer downloads in your ASP.NET Core applications?...

Learn More 2 1Aug 10 '24

Setting Up MediatR in a Minimal API

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

Learn More 2 0Feb 24

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

[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