Dependency Injection in .NET Core? The What, Why, and How (With Real-Time C# Example)In .NET Core, Dependency Injection is one of those clean code practices you can’t afford to ignore.Shubham Kumar·Added Just now·5 min readShubham Kumar·Added Just now·5 min read
🚀 Deep Dive into GraphQL with C# & .NET 8A Creative, Emotionally Engaging, and Human-Friendly Guide.Abhishek Joshi·Added Just now·4 min readAbhishek Joshi·Added Just now·4 min read
X-Ray Vision for .NET 9: What Logs Couldn’t Tell Me in Production[Full Code Sample] Think logs and metrics are enough? Here’s how AWS X-Ray exposed production bottlenecks in my .NET 9 microservices that…Sukhpinder Singh | C# .Net·Added 11h ago·8 min readSukhpinder Singh | C# .Net·Added 11h ago·8 min read
How to Add Secure TOTP + WebAuthn 2FA to Your .NET 8 API (Step-by-Step Guide With Full Code)Avoid common security mistakes in .NET APIs. This guide walks through adding two-factor authentication (TOTP + WebAuthn) from start to…Sukhpinder Singh | C# .Net·Added 1d ago·13 min readSukhpinder Singh | C# .Net·Added 1d ago·13 min read
Struggling With Bloated foreach Loops? Here’s How One Keyword Cleaned Mine UpHow I Cleaned Up 1,000+ Lines of C# Loop Logic Without Refactoring Everything (And Made It 5% Faster)Sukhpinder Singh | C# .Net·Added 2d ago·6 min readSukhpinder Singh | C# .Net·Added 2d ago·6 min read
How to Refactor a Legacy Codebase in One Weekend: A Step-by-Step GuideRefactor legacy .NET code in a single weekend? Yes — this real-world guide shows how to tame 2K-line files, add tests, and ship clean logic…Sukhpinder Singh | C# .Net·Added 3d ago·6 min readSukhpinder Singh | C# .Net·Added 3d ago·6 min read
Essential C# Enum Tricks: From Strings to Bitwise Flags (Part 1)Master 4 practical enum techniques every C# developer should know — including conversion, iteration, and powerful [Flags] usage.Anton Baksheiev·Added 4d ago·5 min readAnton Baksheiev·Added 4d ago·5 min read
🚀 A Tour of CQRS in C#Clean Handling of Complex Business Logic 💡StackSnacker·Added 5d ago·4 min readStackSnacker·Added 5d ago·4 min read
7 Mistakes Junior Developers Make With Microservices (And How to Avoid Them) in .NETNew to .NET microservices? Avoid the 7 common mistakes junior developers make — like distributed CRUD and sync chains — that wreck scale…Sukhpinder Singh | C# .Net·Added 5d ago·7 min readSukhpinder Singh | C# .Net·Added 5d ago·7 min read
⚡ 6 Filter Types in ASP.NET CoreWhat They Do and When to Use ThemStackSnacker·Added 6d ago·3 min readStackSnacker·Added 6d ago·3 min read