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

Activities of "ajayak"

Hi @ismcagdas,

the webapp was running fine. Only issue with the hangfire server that was shutdown. 0 servers and 1100+ queued background jobs

I had a production failure of Hangfire and ther server remained halted for 1.5 day until a customer reported the issue.

I am using Sentry to report issues immediately whenever something goes wrong. But how can I catch this Hangifre issue where hangfire servers stopped randomly on production? If it happens once, it can happen again!

Hi,

I want to delete a custom notification OrderReceived for all tenants (users) using SQL query. Doing this from UI will take a lot of time. I see that notifications has many related tables. How can I do it correctly?

How can I use IObjectMapper in a static class?

@xugowebtem,

We only allow default theme on our website, so it is relatively easy to manage theme.

In my project, I changed the color in demo1 (default) and compiled the css filed and replaced with default theme in AspNetZero metronic assets.

We choose this approach because we only change primary color of metronic and it is not so common to change the original code of metronic. Better to add overrides to the theme in our own code :)

Hi,

We are planning to change default colors of metronic. While we do so, I want to know if there are some features of metronic which are removed from AspNetZero? So I remove those from my metronic build.

Hi @ismcagdas,

Can you check with metronic theme if changing of primary color is possible in Metronic V6? :)

Hi,

I need to change the primary color from blue to Purple. How can I achieve that in .NET Core + Angular solution?

The above code is placed in PostInitialize function of TechnologyCoreModule.cs. I have set Migrator project as startup.

How can I control background jobs when I am running 2 instances of the application at same location?

I'm using Azure. Under Scale out option, I can add multiple instances to my application. Source code will be same for these instances. Is it possible to control background job someway?

Showing 61 to 70 of 202 entries