database

Nov
18
Using Entity Framework with Postgres and Neon

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.
7 min read
Sep
06
Best Practices for Managing Object Lifetimes in .NET

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.
3 min read
Nov
28
5 Programming Principles To Live By

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
3 min read
Nov
28
ASP.NET Core MVC - Cross-Platform Development

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
2 min read
Oct
14
Relational SQL vs. Non-Relational Databases

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
2 min read