Hi , My requirement is that we need to allow only super admin to create roles(tenants can not create roles). Super admin will determine which roles will be displayed to the tenants.
Please help me with the same.
Thanks
Details -
We have implmented the azure singalR service , after implementing the service we are unable to get all online client of the tenant in OnlineClientManager it only give us a single client of that tenant & without using azure singalR service its working fine.
Thanks for an advance
Hi, How asp.zero angular application cache ?, Is there any built in functionality with asp.net zero angular or we have to impliment angular rxjs operator or intercepter ? Thanks
Hi, We have been using your Angular+.Net Core version for quite some time & I didn't see any performance issues until after we moved to latest SDK available for this. The load time is high but what is more painful is that the response time on clicking of buttons is also very poor. It takes 2-3 seconds for the UI to shiw any response after button clicks & this doesn't improve after a while. This is true for Asp.net Zero functionality as well such as options under Administration menu or chat or user profile options on top right. Everything takes 2-3 seconds after click to respond. Is this a known issue? Can we make any changes to fix this? We are hosting our site on Azure. Thanks
Hi,
I have one query, that how we implement Mobile Offline Sync in ASP.NET Core 3.x and jQuery based MVC solution?
Please find the shared link below for more information about Mobile Offline Sync.
https://azure.microsoft.com/is-is/blog/announcing-general-availability-of-mobile-offline-sync/
Hi,
We are planning to migrate our existing Asp.Net MVC project into Asp.Net Zero Core 2.0 & Jquery. We are have some queries regarding datatype change for TenantId. By default its int. In our case, we have used CompanyId which is foreignkey in almost all tables, which is guid. In Asp.Net Zero, can we change datatype of TenantId to guid?.
Hello, I have created my own class in style.css file but it's not reflecting in theme 8. Could you please suggest to me? What should I do?
Hi Team, We are using ASP.net core and Angular Template of ASP.net Zero. We need to create a custom hub, that sends a message to client side when a media(images, videos, audios) are processed from azure function. We have the following scenario
What is the way to go about implementing this functionality in our application. We have created a hub and service to send the message and also listener to the client side. We need to send the message from the azure function to the Angular client.
Please help us out regarding this.
Thanks