Introduction The popular .NET testing library FluentAssertions has made a major change. After years of being free[…]
What is Package Source Mapping? Package Source Mapping allows you to select which nuget source can download[…]
Introduction: Overcoming Challenges in Concurrent Programming In the world of multi-threaded applications, managing shared data safely and[…]
What is AutoFixture library? AutoFixture is a .NET library designed to help you create test data automatically,[…]
Learn how to hide endpoints in API documentation using Swagger in .NET Core, covering both basic and[…]
Overview of Row Number Functionality in SQL Server In SQL Server, the row number function in sql[…]
Introduction Middleware plays a crucial role in ASP.NET Core applications by managing how requests are processed. As[…]
In this post, we explore best practices for securely managing secrets using Azure Key Vault. Learn how[…]