I have an ASP.NET MVC application where I save all the outliers in a table. Therefore, on average, each page accesses this table 2-3 times. I want to cache (load into memory) this table when the application starts.
Is there any way to do this? I have googled, but useful topics have been found.
Thanks in advance.
source
share