Skip to main content

3 posts tagged with "C#"

Topics related to C# programming language

View All Tags

LINQ vs SQL Views in EF Core - When to Use Each for Complex Queries

· 9 min read
Mongezi Kasha
Full-stack Software Engineer

You know that moment when you're writing a LINQ query in your C# application and it starts looking like spaghetti code? Multiple joins, nested queries, complex filtering... Yeah, we've all been there.

Today, let's talk about when to keep using LINQ and when to move that complexity to SQL Views. Spoiler alert: For complex queries, SQL Views might just save your sanity (and your application's performance).

Migrating my Azure Function App project from .NET 6 to .NET 8

· 8 min read
Mongezi Kasha
Full-stack Software Engineer

On November 12, 2024, Microsoft announced the end of support for .NET 6. I'm pretty sure they announced it earlier and I just ignored it. However, when the deadline came I decided to go on a journey to migrate from .NET 6 to .NET 8.

The question you might be asking is, "Why 8? Why not 7, 9, or 10?" I'm the one that asked that question but let's pretend you did. 🤔