Using Entity Framework with Postgres and Neon
This article explores the powerful integrations between Entity Framework Core (EF Core) and PostgreSQL. We also take a look at the advantages to hosting our PostgreSQL database on Neon, and give practical guidance on handling EF migrations and database scaffolding.
Best Practices for Managing Object Lifetimes in .NET
Managing object lifetimes is a critical aspect of memory management in .NET applications. Properly handling how long objects remain in memory can significantly impact the performance and efficiency of your software.
5 Programming Principles To Live By
As programmers, we try to follow certain rules and patterns to govern how we write code that delivers software. While
ASP.NET Core MVC - Cross-Platform Development
Hey Developers,
This year makes three years since I took the plunge and published my first course on Udemy. Since
Relational SQL vs. Non-Relational Databases
A comparison between Relational Databases and NoSQL Databases.
There are two main types of databases, relational and non-relational. The major