C# tip: define Using Aliases to avoid ambiguity
You may have to reference classes or services that come from different namespaces or packages, but that have the same name. It may become tricky to understand which reference refers to a specific type.
Yes, you could use the fully qualified name of t...
code4it.hashnode.dev3 min read