Cache Frequently-Used Data in the Application or Session Objects
ASP Application and Session objects are like handy storage lockers in your app's memory. You can stash data in either one, and it'll stay put even when users hop between pages. But remember:
Session data gets a separate locker for each user. It's pe...
edwardanil.hashnode.dev5 min read