ASP.NET Core – adding controllers directly from integration tests
A guide on how to add API controllers directly from integration tests in ASP.NET Core to test framework-specific configuration.
Tomasz Pęczek writes about advanced ASP.NET Core topics, focusing on integration testing, controller management, and modern API practices.
4 articles from this blog
A guide on how to add API controllers directly from integration tests in ASP.NET Core to test framework-specific configuration.
A guide on how to run legacy Nancy API endpoints alongside new ASP.NET Core endpoints for a gradual migration strategy.
Explains a .NET Core localization issue where currency symbols are missing when running in Docker Alpine images and provides a solution.
Explains how to implement server-side projections in MongoDB.Driver for C# to improve performance by fetching only required document fields.