Category: Have Code

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

The Pros and Cons of Vector Programming: An In-Depth Analysis

October 10, 2024 By Joao LIVIO

Vector programming is a powerful technique in the realm of software development. It offers numerous advantages, especially when it comes to handling complex mathematical computations efficiently. However, like any tool, it also has its drawbacks. This article will explore vector programming, compare it to traditional scalar programming, and provide a SWOT analysis for both approaches. […]

How to Code Copilot Connectors

September 29, 2024 By Joao LIVIO

Introduction Copilot connectors are powerful tools that extend the capabilities of Microsoft Copilot by integrating it with various data sources and services. This guide will walk you through the process of coding Copilot connectors, providing detailed code examples and use cases to help you get started. What are Copilot Connectors? Copilot connectors allow you to […]

Microsoft Cloud Native and Aspire Innovation Collaboration

September 3, 2024 By Joao LIVIO

Microsoft Cloud Native Cloud-native development is a modern approach to building and running applications that fully exploit the advantages of the cloud computing model. Microsoft has been at the forefront of this movement, providing tools and frameworks that enable developers to create scalable, resilient, and manageable applications. Key Components of Microsoft Cloud Native Patterns and Practices […]

Exploring the Microsoft DEV Proxy: Enhancing API Testing with Realistic Simulations

August 31, 2024 By Joao LIVIO

Microsoft Graph API, somethings can result in “unexpected” behaviors, that’s why is important to test and simulate first ensuring that applications can handle various API behaviors and errors is crucial. The Microsoft DEV Proxy is a powerful tool designed to help developers simulate different API scenarios, making it easier to test and debug applications. This […]