Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "sedulen"

Hi,

We just downloaded the Core 2.1 solution and realized that the 2 "Shared" projects do no target Core 2.1. Under build for those projects, NETSTANDARD;NETSTANDARD2_0 is displayed. Is this correct?

Thanks

Does IAppFolders support a cluster or an S3 or Azure bucket?

Thanks!

Is it possible to query across all tenants? In our implementation, we have all tenants stored in the same database and we wanted to create a Host view that retrieves data across all tenants.

Thanks

can we insert PK values into custom objects? Our ASPNZ system will be populated with records from another system and we would like to write the PK values from the external system.

Thanks

Has anyone successfully implemented multi-tenancy with users being defined only once and not using the "Linked Accounts" feature.

Thanks

I have a "CSR" role (Customer Service Rep). I want to grant them the ability to login as users for tenants but not grant them the ability to log in as users for the hosts. Right now, I grant "Login for Tenants" rights but in order to execute impersonation, I need to have "Login for users" rights also granted. In doing that, I am granting users in this role access to Administration > Users > Login as User within the host instance, which I do not want. Any ideas on how to implement this within the permissions model? TIA R. Gilbert

How can I create a read-only Controller for the API. The service will need full CRUDL but data will be created internally via background job and never directly through an external system.

Thanks, R. Gilbert

Is it possible to define an Entity in the RAD tool that references another object? Thanks, R. Gilbert

I've read several articles and tried several things for example: [https://stackoverflow.com/questions/45881069/ef-core-don%C2%B4t-use-aspnetcore-environment-during-update-database]). I've tried both the donet cli as well as VS package manager I'm setting ASPNETCORE_ENVIRONMENT to "Development"and then running Update-Database --verbose or dotnet ef database update -v and in both cases, it appears to be attempting to the connectionString defined in appsettings.json and not in appsettings.Development.json

Hi, We are building a system where tenancy is already defined in another system and we need to mirror that tenancy in our AspNet Zero system. Would it be possible for us to retain the pre-assigned tenant id from the other system and apply as the tenant Id in out ASP.NET Zero system?

Thanks!

Showing 31 to 40 of 44 entries