Note: even if who aspnetzero cannot run on NOSQL - atleast a good explanation of how some Entities can store data in noSQL.
Example: If we just want to read/write logs to NOSQL or just read/write customer accounts
what other DB's are supported with ef.core now being used
what would be the best approach to override the localization mechanism
Example: want to store the custom translation in SQL DB so that language can be customization by tenant admin.
ignore the fact of performance hit - want to know if its possible.
Is there a reason the lib folder is excluded from git wwwroot/lib
does it get created on build of the project?
if it is not being created on build what could be the cause
What is available in aspnetzero to ensure settings /values can be cached centrally .
How do we enable & use it
How exactly is multiple Timezone enabled? None of the settings ui's are showing Timezone settings?
How do I activate time zones so users can set their preferred Timezone.
Multitenancy setup
Is it technically possible for multiple aspnetzero projects to share same sqldb.
Reason: if we want to share many of the tables and indenture server instance across many applications.
This is important in large enterprise scenario where they want single source of truth but seperate aspnetzero solutions ( all layers)
According to documentation the latest version of aspnetzero has a Jason setting to enable identity server4.
In addition this link indicates that it enables the application to act as single sign on
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
So I'm confused - does this or does this not enable identity server inside web project so that the project can acts as client and consumer for identity?
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
In the aspnet zero which project should I create connections to external lob systems in.
Example- consume 3rd party rest based webapi to restrieve data that will then be displayed on aspnetzero dashboard?
Example scenario2: restreive read only data from external sql database to render on aspnetzero dashboards.
Example 3: cannect to external sql DB in predetermined to read & write to the databases tables HOWEVER use aspnet zero UI and layers. Keep in mind this specific DB is external to aspnetzero so only a connection string to Db can be used as aspnet zero core tables cannot be stored in this external do.
These are important architecture questions that need to be answered when using aspnetzero in enterprise environment with many types of lob system access points.