Web.config (32 Lines of Code)
Data Tier Code (32 Lines of Code)
Middle Tier Code (0 Lines of Code)
This is entirely handled by the DataStoreManager. Extensions are possible but
not required for the AgileStudio Pet Shop Application.
User Interface Code (169 Lines of Code)
Most of the hand written user interface code breaks down into three
categories:- Security (Logging in and logging out, registering a new user,
seting perferences), Cart implementation (Adding items to cart, handling the
checkout process) and Personalization (making the home page and the header
adapt depending on circumstances e.g. Administrator logged in )
-
Cart.aspx.cs (32 Lines of Code)
-
Checkout1.aspx.cs (4 Lines of Code)
-
Checkout2.aspx.cs (2 Lines of Code)
-
Checkout3.aspx.cs (15 Lines of Code)
-
ControlHeader.ascx.cs (18 Lines of Code)
-
Default.aspx.cs (3 Lines of Code)
-
EditAccount.aspx.cs (21 Lines of Code)
-
Order.aspx.cs (2 Lines of Code)
-
ProductLinks.ascx.cs (8 Lines of Code)
-
SignIn.aspx.cs (26 Lines of Code)
-
SignOut.aspx.cs (6 Lines of Code)
-
User.aspx.cs (20 Lines of Code)
-
UserAddress.cs (12 Lines of Code)