Blog

86 articles

Minimal Api with ABP - Hello World - Part 1

In this post we will see how to use minimal api with the ABP application.

dotnetabp

Add a new Module and convert it to a microservice in ABP

In this post we will see how to create a modular abp application and convert it to microservice. We will add a new module to tiered abp app and then use the separate database to store the modules data and then convert the module to a microservice..

abpmodulemicroservice

Create content with code in Orchard Core - Part 3

In this post we will see how to create content types using the code in Orchard Core.

Orchard Core - Getting Started #3orchard-corecms

Authentication using OpenId in React/NextJs App With Orchard Core - Part 2

In this post we will see how to do authentication using OpenId for a React App using Orchard Core.

Orchard Core - Getting Started #2orchard-coreopenidnextjs+1

Add a new Module to the Tiered ABP App with separate database for the module

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

abpmodule

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