Posts tagged with .NET

ASP .NET Core i18n notes
ASP .NET Core i18n notes

Notes on internationalization in ASP .NET Core applications

Continue reading
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
Add Open API to .NET 8
Add Open API to .NET 8

Add Open API to .NET 8

Continue reading
New Solution File `slnx` Support In Visual Studio Preview
New Solution File `slnx` Support In Visual Studio Preview

A new solution file format for .NET projects is now available in the latest preview version of Visual Studio 2022 17.10.0 Preview 3.

Continue reading
BCSHotels - A Sample C# .NET MVC5 Application
BCSHotels - A Sample C# .NET MVC5 Application

BCSHotels - A Sample C# .NET MVC5 Application

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
Studying Owin
Studying Owin

Studying Owin

Continue reading
Clean Architecture vs Vertical Slice Architecture: A Comprehensive Comparison
Clean Architecture vs Vertical Slice Architecture: A Comprehensive Comparison

An in-depth comparison of Clean Architecture and Vertical Slice Architecture patterns in .NET, exploring their pros, cons, and when to use each approach.

Continue reading
PlaceholderThumbnail