Loading App in VBCS
Summary
How application load works in VBCSContent
Hi All,
I recently started learning VBCS and I would like to understand what happens during an Application Load in VBCS. I created a test application in VBCS and found that the var AppModule = function AppModule() {
alert("App Module Loaded")
};
loads 3 times every time i try to run the project. Can anyone explain to me why this behavior and if this would be same behavior while the app is running in Production environment. If this is something that i would find the documentation then can anyone please point me in the right direction.
Tagged:
0