Artigos

How to Use Multiple DbContexts in a Single Query Execution

In this article, we will explore a solution to query from multiple DbContext instances within a single execution in the ABP Framework with EF Core.

What is Object to Object Mapping?

In this article, you will learn about object-to-object mapping and the automapper library that automates it.

Reusing and Optimizing Machine Learning Models in .NET

In this article, I describe how you can reuse trained machine learning models efficiently and optimize machine learning models.

Flagged Enumerations: How To Represent Features Combinations Into One Field

Represent features like [Read, Write, Modify, …] and their combinations into a single field.

Sentiment Analysis Within ABP-Based Application

In this article, first I will briefly explain what sentiment analysis is and then show you how you can apply sentiment analysis in an ABP-Based applic...

machine-learning

Using Blob Storage with ABP Framework

This article will help you understand Blob storage and how to use blob storage with Abp framework.

Using FluentValidation with ABP Framework

This article can help you understand the use of Fluent validation within the ABP Framework.

How claim type works in ASP NET Core and ABP Framework

This article can help you understand the claim type in the ABP Framework and ASP NET Core.

Deploy Your ABP Framework MVC Project to Azure Container Apps

In this article, we will show the seamless deployment of an ABP Framework MVC project to Azure Container Apps.

👍Chain of Responsibility Design Pattern In .NET C# 👀

➡ It allows passing a request or an object through a chain of handlers. ➡ Once a handler receives a request, it decides whether it can process the req...