← All Tags
Posts tagged with #Database

May 11, 2025•7 min read
Mastering Common Table Expressions (CTEs) in PostgreSQL: Recursive Queries and Performance Tips
A comprehensive guide to Common Table Expressions (CTEs) in PostgreSQL, including recursive queries, practical use cases, and performance optimization tips for writing efficient, maintainable SQL.

Nov 19, 2024•7 min read
Advantages of Using MongoDB in Modern Applications
Exploring the benefits of MongoDB and how it enhances application development

Oct 26, 2024•4 min read
Using Supabase PostgreSQL with ASP.NET Core and Entity Framework Core
Learn how to integrate Supabase PostgreSQL with ASP.NET Core and Entity Framework Core for a robust and scalable web application.

Oct 2, 2024•5 min read
Implementing Soft Delete in .NET with Entity Framework Core
Learn how to implement soft delete functionality in your .NET applications using Entity Framework Core, improving data management and recoverability.