Category: C#

Pexels Thisisengineering 3861958 0

Harnessing the Power of Automation: Creating a Custom Connector for a LOB HR System in Power Automate

Introduction In the digital age, automation is no longer a luxury but a necessity. Businesses are constantly looking for ways to streamline their operations and improve efficiency. One such tool that has been making waves in the world of business automation is Microsoft Power Automate. Power Automate allows you to create automated workflows between your favorite apps and services to...

Pexels Divinetechygirl 1181676 0

Demystifying DTOs, Mappers, and When to Use AutoMapper, C# and TypeScript

In modern software development, especially in projects following the principles of clean architecture and domain-driven design, the proper management of data transfer objects (DTOs) becomes crucial. DTOs help in decoupling the internal domain model from the external world, ensuring flexibility, scalability, and maintainability of the application. However, managing DTOs manually can become tedious, especially in large-scale projects. This is where...