Blog

81 articles

Add a new Module to the ABP App

In this post we will see how to develop a modular abp application. We will add a new module to default abp app and then use the same database to store the modules data and the identity data.

abpmodule

Orchard core. Getting started - Part 1

In this post we will see how to get started with the orchard core.

Orchard Core - Getting Started #1orchard-core

Changing theme for your ABP app. Part 10

In this post we will explore how to change the theme for your ABP application.

ABP Framework - Getting started #10abpbootstraptheme

Deploy ABP Framework dotnet core tiered app to docker swarm. Part 9

In this post we will see how to deploy your dotnet core app with docker container.

ABP Framework - Getting started #9abpdockerdeployment

Centralized logging for .net core ABP microservices app using Seq. Part 8

In this post we will see how to implement a central logging system for your ABP app using Seq.

ABP Framework - Getting started #8abpseqdotnet

Extend Tenant management and add custom host to your ABP App. Part 7

In this post we will see how to extent the tenant entity and Add a custom tenant resolver for your ABP app.

ABP Framework - Getting started #7abpdeployment

Add profile picture to User Entity in ABP app using BlobStore and Minio. Part 6

In this post we will implement the profile picture upload for the ABP app using BlobStore and Minio.

ABP Framework - Getting started #6abpminioblob-store+1

dotnet core large file upload with resume using tus and react/nextjs

In this post you will see how to upload large files with resume using tus. We will use dotnet core for the backend and nextjs for the frontend

dotnetnextjsreact+1

dotnet file upload with ABP Blob store and Minio

In this post we will implement file upload using the ABP blob store and Minio

dotnetabp

Setting up oh-my-posh and PSReadLine in PowerShell

In this post we will see how to setup the oh-my-posh and PSReadLine with PowerShell.

terminal