Category: C#

Some Best Practices for Entity Framework Core, my opinion

March 19, 2025 By Joao LIVIO

Entity Framework Core (EF Core) is a powerful ORM (Object-Relational Mapper) for .NET applications that simplifies database interactions. However, to build efficient, scalable, and maintainable applications, following best practices is crucial. In this blog post, we’ll explore best practices for EF Core, covering topics like: Defining Primary and Foreign Keys A well-structured database starts with […]

Consultores Power Platform: Irlanda

October 9, 2024 By Joao LIVIO

Título do Cargo: Consultor Power Platform Localização: Irlanda (Requer Relocação) Descrição da Empresa:Junta-te à equipa inovadora do nosso parceiro, onde utilizamos a tecnologia para impulsionar a transformação digital. Estamos à procura de um talentoso Consultores Power Platform para melhorar as capacidades e ajudar a oferecer soluções inovadoras. Principais Responsabilidades: Qualificações: MANDATÓRIO Habilidades Preferenciais: Benefícios: Processo […]

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

June 14, 2024 By Joao LIVIO

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 […]

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

April 25, 2024 By Joao LIVIO

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 […]