Title here
Summary here
✅ DO choose names for your assembly DLLs that suggest large chunks of functionality.
✅ CONSIDER naming DLLs according to the following pattern:
Namespaces
<Company>.(<Product>|<Project>).<Module>.<Layer>[.<Subnamespace>]
Packaged DLL
<Company>.(<Product>|<Project>).<Module>.<Layer>.dll