I'm working on a .NET Core application using Angular and Ignite UI. I would like to ask if it is possible to run a function in the background without opening the webpage.
For example I want to run a function at midnight and export the current data from my grid, so that I can have the file in the morning.
Thanks