Base solution for your next web application

Activities of "mahendra"

Question

Hello Expert,

When we use refresh.bat in angular application, it creates a single proxy file which is huge and then further this file increases the size of the main bundle and hence increases the initial load time of the application.

How can we split the one proxy.ts file into multiple files.

While searching on internet, I can see that ABP.io provides a command "abp generate-proxy -t ng" that creates seperate file for every controller and app service. Do we have similar approach for ASPDotNetBoilerplate.

Please advise. Regards, Mahendra

Question

Hello Expert,

I was following the below document

https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Feature-Dynamic-Entity-Parameters-Angular#:~:text=Dynamic%20Property%20System%20is%20a,operations%20on%20these%20objects%20easily.

I have following two questions for dynamic property:

  1. Hwo to specify the data source for combo box dynamic property.
  2. How to specify the validator for a dunamic property.

If you have a working sample it would be great...

Please advise...

Regards, Mahendra

Question

Hello Expert,

I am refering to following support ticket created by someone.

https://support.aspnetzero.com/QA/Questions/10468/How-to-allow-extension-of-application-through-Plugins

We need the similar functionality. We are using ASPNetZero Version 10.3 (.Net Core + Angular Version)

Do you have a demo project where the UI as well as API both have been extended. It would be really a great help if you can throw some light on it.

Basically, the requirement is very simple. We have a base application ready. Now we want some other team to keep creating plugins that could jel in my main application.

Any help would be appreciated....

Regards, Mahendra

Hello Expert,

I deploy the angular application on AWS S3. When I growse the URL am getting the following error...Any idea what may have went wrong...

Hello Expert,

We are using multitenant core+angular verion of ASPNetZero. We have few tenants and the application running successfully.

We have a new requirement now. we need to know whether it is possible even or not. ok so here is the requirement.

Let's say we have a tenant called A, B, C and D. When we browse the page with (tenant) subdomain as A, B or C it should run as it is, i.e. login page should be visible. But when I browse the page with (tenant) subdomain as D it should run the complete site without asking for login. It should pull all the tenant data (i.e. D tenant) without login.

In short one of the tenant should run anonymously.

If you can throw some light on the above requirement possibility, I can try walking that path.

Thanks & Regards, Mahendra

Question

Hello Expert,

After enabling the Redis Cache (Azure Redis Cache), when we export any data we are getting the below error... Please avise...

Regards, Mahendra

Question

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Hi Expert,

In case we have multiple instance of the application what all we need to take care. Two I know are

  1. Background Job (For this We can enable background job for one instance and disable for others)
  2. Cache (For this we can use distributed caching such as Redis)

Apart from the above two what's other that we should take care and how?

Regards, Mahendra

Question

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.3
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

If issue related with ABP Framework

  • What is ABP Framework version? 6.3.1

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

I have just configured Azure Redis Cache. I noticed that the login time increased trmendously... after debugging I found out that the call to AbpUserConfiguration/GetAll is taking too much of time...Approximately 3 miutes....

I am using Abp Version 6.3.1 and ASPNetZero Version 10.3...

Please advise some solution....

Many thanks. Mahendra

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Hi,

Refering to the below document https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers#disabling-job-execution specifically the point "You can enable job execution for only one instance of the application.", could you please elaborate how can we do this....

I am using Azure AppService and am scaling it out to say 5 instance. now how can I ensure that only one instance should run the background job and not any other instances else the same background job is picked-up by multiple instances and that cause data duplication in the database.

Regards, Mahendra

Question

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.3
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .NetCore

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

I am wondering for a document that explains step by step process to create and publish a webhook. My requirement is to when a record is created in my application, I need to push it to some third party using webhook.

Regards, Mahendra

Showing 1 to 10 of 80 entries