Using the namespace ex. "Microsoft.Extensions.DependencyInjection" & "Microsoft.AspNetCore.Builder" will force that namespace to be used and it can conflict with other packages that have similar extension methods.
Isn't it best practice to keep namespaces project specific instead of using existing ones?
Using the namespace ex. "Microsoft.Extensions.DependencyInjection" & "Microsoft.AspNetCore.Builder" will force that namespace to be used and it can conflict with other packages that have similar extension methods.
Isn't it best practice to keep namespaces project specific instead of using existing ones?