Asset Management
Application summary
- Application: ASP.NET Core MVC
- AuthorizationProvider: ASP.NET Core's individual users account
- CookieOrToken: Cookie
- MultiTenant: single level multi-tenant
-
Databases:
- One SQL Server database shared by:
- - ASP.NET Core Individual accounts database
- - AuthPermissions' database - tables have a schema of 'authp'
- - multi-tenant invoice database - tables have a schema of 'invoice'
- Note: Example of versioning your application