Una piattaforma comunitaria unica per gli amanti dell'ABP

Questo è un hub per ABP Framework, .NET e sviluppo software. Puoi leggere gli articoli, guardare i tutorial video, essere informato sui progressi dello sviluppo di ABP e sugli eventi correlati ad ABP, aiutare altri sviluppatori e condividere la tua esperienza con la comunità ABP.

DOTNET CONF '24

08-09 maggio
09:00
Online
GO TO EVENT

Ultimi video


Articoli Recenti


How to Add Custom Properties to the User Entity

In this step-by-step article, I will explain how you can customize the user entity class, which is available in every web application you create using...

extending-entities

ADO.NET and dotConnect for Oracle

One reputable IT company worked for the client and built a new application on their request. In the process, the team wanted to connect .NET to Oracle...

oracle dotconnect

How to Design Multi-Lingual Entity

With a multi-lingual application, you can expand your market share, but if not designed well, may your application will be unusable. So, I've tried to...

multi-lingual-entity

Docker Deployment using docker swarm

This is a step-by-step guide on how to set up a server and deploy a docker container using a docker swarm. you will learn how to deploy the ABP micros...

Consume an ABP API (OpenIddict) from a .NET Core console Application

From version 6.0.0 ABP will start to use OpenIddict instead of IdentityServer. In this article, I will show you how you can connect to an OpenIddict p...

openiddict

A BaseEfCoreRepository class that inherits from EfCoreRepository

In this article, I explain how you can create a BaseEfCoreRepository class that inherits from the EfCoreRepository class of the ABP Framework.

EfCore