For custom control packages namespaces and package name both are valid but package name has the following pros and cons:
Pros:
- Close to NPM package syntax (simple concept)
- Resolves version dependency for central deployment
- Configuration free
- Thirdparty can be embedded easily (Frontend packages)
- No shimming knowledge needed
Cons:
- No individual deployment! => libraries can be deployed individually!
- New concept => requires exlanation
For custom control packages namespaces and package name both are valid but package name has the following pros and cons:
Pros:
Cons: