Latest Articles

Blog

Discover insights on web development, microservices, and modern software practices. From beginner guides to advanced tutorials, find everything you need to level up your skills.

80 articles available
2 min read

Introduction to ABP No Layer Template

In this post we will explore the new experimental no layer template from the ABP framework

abpdotnetno-layers
Read full article
3 min read

Add tailwindcss to your ABP MVC UI

In this post we will see how to add tailwind css to your ABP MVC UI.

abpdotnettailwind
Read full article
2 min read

Generate typescript client from swagger / OpenApi

In this post we will see how to use how to use the NSwag to generate a typescript client with ABP

dotnetabpreact
Read full article
3 min read

Add tailwindcss to your ABP Blazor UI

In this post we will see how to add tailwind css to your ABP Blazor UI.

abpblazortailwind
Read full article
3 min read

Minimal Api with ABP - Swagger and CRUD - Part 3

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

dotnetabpcrud
Read full article
2 min read

Minimal Api with ABP - EF Core - Part 2

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

dotnetabp
Read full article
2 min read

Minimal Api with ABP - Hello World - Part 1

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

dotnetabp
Read full article
12 min read

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
Read full article
2 min read
Orchard Core - Getting StartedPart 3

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-corecms
Read full article
4 min read
Orchard Core - Getting StartedPart 2

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-coreopenidnextjsauth
Read full article
4 min read

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
Read full article
4 min read

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
Read full article