Base solution for your next web application

Activities of "inforica"

Hi- We are building scheduled jobs infrastructure to run recurring batch jobs. My question is can we access backend data without calling the App Services by directly using repositories in a library project. The reason being batch jobs will have long run time instance and we do not want to load the Azure App Service where the API solution is deployed.

While we can use Hangfire, Quartz or Azure functions to schedule and trigger the job. I do not want App Service to be used for retrieval/update of data but instead use a custom library (dll) using Abp repositories directly to access/modify data. I assume this is feasible and aspnetzero architecture supports it.

   Please let us know..
   

Regards, Sesha K.

hi- Is there a way where we can populate "Custom Data" column in Audit Logs ?

Does aspnetzero support having an intermediate entity as "broker" between "Host" and a "Tenant".

We know Host as the Super Admin who has control over all of the Tenants. is it possible to have a "Broker" type entity who will have control over only a subset of "Tenants" assigned to him. In other words is it possible to have a Broker ( a Tenant) have control over a set of other Tenants in terms of visibility of their data, controlling their users.

I know we can have Org units which gives data seperation within a Tenant. But is it possible to move out an Org units data as a seperate tenant by itself.

Regards, Sesha K.

Hi- We initally downloaded the application template for ASP.NET COre & Angular with SQL Server as backend. But now we want to switch to MySQL database.

 I followed the approach outlined in the link below
 
 https://aspnetboilerplate.com/Pages/Documents/EF-Core-MySql-Integration?searchKey=mysql
 
 But the command  "add-migration  initial_Migration " did not create SQL for all Entities.  So the subsequent "Update-Database" failed saying "Table does not exist".
 
  Are we missing any step 
  
  Regards,
  Sesha K.
 
 
Showing 1 to 4 of 4 entries