Ozzie.eu

Ozzie.eu

Love to code although it bugs me.

29 Oct 2024

ORM vs. Raw SQL: A Performance Showdown

In the realm of data access, the choice between Object-Relational Mappers (ORMs) like Entity Framework (EF) Core and direct SQL approaches like Dapper can significantly impact application performance. This post delves into the nuances of each and explore a comparative analysis using .NET code examples.
23 May 2024

Recover deleted .net EF Core Migration History Table

Working with Microsoft EF Core you might need to recover the records on the entity framework migration history table. Here's an easy way to do it.
05 Jan 2024

Using an email as your login is a bad idea

Using Email as Your Login - A Security Risk That's Been Around for Too Long.
13 Apr 2023

Why I think you should use only LTS versions of .NET

In this blog post, I want to share with you why I think you should use only LTS versions of .NET when programming
31 Jan 2023

This is why you're not better off with a commercial database

When tackling a new enterprise project to support a given business, you face the challenge of choosing and committing to a database platform. The choice should be the one most adequate, given the needs and requirements of the new information system and data to be hosted and managed.