← Back
Nick Chapsas June 1, 2025 22s

Global usings are awesome in C#

Summary

C# 10 introduces global using statements, allowing developers to centralize common using declarations in a single file across an entire project. This feature eliminates repetitive using statements and supports both namespaces and static imports with a simple configuration. The practical benefit is cleaner, more concise code with reduced boilerplate, making project setup more efficient. Developers should be mindful of which imports they include globally to maintain code readability.

View original episode ↗