If you applications have multiple tabbed forms and the user can have multiple of them open at the same time. Is it a good idea to load all these data to the front end at application load time or is it better to load lazily when needed. Is there a size limitation to the amount of data you can maintain in browser session? Any best practice guideline?
Help is highly appreciated.