Tag: csharp
All the articles with the tag "csharp".
-
Optimistic Locking in EF Core - Stop Silent Data Loss
Learn how EF Core handles optimistic locking with rowversion, concurrency tokens, and DbUpdateConcurrencyException with real API code examples.
-
Improve ASP.NET Core API Performance with Response Compression
Boost ASP.NET Core API performance with response compression techniques using Brotli, Gzip, and custom providers to enhance data efficiency
-
Understanding the Builder Pattern in C# - A Practical Guide for Developers
Learn how to implement the Builder Pattern in C#
-
ASP.NET Core 8 + IIS + EF Core: Proven Memory Management Practices for High‑Performance APIs
Learn proven memory management techniques for ASP.NET Core 8 APIs on IIS with EF Core to boost performance, prevent leaks, and cut hosting costs
-
What Should a .NET Project Have? A Practical Checklist for Developers
Ensure a successful .NET project with a practical checklist for developers. Aim for a well-structured and maintainable solution