Migrating Identity Service to OpenIddict Module
In this post we will see how to replace Identity server with OpenIddict in our microservice. We will use the same microservice we created in the previ... Read More

Automatically version and release .Net Application
In this post we will see how to automatically version and release a .Net Application using GitHub Actions. We will use the conventional commits specif... Read More

Create and deploy .Net application in MicroK8s
In this post, we will create a simple abp application and deploy it in the microk8s instance. We will use tye to deploy the application in the cluster... Read More

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... Read More

Blazor state management with Fluxor
Fluxor is a zero boilerplate Flux/Redux library for .Net. The aim of Fluxor is to create a multi-UI, single-state store approach to front-end developm... Read More

.Net Microservice with ABP - Full Series
This Video consolidates all the parts of the microservice development in a single place. Read More

.Net Core microservice application with ABP - Logging with Seq - Part 12
This is Part 12 of the Microservice with ABP series. In this post, we will see how to add centralized logging to our microservice application Read More

.Net Core microservice application with ABP - Add New Service - Part 11
In this post, we will add a new service to our microservice application Read More

.Net Core microservice application with ABP - Docker and CI/CD - Part 10
In this post, we will see how to add docker support to all the services and set up a CI/CD pipeline with Github actions. Read More

.Net Core microservice application with ABP - Distributed Event Bus - Part 9
In this post, we will see how to set up service-to-service communication. We will use rabbitmq as an event bus. Each service will have a RabbitMQ conf... Read More

.Net Core microservice application with ABP - IdentityServer and Angular - Part 8
We have copied the IdentityServer and Angular app from the default tired app. So they are configured to work with the tired app. we will modify the Id... Read More

.Net Core microservice application with ABP - Yarp and Tye - Part 7
In this post, we will see how to create a reverse proxy with Yarp and integrate Tye for our microservice application Read More
.Net Core microservice application with ABP - Database Migration - Part 6
In this video, you will learn how to do the database migrations and the data seeding for your microservice application. Read More

.Net Core microservice application with ABP - SaaS Services - Part 5
SaaS service is where we use Tenant Management modules. We will see how to configure this module in this video. Read More

.Net Core microservice application with ABP - Identity Services - Part 4
Identity service is where we use Identity and IdentityServer modules. Read More

.Net Core microservice application with ABP - Administration Services - Part 3
Administration service is where we use the Audit logs, features, settings, and permission management modules. In this post, we will see how to configu... Read More
.Net Core microservice application with ABP - Shared Project - Part 2
This is part 2 of the series where we will create a Shared project for our Microservice solution. Read More

.Net Core microservice application with ABP - Initial setup - Part 1
This is the first step in creating your ABP microservice application. We will create the projects structure and the required projects for your microse... Read More

Removing IdentityServer from ABP No Layer Template
In this video we will see how to remove identity server from the No Layer ABP template. Read More

Generate Typescript Client from Swagger / Open API with NSWAG
In this post we will see how to use NSwag to generate typescript client from swagger and open api. We will also customize the schema and opeartion id ... Read More

Add tailwindcss to your ABP Blazor UI
In this post we will explore how to add TailWind CSS to your ABP Blazor application. We will configure tailwind in a way that it will not conflict wit... Read More

Minimal Api with ABP - Swagger and CRUD - Part 3
In this we will continue with the last one and create a CRUD API with Minimal API. Read More

ABP Framework Minimalist Application with EF Core (Part 2)
In this we will continue with the last one and add EF Core to our Minimal ABP module. Read More

Minimal Api with ABP - Hello world - Part 1
Minimal api in .Net 6 provides a new way for creating http api. Minimal API provides simplicity and removes lot of boilerplate. We will see how to use... Read More

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 da... Read More

ABP Framework - Add a New Module to Your ABP Application
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... Read More

Changing UI Theme for ABP MVC / Razor Pages UI
In this post we will explore how to change the UI theme for your ABP MVC / Razor Pages UI. Read More

Deploy ABP Framework dotnet core tiered app to docker swarm
In this post we will see how to deploy your dotnet core app with docker container. Read More
Centralized logging for .net core ABP microservices app using Seq
In this post we will see how to implement a central logging system for your ABP app using Seq. Read More
Extend Tenant management and add custom host to your ABP App
In this post we will see how to extent the tenant entity and Add a custom tenant resolver for your ABP app. Blog post: https://blog.antosubash.com/... Read More
Add profile picture to User Entity in ABP app using BlobStore and Minio.
Blog post: https://blog.antosubash.com/posts/abp-extend-user-entity-with-profile-picture Read More
