← Back
Milan Jovanovic January 10, 2026 38s

Is This The Future of .NET Integration Testing?

Summary

The transcript discusses integration testing in .NET Aspire, focusing on how developers can write tests by initializing an app host and creating HTTP clients to interact with different services. The key technical approach involves using async lifetime to manage expensive resources and running the app host directly within test cases. The practical takeaway is that developers can easily test endpoints, health checks, and service interactions by creating HTTP clients and verifying expected responses.

View original episode ↗