Assorted links for Tuesday, May 7:
- Streamline your container build and publish with .NET 8
- Building a scalable gateway with .NET for Microsoft AI
- Profiling Docker Compose services through Visual Studio
- Refactor your C# code with primary constructors
- What’s new for .NET in Ubuntu 24.04
- Secure your container build and publish with .NET 8
- Silent, brokered authentication on Windows with the Azure Identity libraries
- Vendor-Locked DevOps Strategies: Personally I think vendor lock-in is mostly overblown.
- 4 ways GitHub engineers use GitHub Copilot
- The Performance Impact of C++’s
final
Keyword: tl;dr,final
isn’t always faster, and modern CPU performance defies intuition so always test & measure.