PinnedEntity Framework Core: Advanced Query Optimization Techniques for Complex Scenarios in 2024Entity Framework Core (EF Core) is a friend of every developer. However, as applications grow in complexity, developers often face…Oct 7Oct 7
Pinned9x Factor of .NET Security for New Developers : Training to ProductionIn this article, I’m sharing nine critical .NET security lessons, each born from real-world “oops” moments that kept my team and me up at…Sep 232Sep 232
PinnedLINQ Best Practices for Senior .NET DevelopersAs a senior .NET developer, it’s crucial to establish guidelines for using LINQ (Language Integrated Query) effectively in your projects…Aug 74Aug 74
Mutable vs. Immutable: Advanced C# Strategy by Senior DevelopersIn traditional C# programming, developers often work with mutable classes, where object states can be changed after instantiation. This…4d ago14d ago1
That Something I would like to publish to my profile Great Catch fella! Thanks for sharing...Dec 6Dec 6
Newtonsoft.Json vs System.Text.Json — A Senior Developer’s PerspectiveAfter spending over years on building enterprise-scale .NET applications, I’ve learned that choosing the right JSON serialization library…Dec 42Dec 42
Performance Costs of Async/Await in .NET: What Senior Developers Need to KnowAs senior .NET developers, we’ve all used async/await as the go-to pattern for handling asynchronous operations. It’s Clean, Intuitive, and…Nov 271Nov 271
Beyond LINQ: High-Performance Collection Processing in Modern .NETAfter years of building high-performance .NET applications, I’ve seen countless developers unknowingly sacrifice performance at the altar…Nov 251Nov 251
Span<T> and Memory<T> in C# 12 : Performance Booster for Senior DevelopersAs ASP.NET developers, we’re always looking for ways to make our web applications faster and more efficient. Two powerful tools that can…Nov 213Nov 213
Why Records Exist? | Records vs Classes | The Complete Developer’s Decision Guide [2024]TL;DR: Records are specialized reference types in C# designed for holding immutable data, with automatic value-based equality and…Nov 113Nov 113