← Back
Milan Jovanovic January 7, 2025 17m

The Right Way To Use Feature Flags in .NET (targeting users explained)

Summary

This video discusses API versioning in .NET by combining it with feature flags to gradually roll out new API versions. It highlights the problem of breaking existing consumers when changing response structures and demonstrates how to implement API versioning using the ASP.NET Core Versioning NuGet packages. The practical takeaway is that API versioning is crucial for evolving APIs without disrupting users, and the .NET ecosystem provides robust tools to achieve this effectively.

View original episode ↗