|
October 3, 2002 IBuySpy File Interactions Tips: October 2002
Yehuda Shiran, Ph.D.
|
|
The IBuySpy Store is quite complex. There are about 20 stored procedures, 13 ASP.NET pages, 5 user controls, 5 JScript .NET scripts, and one Web.config file. There is also a lot if interactions between these files. An ASP.NET page uses classes from all of the JScript .NET files, as well as ASP.NET user controls. IBuySpy classes use the stored procedures as their only mechanism to interact with the database. To assist you in finding your way in the IBuySpy Store code, we drew a color-coded map of the different file types and the interactions between them:
Login.aspx and the green line going left out of the CustomerLogin stored procedure shows that this stored procedure is called from the Login.aspx ASP.NET page.
People who read this tip also read these tips: Look for similar tips by subject: |