Pinned10 Advanced C# Tricks for Experienced Developers 🔥🔥As a C# developer, exploring beyond the basics can help you unlock a new level of programming excellence and write more efficient…Mar 26, 20249Mar 26, 20249
Pinned10 Must-Know Highlights from .NET 9.NET 9 brings a lot of great features and improvements and can change the way developers write code for cloud-native apps, with an…Mar 24, 20241Mar 24, 20241
Pinned.NET DI Lifetimes: Your Quick Mastery Guide! 🚀Dependency Injection (DI) has become an indispensable part of modern C# development. It’s a technique that enhances the flexibility…Mar 7, 2024Mar 7, 2024
Stop Using Exceptions! Try This Instead ⚡In the .NET world, people think that using exceptions is bad. What does that mean?Jul 15, 20246Jul 15, 20246
🗑️ Mastering Soft Deletes with EF CorePractical examples and advanced tips for mastering soft deletes with EF CoreJul 13, 20241Jul 13, 20241
🚀 Vertical Slicing: The Key to Better .NET Projects!If your project is as messy as a bowl of spaghetti, don’t worry, we’ve got you covered. Vertical Slicing could be the magic recipe to turn…Jul 12, 20241Jul 12, 20241
Async Await Mastery: Handling Exceptions Like a Pro in C# 🚀Hey, devs! 👋 In this article, we’re going to talk about some of the common mistakes people make when using async/await in C#. They might…May 18, 20242May 18, 20242
Forget Bloated Code! ✨✈️ Master Rich Domain Models in C#Improve the structure and readability of your project by moving business logic into domain models.May 17, 20241May 17, 20241
🚀 Quick Guide: MediatR in .NET 8Hello coder! If you are tired of complex code and want to make things easier, I have good news for you. MediatR is a great tool that…May 10, 20241May 10, 20241
Top 10 Useful C# .NET Snippets 🚀1. Object Initialization Syntax: This snippet simplifies the process of creating an object and initializing its properties.Apr 11, 20242Apr 11, 20242