Thanks @ismcagdas that is useful. Is there a way to make different tables only appear in certain databases (Based on tenant type). For example, we have a CommonEthnicity table which stores data to be shared amongst all tenants. When we create a new tenant, it automatically creates a blank table called CommonEthnicity in the tenant database which is not then populated. Can we stop it making the tables at all? That way we would not need to add the "Common" prefix to those tables too.
Ideally we want to be able to "Join" across the two contexts, e.g. Tenant and Host so that we can get a list of "Users" and their Ethnicinity, linked using the EthnicityID in the Tenant Tables and show the EthnicityName from the Host table
Using Asp.net Core + Angular Solution v10.5
For our application, we have 2 different tyes of Tenant, lets call the Company and Client.
If I want to have different tenant types, what is the best way to have different schemas for each tenant type and how can I link to the host database for the lookup data without just switching the tenant id in the dbcontext to look at 2 totally seperate databases?
@ismcagdas, do you have any update on this as we are about to do a big update and would like to know if Metronics 8 will be added soon?
ASP.NET CORE & Angular .NET Core 3.1 v9.0.1 We want to use the Chat features in AspNetZero to provide a Live Chat system to support our Tenants. Users of the Host App should be placed into groups (possibly OU's) such as "Support" and "Sales". Tenants should be able to choose one of these groups to start a live chat. All Host Users Online and in the selected group should see the incoming chat request, one of them will answer it but be able to forward it etc. Each chat should be indipendant and saved against the tenant and user.
I know this will require quite a bit of customisation, just looking for some advice on how best to achieve this without breaking the chat functions for future updates? Any help or advice would be great!
ASP.NET CORE & Angular .NET Core 3.1 v9.0.1 We would like to switch the theme/template of the Web.Public project to use a different theme. Currently it uses https://keenthemes.com/free-bootstrap-templates/free-bootstrap-corporate but we would like to switch it to using a different theme by the same company, https://keenthemes.com/free-bootstrap-templates/jango
Whilst I can just update the project myself, I was wondering if there was a way this could be done so that it wont break when I update ASP Net Zero in the future? e.g. make the template switchable and allow custom templates to be created?
I would also like the ability to do this for the main Admin theme/template too, currently it uses https://preview.keenthemes.com/metronic/angular/demo1/dashboard but https://preview.keenthemes.com/keen/demo5/index.html would work better for the project I am working on. Again, I could make these changes manually but would have issues after every update unless the theme/template could be modularised in some way?
Is this something you are planning or offer any advise on?
Hi,
How can i change the theme for Public Website in .NET Core & Jquery base Project?
I have gone through your documentation to add a new metronic or metronic supported themes. But I am not sure if this applies to Public Website.
Can you please point me to any relevant documentation?
Thank you
Re-installing the pckages did the trick.
Thank you
Hi,
I am following this guide and getting start with AspnetZero. On running the application, there is a JSON parse error (Img attached) in the console from zone.js file.
Any advice?
Thanks