DEV Community

Aarshdeep Singh Chadha
Aarshdeep Singh Chadha

Posted on • Updated on

🚀 Completed My Latest Microservices Project with .NET 8!

I’m excited to share the journey of completing a significant project in my career as a Full Stack Developer. This project revolves around a microservices-based architecture, leveraging the latest advancements in .NET technology to create a robust and scalable solution.

Microservices Suite

The project is built on a suite of microservices, each designed to handle specific functionalities:

  • Product Microservice
  • Shopping Cart Microservice
  • Order Microservice
  • Payment Microservice
  • Email Microservice
  • Coupon Microservice
  • .NET Identity Microservice
  • Ocelot API Gateway
  • MVC Web Application

Tech Stack Highlights

Here's a breakdown of the technologies that powered this project:

  • .NET 8 API: The backbone of the project, taking advantage of the latest features and improvements in .NET.
  • Entity Framework Core: Facilitating efficient data management with SQL Server, ensuring our data layer is both powerful and easy to maintain.
  • Azure Service Bus: A critical component for enabling smooth and reliable communication between the microservices.
  • RabbitMQ: Implemented for messaging, providing a robust solution for event-driven communication.
  • Ocelot API Gateway: The central hub for routing and securing all microservice communications, simplifying the interaction between the frontend and backend.
  • Clean Architecture: Ensuring that the code is maintainable, scalable, and easy to understand for future enhancements.

Additional Features

The project also includes several additional features to enhance functionality and security:

  • Comprehensive Logging: All necessary information is logged and stored directly in the database, providing valuable insights and aiding in troubleshooting.
  • Full Integration of .NET Identity: Secure user management is at the core of this project, thanks to seamless integration with .NET Identity.

Looking Forward

This project has been a remarkable learning experience, pushing the boundaries of what can be achieved with modern .NET technologies. I’m excited to continue exploring and refining these concepts, and I’m looking forward to sharing more insights in an video where I’ll dive deeper into the project’s architecture and implementation. 🎥

For the Video Please visit : https://x.com/MidnightASC/status/1832847546215227592

Top comments (2)

Collapse
 
jwp profile image
John Peters

Any github repo?

Collapse
 
midnightasc profile image
Aarshdeep Singh Chadha