Anto Subash.

A personal blog from a lazy programmer.

Articles
Series
Tags
Consulting
About

module

  • May 21, 2023

    ABP no-layer module template

    In this article, you will learn how to create a no-layer module template for abp application.
    abp
    module
    no-layer
    template
  • November 27, 2021

    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..
    abp
    module
    microservice
  • November 3, 2021

    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.
    abp
    module
  • November 2, 2021

    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.
    abp
    module