Posts tagged with best-practices

Why You Should Avoid ConfigureAwait(false) in ASP.NET
Why You Should Avoid ConfigureAwait(false) in ASP.NET

A summary of the key lessons from Mohamad Shokr’s article on why using ConfigureAwait(false) in ASP.NET can be a subtle but critical mistake.

Continue reading
Common SRP Mistakes in C# .NET: 10 Costly Errors to Avoid
Common SRP Mistakes in C# .NET: 10 Costly Errors to Avoid

A summary of the most common Single Responsibility Principle violations in C# .NET development and how to fix them for better code maintainability.

Continue reading
PlaceholderThumbnail