Base solution for your next web application

Activities of "ismcagdas"

Answer

Hi,

If you are hosting your app on Azure, this might help https://stackoverflow.com/a/43571399. Could you try it and let us know if it works ?

Hi @MatthieuPauze

Most of the time, this happens because of a JS error or missing class on body element. But, it is hard to determine this problem without seeing the source code. Is it possible for us to access your source code ? If so, you can send an mail to [email protected] and we can take a look at your project.

Hi @gtewksbury

Sorry for the late reply. These classes are accessed by developers and not end users, so I think it doesn't cause any issues. But, we will remove HtmlHelper and try to replace DomHelper with an alternative if possible. You can follow https://github.com/aspnetzero/aspnet-zero-core/issues/5434

Hi @joynext

Could you share your the code of BackgroundJobNotification/NotifyEmployee and Background Job which calls this endpoint ?

Hi @Loizos

Sorry for my late reply.

I mean, Web.Core or Web, both works. You can place your business logic implementation in the Domain layer. You can inject any domain service into the Controllers or AppServices usde in the Web layer.

It is hard to offer something without seeing your code but I feel like this is a bit outside of the scope of AspNet Zero support. However, if you can send a sample code block to [email protected], we can try to provide a better suggestion.

Thanks,

Hi,

This will not work becuase each instance will use its own memory cache if you have multiple instances.

Hi @pliaspzero

Yes, this is definitely related to multiple instances. I suggest you to check https://docs.aspnetzero.com/aspnet-core-angular/latest/Clustered-Environment

Hi @Loizos

I think there is no need to create separate project for this. You can create an interface and call it inside your application service or whenever you need to execute this code block.

Then, you can create its implementation on the Web layer or application layer depending on your needs. Currently, it seems like Web layer is more appropriate.

Hi @ptaylor,

  1. I think this is possible, see https://forums.docker.com/t/multiple-applications-in-a-single-container/54772. But I think this is not suggested.
  2. We don't have a special architecture about this. This might be because of the delay of communication between containers.
  3. You might face problems with SignalR if you run multiple pods of the web app. You can take a look at https://docs.aspnetzero.com/aspnet-core-angular/latest/Clustered-Environment for this one.

Hi,

You can add your GitHub user on https://aspnetzero.com/LicenseManagement or you can send your Github username to [email protected] so we can invite you. Then, you can see the content of the link.

Showing 1 to 10 of 12738 entries