Published onApril 23, 2022.NET Microservice with ABP - Full Seriesdotnet abp microservice series This post contains all the parts of the microservice development with ABP
Published onApril 13, 2022Logging with Seq - .NET Microservice with ABP - Part 12dotnet abp microservice seq logging In this post, we will see how to add centralized logging to our microservice application
Published onApril 7, 2022Add New Service - .NET Microservice with ABP - Part 11dotnet abp microservice In this post we will see how to add docker support and create a CI/CD with github actions
Published onMarch 26, 2022Docker and CI/CD - .NET Microservice with ABP - Part 10dotnet abp microservice docker In this post we will see how to add docker support and create a CI/CD with github actions
Published onMarch 25, 2022Distributed Event Bus - .NET Microservice with ABP - Part 9dotnet abp microservice rabbitmq In this post we will see how to get the RabbitMQ working for service to service communication
Published onMarch 20, 2022IdentityServer and Angular - .NET Microservice with ABP - Part 8dotnet abp microservice netcore6 identity-server angular In this post we will see how to get the IdentityServer and the Angular App working with other services
Published onMarch 19, 2022Yarp and Tye - .NET Microservice with ABP - Part 7dotnet abp microservice netcore6 yarp tye In this post we will see how to create a reverse proxy with Yarp and integrate Tye for our microservice application
Published onMarch 19, 2022DbMigration - .NET Microservice with ABP - Part 6dotnet abp microservice netcore6 In this post we will see how to create migration project for our microservice application
Published onMarch 19, 2022SaaS Services - .NET Microservice with ABP - Part 5dotnet abp microservice netcore6 In this post we will see how to do the create SaaS Service for our microservice application
Published onMarch 19, 2022Identity Services - .NET Microservice with ABP - Part 4dotnet abp microservice netcore6 In this post we will see how to do the create Identity service for our microservice application
Published onMarch 19, 2022Administration Services - .NET Microservice with ABP - Part 3dotnet abp microservice netcore6 In this post we will see how to do the create Administration service for our microservice application
Published onMarch 19, 2022Shared Project - .NET Microservice with ABP - Part 2dotnet abp microservice netcore6 In this post we will see how to do the create a Shared project which will be used by all services
Published onMarch 18, 2022Initial setup - .NET Microservice with ABP - Part 1dotnet abp microservice netcore6 In this post we will see how to do the initial setup for a abp microservice application.
Published onNovember 27, 2021Add a new Module and convert it to a microservice in ABPabp module microservice 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..