.NET Logo
Evangelist
← All Tags

Posts tagged with #Database

Mastering Common Table Expressions (CTEs) in PostgreSQL: Recursive Queries and Performance Tips
May 11, 20257 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.

Advantages of Using MongoDB in Modern Applications
Nov 19, 20247 min read

Advantages of Using MongoDB in Modern Applications

Exploring the benefits of MongoDB and how it enhances application development

Using Supabase PostgreSQL with ASP.NET Core and Entity Framework Core
Oct 26, 20244 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.

Implementing Soft Delete in .NET with Entity Framework Core
Oct 2, 20245 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.

Connecting Python Apps with Supabase - Complete Guide
Sep 12, 20235 min read

Connecting Python Apps with Supabase - Complete Guide

Learn how to integrate Supabase with Python applications for authentication, database operations, storage, and real-time features.