A unique community platform for ABP Lovers

This is a hub for ABP Framework, .NET and software development. You can read the articles, watch the video tutorials, get informed about ABP’s development progress and ABP-related events, help other developers and share your expertise with the ABP community.

Live

DOTNET CONF '24

08 May Wednesday - 09:00, Virtual

Latest Videos


Latest Articles


👍Design Best Practices In .NET C# 👀

➡ In this article we are going to explore some Design Best Practices that are practically proved to be efficient. ➡ Practices like "Unified Retur...

🤔 When Implementations Affect Abstractions ⁉️

➡ If I ask you: Could your knowledge of the available implementations affect your abstractions design? ➡ Most probably you would say: No, if this happ...

architectural-design

How to share the cookies between subdomains

Sharing cookies between subdomains is a common requirement in web development. For example, you have a website with multiple subdomains, and you want ...

Adding a Module to an ABP project made simple

Create and integrate your own module, in this case a simple PdfGenerator, into an ABP Framework application

Strategy Design Pattern In .NET C#

➡ One of the behavioral design patterns. ➡ Its main goal is to decouple the behavior of an object from its state by modeling the behavior into an abst...

Using Testcontainers in ABP Unit Test

Testcontainers is a library that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapp...

testing unit-tests