- 51Aspx源码必读.txt[2KB]
- Agathas.Storefront.Controllers\Agathas.Storefront.Controllers.csproj[6KB]
- Agathas.Storefront.Controllers\AutoMapperBootStrapper.cs[1KB]
- Agathas.Storefront.Controllers\BasketMapper.cs[498B]
- Agathas.Storefront.Controllers\CookieDataKeys.cs[157B]
- Agathas.Storefront.Controllers\FormDataKeys.cs[194B]
- Agathas.Storefront.Controllers\IoCControllerFactory.cs[431B]
- Agathas.Storefront.Controllers\OrderMapper.cs[420B]
- Agathas.Storefront.Controllers\ActionArguments\ActionArgumentKey.cs[178B]
- Agathas.Storefront.Controllers\ActionArguments\HttpRequestActionArguments.cs[395B]
- Agathas.Storefront.Controllers\ActionArguments\IActionArguments.cs[178B]
- Agathas.Storefront.Controllers\Controllers\AccountLogOnController.cs[4KB]
- Agathas.Storefront.Controllers\Controllers\AccountRegisterController.cs[5KB]
- Agathas.Storefront.Controllers\Controllers\BaseAccountController.cs[1KB]
- Agathas.Storefront.Controllers\Controllers\BaseController.cs[1KB]
- Agathas.Storefront.Controllers\Controllers\BasketController.cs[7KB]
- Agathas.Storefront.Controllers\Controllers\CheckoutController.cs[4KB]
- Agathas.Storefront.Controllers\Controllers\CustomerController.cs[5KB]
- Agathas.Storefront.Controllers\Controllers\HomeController.cs[1KB]
- Agathas.Storefront.Controllers\Controllers\OrderController.cs[2KB]
- Agathas.Storefront.Controllers\Controllers\PaymentController.cs[2KB]
- Agathas.Storefront.Controllers\Controllers\ProductCatalogBaseController.cs[992B]
- Agathas.Storefront.Controllers\Controllers\ProductController.cs[6KB]
- Agathas.Storefront.Controllers\JsonDTOs\JsonBasketItemUpdateRequest.cs[373B]
- Agathas.Storefront.Controllers\JsonDTOs\JsonBasketQtyUpdateRequest.cs[332B]
- Agathas.Storefront.Controllers\JsonDTOs\JsonDtoMapper.cs[1KB]
- Agathas.Storefront.Controllers\JsonDTOs\JsonModelBinder.cs[852B]
- Agathas.Storefront.Controllers\JsonDTOs\JsonProductSearchRequest.cs[862B]
- Agathas.Storefront.Controllers\JsonDTOs\JsonRefinementGroup.cs[381B]
- Agathas.Storefront.Controllers\obj\Debug\Agathas.Storefront.Controllers.csproj.FileListAbsolute.txt[2KB]
- Agathas.Storefront.Controllers\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Controllers\ViewModels\BasePageView.cs[176B]
- Agathas.Storefront.Controllers\ViewModels\BasketSummaryView.cs[207B]
- Agathas.Storefront.Controllers\ViewModels\Account\AccountView.cs[375B]
- Agathas.Storefront.Controllers\ViewModels\Account\CallBackSettings.cs[256B]
- Agathas.Storefront.Controllers\ViewModels\Checkout\OrderConfirmationView.cs[336B]
- Agathas.Storefront.Controllers\ViewModels\CustomerAccount\BaseCustomerAccountView.cs[203B]
- Agathas.Storefront.Controllers\ViewModels\CustomerAccount\CustomerDeliveryAddressView.cs[325B]
- Agathas.Storefront.Controllers\ViewModels\CustomerAccount\CustomerDetailView.cs[254B]
- Agathas.Storefront.Controllers\ViewModels\CustomerAccount\CustomerOrderView.cs[247B]
- Agathas.Storefront.Controllers\ViewModels\CustomerAccount\CustomersOrderSummaryView.cs[311B]
- Agathas.Storefront.Controllers\ViewModels\ProductCatalog\BaseProductCatalogPageView.cs[309B]
- Agathas.Storefront.Controllers\ViewModels\ProductCatalog\BasketDetailView.cs[363B]
- Agathas.Storefront.Controllers\ViewModels\ProductCatalog\HomePageView.cs[304B]
- Agathas.Storefront.Controllers\ViewModels\ProductCatalog\ProductDetailView.cs[253B]
- Agathas.Storefront.Controllers\ViewModels\ProductCatalog\ProductSearchResultView.cs[786B]
- Agathas.Storefront.Infrastructure\Agathas.Storefront.Infrastructure.csproj[5KB]
- Agathas.Storefront.Infrastructure\Authentication\AspFormsAuthentication.cs[637B]
- Agathas.Storefront.Infrastructure\Authentication\AspMembershipAuthentication.cs[2KB]
- Agathas.Storefront.Infrastructure\Authentication\IExternalAuthenticationService.cs[182B]
- Agathas.Storefront.Infrastructure\Authentication\IFormsAuthentication.cs[243B]
- Agathas.Storefront.Infrastructure\Authentication\ILocalAuthenticationService.cs[242B]
- Agathas.Storefront.Infrastructure\Authentication\JanrainAuthenticationService.cs[1KB]
- Agathas.Storefront.Infrastructure\Authentication\User.cs[255B]
- Agathas.Storefront.Infrastructure\Configuration\ApplicationSettingsFactory.cs[526B]
- Agathas.Storefront.Infrastructure\Configuration\IApplicationSettings.cs[341B]
- Agathas.Storefront.Infrastructure\Configuration\WebConfigApplicationSettings.cs[1KB]
- Agathas.Storefront.Infrastructure\CookieStorage\CookieStorageService.cs[724B]
- Agathas.Storefront.Infrastructure\CookieStorage\ICookieStorageService.cs[243B]
- Agathas.Storefront.Infrastructure\Domain\BusinessRule.cs[575B]
- Agathas.Storefront.Infrastructure\Domain\EntityBase.cs[1KB]
- Agathas.Storefront.Infrastructure\Domain\IAggregateRoot.cs[110B]
- Agathas.Storefront.Infrastructure\Domain\IReadOnlyRepository.cs[410B]
- Agathas.Storefront.Infrastructure\Domain\IRepository.cs[261B]
- Agathas.Storefront.Infrastructure\Domain\ValueObjectBase.cs[959B]
- Agathas.Storefront.Infrastructure\Domain\ValueObjectIsInvalidException.cs[263B]
- Agathas.Storefront.Infrastructure\Domain\Events\DomainEvents.cs[440B]
- Agathas.Storefront.Infrastructure\Domain\Events\IDomainEvent.cs[115B]
- Agathas.Storefront.Infrastructure\Domain\Events\IDomainEventHandler.cs[185B]
- Agathas.Storefront.Infrastructure\Domain\Events\IDomainEventHandlerFactory.cs[292B]
- Agathas.Storefront.Infrastructure\Domain\Events\IEnumerableExtensions.cs[357B]
- Agathas.Storefront.Infrastructure\Domain\Events\StructureMapDomainEventHandlerFactory.cs[531B]
- Agathas.Storefront.Infrastructure\Email\EmailServiceFactory.cs[427B]
- Agathas.Storefront.Infrastructure\Email\IEmailService.cs[185B]
- Agathas.Storefront.Infrastructure\Email\SMTPService.cs[483B]
- Agathas.Storefront.Infrastructure\Email\TextLoggingEmailService.cs[770B]
- Agathas.Storefront.Infrastructure\Helpers\PriceHelper.cs[262B]
- Agathas.Storefront.Infrastructure\Helpers\UrlHelper.cs[701B]
- Agathas.Storefront.Infrastructure\Logging\ILogger.cs[139B]
- Agathas.Storefront.Infrastructure\Logging\Log4NetAdapter.cs[626B]
- Agathas.Storefront.Infrastructure\Logging\LoggingFactory.cs[361B]
- Agathas.Storefront.Infrastructure\obj\Debug\Agathas.Storefront.Infrastructure.csproj.FileListAbsolute.txt[1KB]
- Agathas.Storefront.Infrastructure\Payments\IPaymentService.cs[423B]
- Agathas.Storefront.Infrastructure\Payments\OrderItemPaymentRequest.cs[285B]
- Agathas.Storefront.Infrastructure\Payments\OrderPaymentRequest.cs[833B]
- Agathas.Storefront.Infrastructure\Payments\PaymentPostData.cs[271B]
- Agathas.Storefront.Infrastructure\Payments\PayPalPaymentService.cs[7KB]
- Agathas.Storefront.Infrastructure\Payments\TransactionResult.cs[304B]
- Agathas.Storefront.Infrastructure\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Infrastructure\Querying\CriteriaOperator.cs[176B]
- Agathas.Storefront.Infrastructure\Querying\Criterion.cs[1KB]
- Agathas.Storefront.Infrastructure\Querying\OrderByClause.cs[197B]
- Agathas.Storefront.Infrastructure\Querying\PropertyNameHelper.cs[616B]
- Agathas.Storefront.Infrastructure\Querying\Query.cs[846B]
- Agathas.Storefront.Infrastructure\Querying\QueryOperator.cs[132B]
- Agathas.Storefront.Infrastructure\UnitOfWork\IUnitOfWork.cs[568B]
- Agathas.Storefront.Infrastructure\UnitOfWork\IUnitOfWorkRepository.cs[338B]
- Agathas.Storefront.Model\Address.cs[1KB]
- Agathas.Storefront.Model\AddressBusinessRules.cs[885B]
- Agathas.Storefront.Model\Agathas.Storefront.Model.csproj[5KB]
- Agathas.Storefront.Model\Basket\Basket.cs[2KB]
- Agathas.Storefront.Model\Basket\BasketBusinessRules.cs[492B]
- Agathas.Storefront.Model\Basket\BasketItem.cs[1KB]
- Agathas.Storefront.Model\Basket\BasketItemBusinessRules.cs[611B]
- Agathas.Storefront.Model\Basket\BasketItemFactory.cs[309B]
- Agathas.Storefront.Model\Basket\IBasketRepository.cs[198B]
- Agathas.Storefront.Model\Categories\Category.cs[483B]
- Agathas.Storefront.Model\Categories\ICategoryRepository.cs[198B]
- Agathas.Storefront.Model\Customers\Customer.cs[2KB]
- Agathas.Storefront.Model\Customers\CustomerBusinessRules.cs[798B]
- Agathas.Storefront.Model\Customers\DeliveryAddress.cs[564B]
- Agathas.Storefront.Model\Customers\DeliveryAddressBusinessRules.cs[497B]
- Agathas.Storefront.Model\Customers\EmailValidationSpecification.cs[386B]
- Agathas.Storefront.Model\Customers\ICustomerRepository.cs[237B]
- Agathas.Storefront.Model\Customers\InvalidAddressException.cs[245B]
- Agathas.Storefront.Model\obj\Debug\Agathas.Storefront.Model.csproj.FileListAbsolute.txt[1KB]
- Agathas.Storefront.Model\Orders\CannotAmendOrderException.cs[246B]
- Agathas.Storefront.Model\Orders\IOrderRepository.cs[180B]
- Agathas.Storefront.Model\Orders\Order.cs[5KB]
- Agathas.Storefront.Model\Orders\OrderAlreadyPaidForException.cs[252B]
- Agathas.Storefront.Model\Orders\OrderBusinessRules.cs[1KB]
- Agathas.Storefront.Model\Orders\OrderItem.cs[1KB]
- Agathas.Storefront.Model\Orders\OrderItemBusinessRules.cs[883B]
- Agathas.Storefront.Model\Orders\OrderItemFactory.cs[314B]
- Agathas.Storefront.Model\Orders\Payment.cs[1KB]
- Agathas.Storefront.Model\Orders\PaymentAmountDoesNotEqualOrderTotalException.cs[284B]
- Agathas.Storefront.Model\Orders\PaymentBusinessRules.cs[606B]
- Agathas.Storefront.Model\Orders\PaymentFactory.cs[373B]
- Agathas.Storefront.Model\Orders\Events\OrderSubmittedEvent.cs[224B]
- Agathas.Storefront.Model\Orders\States\IOrderState.cs[238B]
- Agathas.Storefront.Model\Orders\States\OpenOrderState.cs[684B]
- Agathas.Storefront.Model\Orders\States\OrderState.cs[386B]
- Agathas.Storefront.Model\Orders\States\OrderStates.cs[299B]
- Agathas.Storefront.Model\Orders\States\OrderStatus.cs[142B]
- Agathas.Storefront.Model\Orders\States\SubmittedOrderState.cs[561B]
- Agathas.Storefront.Model\Products\Brand.cs[420B]
- Agathas.Storefront.Model\Products\IProductAttribute.cs[171B]
- Agathas.Storefront.Model\Products\IProductRepository.cs[194B]
- Agathas.Storefront.Model\Products\IProductTitleRepository.cs[204B]
- Agathas.Storefront.Model\Products\Product.cs[934B]
- Agathas.Storefront.Model\Products\ProductColor.cs[427B]
- Agathas.Storefront.Model\Products\ProductSize.cs[426B]
- Agathas.Storefront.Model\Products\ProductTitle.cs[566B]
- Agathas.Storefront.Model\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Model\Shipping\Courier.cs[851B]
- Agathas.Storefront.Model\Shipping\DeliveryOption.cs[1KB]
- Agathas.Storefront.Model\Shipping\IDeliveryOption.cs[330B]
- Agathas.Storefront.Model\Shipping\IDeliveryOptionRepository.cs[217B]
- Agathas.Storefront.Model\Shipping\NullDeliveryOption.cs[733B]
- Agathas.Storefront.Model\Shipping\ShippingService.cs[980B]
- Agathas.Storefront.Repository.NHibernate\Agathas.Storefront.Repository.NHibernate.csproj[5KB]
- Agathas.Storefront.Repository.NHibernate\NHUnitOfWork.cs[1KB]
- Agathas.Storefront.Repository.NHibernate\Mapping\Basket.hbm.xml[800B]
- Agathas.Storefront.Repository.NHibernate\Mapping\BasketItem.hbm.xml[862B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Brand.hbm.xml[523B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Category.hbm.xml[535B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Courier.hbm.xml[565B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Customer.hbm.xml[1KB]
- Agathas.Storefront.Repository.NHibernate\Mapping\DeliveryAddress.hbm.xml[1KB]
- Agathas.Storefront.Repository.NHibernate\Mapping\DeliveryOption.hbm.xml[948B]
- Agathas.Storefront.Repository.NHibernate\Mapping\IOrderState.hbm.xml[600B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Order.hbm.xml[2KB]
- Agathas.Storefront.Repository.NHibernate\Mapping\OrderItem.hbm.xml[1012B]
- Agathas.Storefront.Repository.NHibernate\Mapping\Product.hbm.xml[596B]
- Agathas.Storefront.Repository.NHibernate\Mapping\ProductColor.hbm.xml[530B]
- Agathas.Storefront.Repository.NHibernate\Mapping\ProductSize.hbm.xml[527B]
- Agathas.Storefront.Repository.NHibernate\Mapping\ProductTitle.hbm.xml[1KB]
- Agathas.Storefront.Repository.NHibernate\Mapping\ShippingService.hbm.xml[922B]
- Agathas.Storefront.Repository.NHibernate\obj\Debug\Agathas.Storefront.Repository.NHibernate.csproj.FileListAbsolute.txt[2KB]
- Agathas.Storefront.Repository.NHibernate\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Repository.NHibernate\Repositories\BasketRepository.cs[374B]
- Agathas.Storefront.Repository.NHibernate\Repositories\CategoryRepository.cs[370B]
- Agathas.Storefront.Repository.NHibernate\Repositories\CustomerRepository.cs[1KB]
- Agathas.Storefront.Repository.NHibernate\Repositories\DeliveryOptionRepository.cs[437B]
- Agathas.Storefront.Repository.NHibernate\Repositories\OrderRepository.cs[354B]
- Agathas.Storefront.Repository.NHibernate\Repositories\ProductRepository.cs[736B]
- Agathas.Storefront.Repository.NHibernate\Repositories\ProductTitleRepository.cs[427B]
- Agathas.Storefront.Repository.NHibernate\Repositories\QueryTranslator.cs[2KB]
- Agathas.Storefront.Repository.NHibernate\Repositories\Repository.cs[2KB]
- Agathas.Storefront.Repository.NHibernate\SessionStorage\HttpSessionContainer.cs[899B]
- Agathas.Storefront.Repository.NHibernate\SessionStorage\ISessionStorageContainer.cs[234B]
- Agathas.Storefront.Repository.NHibernate\SessionStorage\SessionFactory.cs[1KB]
- Agathas.Storefront.Repository.NHibernate\SessionStorage\SessionStorageFactory.cs[692B]
- Agathas.Storefront.Repository.NHibernate\SessionStorage\ThreadSessionStorageContainer.cs[1KB]
- Agathas.Storefront.Services\Agathas.Storefront.Services.csproj[7KB]
- Agathas.Storefront.Services\AutoMapperBootStrapper.cs[2KB]
- Agathas.Storefront.Services\DomainEventHandlers\OrderSubmittedHandler.cs[1KB]
- Agathas.Storefront.Services\Implementations\BasketDoesNotExistException.cs[151B]
- Agathas.Storefront.Services\Implementations\BasketService.cs[5KB]
- Agathas.Storefront.Services\Implementations\CustomerInvalidException.cs[256B]
- Agathas.Storefront.Services\Implementations\CustomerService.cs[5KB]
- Agathas.Storefront.Services\Implementations\OrderService.cs[3KB]
- Agathas.Storefront.Services\Implementations\ProductCatalogService.cs[3KB]
- Agathas.Storefront.Services\Implementations\ProductSearchRequestQueryGenerator.cs[2KB]
- Agathas.Storefront.Services\Interfaces\IBasketService.cs[463B]
- Agathas.Storefront.Services\Interfaces\ICustomerService.cs[625B]
- Agathas.Storefront.Services\Interfaces\IOrderService.cs[392B]
- Agathas.Storefront.Services\Interfaces\IProductCatalogService.cs[487B]
- Agathas.Storefront.Services\Mapping\BasketMapper.cs[823B]
- Agathas.Storefront.Services\Mapping\CategoryMapper.cs[513B]
- Agathas.Storefront.Services\Mapping\CustomerMapper.cs[409B]
- Agathas.Storefront.Services\Mapping\DeliveryAddressMapper.cs[476B]
- Agathas.Storefront.Services\Mapping\DeliveryOptionMapper.cs[557B]
- Agathas.Storefront.Services\Mapping\IProductAttributeMapper.cs[882B]
- Agathas.Storefront.Services\Mapping\OrderMapper.cs[638B]
- Agathas.Storefront.Services\Mapping\ProductMapper.cs[4KB]
- Agathas.Storefront.Services\Mapping\ProductTitleMapper.cs[711B]
- Agathas.Storefront.Services\Messaging\CustomerService\CreateCustomerRequest.cs[323B]
- Agathas.Storefront.Services\Messaging\CustomerService\CreateCustomerResponse.cs[228B]
- Agathas.Storefront.Services\Messaging\CustomerService\DeliveryAddressAddRequest.cs[296B]
- Agathas.Storefront.Services\Messaging\CustomerService\DeliveryAddressAddResponse.cs[246B]
- Agathas.Storefront.Services\Messaging\CustomerService\DeliveryAddressModifyRequest.cs[299B]
- Agathas.Storefront.Services\Messaging\CustomerService\DeliveryAddressModifyResponse.cs[249B]
- Agathas.Storefront.Services\Messaging\CustomerService\GetCustomerRequest.cs[234B]
- Agathas.Storefront.Services\Messaging\CustomerService\GetCustomerResponse.cs[376B]
- Agathas.Storefront.Services\Messaging\CustomerService\ModifyCustomerRequest.cs[323B]
- Agathas.Storefront.Services\Messaging\CustomerService\ModifyCustomerResponse.cs[228B]
- Agathas.Storefront.Services\Messaging\OrderService\CreateOrderRequest.cs[285B]
- Agathas.Storefront.Services\Messaging\OrderService\CreateOrderResponse.cs[216B]
- Agathas.Storefront.Services\Messaging\OrderService\GetOrderRequest.cs[159B]
- Agathas.Storefront.Services\Messaging\OrderService\GetOrderResponse.cs[213B]
- Agathas.Storefront.Services\Messaging\OrderService\SetOrderPaymentRequest.cs[314B]
- Agathas.Storefront.Services\Messaging\OrderService\SetOrderPaymentResponse.cs[220B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\CreateBasketRequest.cs[330B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\CreateBasketResponse.cs[228B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetAllCategoriesResponse.cs[286B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetAllDispatchOptionsResponse.cs[302B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetBasketRequest.cs[188B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetBasketResponse.cs[225B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetFeaturedProductsResponse.cs[293B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetProductRequest.cs[172B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetProductResponse.cs[228B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetProductsByCategoryRequest.cs[649B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\GetProductsByCategoryResponse.cs[639B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\ModifyBasketRequest.cs[688B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\ModifyBasketResponse.cs[228B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\ProductQtyUpdateRequest.cs[219B]
- Agathas.Storefront.Services\Messaging\ProductCatalogService\ProductsSortBy.cs[181B]
- Agathas.Storefront.Services\obj\Debug\Agathas.Storefront.Services.csproj.FileListAbsolute.txt[1KB]
- Agathas.Storefront.Services\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Services\ViewModels\BasketItemView.cs[471B]
- Agathas.Storefront.Services\ViewModels\BasketView.cs[666B]
- Agathas.Storefront.Services\ViewModels\CategoryView.cs[181B]
- Agathas.Storefront.Services\ViewModels\CustomerView.cs[411B]
- Agathas.Storefront.Services\ViewModels\DeliveryAddressView.cs[463B]
- Agathas.Storefront.Services\ViewModels\DeliveryOptionView.cs[209B]
- Agathas.Storefront.Services\ViewModels\OrderItemView.cs[323B]
- Agathas.Storefront.Services\ViewModels\OrderSummaryView.cs[254B]
- Agathas.Storefront.Services\ViewModels\OrderView.cs[866B]
- Agathas.Storefront.Services\ViewModels\ProductSizeOption.cs[190B]
- Agathas.Storefront.Services\ViewModels\ProductSummaryView.cs[277B]
- Agathas.Storefront.Services\ViewModels\ProductView.cs[377B]
- Agathas.Storefront.Services\ViewModels\Refinement.cs[179B]
- Agathas.Storefront.Services\ViewModels\RefinementGroup.cs[292B]
- Agathas.Storefront.Services\ViewModels\RefinementGroupings.cs[166B]
- Agathas.Storefront.Services.Cache\Agathas.Storefront.Services.Cache.csproj[3KB]
- Agathas.Storefront.Services.Cache\CachedProductCatalogueService.cs[6KB]
- Agathas.Storefront.Services.Cache\CacheKeys.cs[218B]
- Agathas.Storefront.Services.Cache\CacheStorage\HttpContextCacheAdapter.cs[716B]
- Agathas.Storefront.Services.Cache\CacheStorage\ICacheStorage.cs[238B]
- Agathas.Storefront.Services.Cache\obj\Debug\Agathas.Storefront.Services.Cache.csproj.FileListAbsolute.txt[2KB]
- Agathas.Storefront.Services.Cache\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.Services.Cache\Specifications\IProductSearchSpecification.cs[221B]
- Agathas.Storefront.Services.Cache\Specifications\ProductIsInBrandSpecification.cs[682B]
- Agathas.Storefront.Services.Cache\Specifications\ProductIsInCategorySpecification.cs[588B]
- Agathas.Storefront.Services.Cache\Specifications\ProductIsInColourSpecification.cs[690B]
- Agathas.Storefront.Services.Cache\Specifications\ProductIsInSizeSpecification.cs[694B]
- Agathas.Storefront.UI.Web.MVC\Agathas.Storefront.UI.Web.MVC.csproj[10KB]
- Agathas.Storefront.UI.Web.MVC\BootStrapper.cs[5KB]
- Agathas.Storefront.UI.Web.MVC\Default.aspx[516B]
- Agathas.Storefront.UI.Web.MVC\Default.aspx.cs[586B]
- Agathas.Storefront.UI.Web.MVC\Default.aspx.designer.cs[784B]
- Agathas.Storefront.UI.Web.MVC\Global.asax[119B]
- Agathas.Storefront.UI.Web.MVC\Global.asax.cs[1KB]
- Agathas.Storefront.UI.Web.MVC\Web.config[3KB]
- Agathas.Storefront.UI.Web.MVC\Web.Debug.config[1KB]
- Agathas.Storefront.UI.Web.MVC\Web.Release.config[1KB]
- Agathas.Storefront.UI.Web.MVC\Content\Site.css[5KB]
- Agathas.Storefront.UI.Web.MVC\Helpers\AgathaHtmlHelper.cs[1KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\Agathas.Storefront.UI.Web.MVC.csproj.FileListAbsolute.txt[3KB]
- Agathas.Storefront.UI.Web.MVC\Properties\AssemblyInfo.cs[1KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\agatha-common-scripts.js[978B]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-1.3.2-vsdoc.js[253KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-1.3.2.js[168KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-1.3.2.min-vsdoc.js[253KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-1.3.2.min.js[57KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-1.4.2.min.js[70KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-jtemplates.js[9KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery-ui-1.8.1.custom.min.js[19KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery.validate-vsdoc.js[55KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery.validate.js[49KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery.validate.min-vsdoc.js[55KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\jquery.validate.min.js[25KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\json2.js[17KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\MicrosoftAjax.debug.js[292KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\MicrosoftAjax.js[134KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\MicrosoftMvcAjax.debug.js[14KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\MicrosoftMvcAjax.js[8KB]
- Agathas.Storefront.UI.Web.MVC\Scripts\MicrosoftMvcJQueryValidation.js[5KB]
- Agathas.Storefront.UI.Web.MVC\Views\Web.config[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Account\LogOn.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Account\Register.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\AccountLogOn\LogOn.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\AccountRegister\Register.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Basket\View.aspx[9KB]
- Agathas.Storefront.UI.Web.MVC\Views\Checkout\AddDeliveryAddress.aspx[827B]
- Agathas.Storefront.UI.Web.MVC\Views\Checkout\ConfirmOrder.aspx[2KB]
- Agathas.Storefront.UI.Web.MVC\Views\Customer\AddDeliveryAddress.aspx[706B]
- Agathas.Storefront.UI.Web.MVC\Views\Customer\DeliveryAddresses.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Customer\Detail.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Customer\EditDeliveryAddress.aspx[719B]
- Agathas.Storefront.UI.Web.MVC\Views\Home\Index.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Order\Detail.aspx[2KB]
- Agathas.Storefront.UI.Web.MVC\Views\Order\List.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Payment\PaymentCancel.aspx[503B]
- Agathas.Storefront.UI.Web.MVC\Views\Payment\PaymentComplete.aspx[488B]
- Agathas.Storefront.UI.Web.MVC\Views\Payment\PaymentPost.aspx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Product\Detail.aspx[2KB]
- Agathas.Storefront.UI.Web.MVC\Views\Product\ProductSearchResults.aspx[22KB]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\AddressEdit.ascx[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\BasketSummary.ascx[670B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\Categories.ascx[505B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\CustomerMenu.ascx[458B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\Error.aspx[444B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\JanrainLogin.ascx[900B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\SiteFooter.ascx[1KB]
- DB_51aspx\数据库脚本.sql[38KB]
- Agathas.Storefront.sln[4KB]
- Agathas.Storefront.suo[309KB]
- from.gif[4KB]
- 最新Asp.Net源码下载.url[123B]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Controllers.dll[35KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Controllers.pdb[83KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Services.dll[47KB]
- Agathas.Storefront.Controllers\bin\Debug\Agathas.Storefront.Services.pdb[81KB]
- Agathas.Storefront.Controllers\bin\Debug\AutoMapper.dll[108KB]
- Agathas.Storefront.Controllers\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Controllers\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Controllers\obj\Debug\Agathas.Storefront.Controllers.dll[35KB]
- Agathas.Storefront.Controllers\obj\Debug\Agathas.Storefront.Controllers.pdb[83KB]
- Agathas.Storefront.Controllers\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[7KB]
- Agathas.Storefront.Infrastructure\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Infrastructure\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Infrastructure\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Infrastructure\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Infrastructure\obj\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Infrastructure\obj\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Infrastructure\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- Agathas.Storefront.Infrastructure\obj\Debug\ResolveAssemblyReference.cache[18KB]
- Agathas.Storefront.Model\Agathas.Storefront.Model.csproj.user[227B]
- Agathas.Storefront.Model\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Model\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Model\bin\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Model\bin\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Model\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Model\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Model\obj\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Model\obj\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Model\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[5KB]
- Agathas.Storefront.Model\obj\Debug\ResolveAssemblyReference.cache[26KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Repository.NHibernate.dll[28KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Agathas.Storefront.Repository.NHibernate.pdb[49KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\Iesi.Collections.dll[32KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\LinFu.DynamicProxy.dll[20KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\NHibernate.ByteCode.LinFu.dll[7KB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\NHibernate.dll[2.25MB]
- Agathas.Storefront.Repository.NHibernate\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Repository.NHibernate\obj\Debug\Agathas.Storefront.Repository.NHibernate.dll[28KB]
- Agathas.Storefront.Repository.NHibernate\obj\Debug\Agathas.Storefront.Repository.NHibernate.pdb[49KB]
- Agathas.Storefront.Repository.NHibernate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- Agathas.Storefront.Repository.NHibernate\obj\Debug\ResolveAssemblyReference.cache[45KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Services.dll[47KB]
- Agathas.Storefront.Services\bin\Debug\Agathas.Storefront.Services.pdb[81KB]
- Agathas.Storefront.Services\bin\Debug\AutoMapper.dll[108KB]
- Agathas.Storefront.Services\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Services\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Services\obj\Debug\Agathas.Storefront.Services.dll[47KB]
- Agathas.Storefront.Services\obj\Debug\Agathas.Storefront.Services.pdb[81KB]
- Agathas.Storefront.Services\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- Agathas.Storefront.Services\obj\Debug\ResolveAssemblyReference.cache[32KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Services.Cache.dll[11KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Services.Cache.pdb[33KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Services.dll[47KB]
- Agathas.Storefront.Services.Cache\bin\Debug\Agathas.Storefront.Services.pdb[81KB]
- Agathas.Storefront.Services.Cache\bin\Debug\AutoMapper.dll[108KB]
- Agathas.Storefront.Services.Cache\bin\Debug\log4net.dll[264KB]
- Agathas.Storefront.Services.Cache\bin\Debug\StructureMap.dll[212KB]
- Agathas.Storefront.Services.Cache\obj\Debug\Agathas.Storefront.Services.Cache.dll[11KB]
- Agathas.Storefront.Services.Cache\obj\Debug\Agathas.Storefront.Services.Cache.pdb[33KB]
- Agathas.Storefront.Services.Cache\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- Agathas.Storefront.Services.Cache\obj\Debug\ResolveAssemblyReference.cache[37KB]
- Agathas.Storefront.UI.Web.MVC\Agathas.Storefront.UI.Web.MVC.csproj.user[1KB]
- Agathas.Storefront.UI.Web.MVC\App_Data\ASPNETDB.MDF[10MB]
- Agathas.Storefront.UI.Web.MVC\App_Data\aspnetdb_log.ldf[504KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Controllers.dll[35KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Controllers.pdb[83KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Infrastructure.dll[27KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Infrastructure.pdb[75KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Model.dll[30KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Model.pdb[115KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Repository.NHibernate.dll[28KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Repository.NHibernate.pdb[49KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Services.Cache.dll[11KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Services.Cache.pdb[33KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Services.dll[47KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.Services.pdb[81KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.UI.Web.MVC.dll[14KB]
- Agathas.Storefront.UI.Web.MVC\bin\Agathas.Storefront.UI.Web.MVC.pdb[19KB]
- Agathas.Storefront.UI.Web.MVC\bin\AutoMapper.dll[108KB]
- Agathas.Storefront.UI.Web.MVC\bin\Iesi.Collections.dll[32KB]
- Agathas.Storefront.UI.Web.MVC\bin\LinFu.DynamicProxy.dll[20KB]
- Agathas.Storefront.UI.Web.MVC\bin\log4net.dll[264KB]
- Agathas.Storefront.UI.Web.MVC\bin\NHibernate.ByteCode.LinFu.dll[7KB]
- Agathas.Storefront.UI.Web.MVC\bin\NHibernate.dll[2.25MB]
- Agathas.Storefront.UI.Web.MVC\bin\StructureMap.dll[212KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\1.jpg[10KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\2.jpg[8KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\3.jpg[10KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\4.jpg[10KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\5.jpg[10KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\6.jpg[9KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Products\product-lifestyle.jpg[52KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\background.gif[807B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\lg_logo.png[5KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\modal-background.png[251B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\refinement-available.gif[842B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\refinement-disabled.gif[847B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\refinement-selected.gif[855B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\refinement-selecteddisabled.gif[854B]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\retro_background.gif[7KB]
- Agathas.Storefront.UI.Web.MVC\Content\Images\Structure\sm_logo.png[2KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\Agathas.Storefront.UI.Web.MVC.dll[14KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\Agathas.Storefront.UI.Web.MVC.pdb[19KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\DesignTimeResolveAssemblyReferences.cache[184KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[19KB]
- Agathas.Storefront.UI.Web.MVC\obj\Debug\ResolveAssemblyReference.cache[68KB]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\Checkout.Master[669B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\CustomerAccount.Master[1003B]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\ProductCatalog.Master[1KB]
- Agathas.Storefront.UI.Web.MVC\Views\Shared\Site.Master[2KB]
- DB_51aspx\Shop.mdf[2.25MB]
- DB_51aspx\Shop_log.ldf[832KB]
- Lib\AutoMapper.dll[108KB]
- Lib\Iesi.Collections.dll[32KB]
- Lib\LinFu.DynamicProxy.dll[20KB]
- Lib\log4net.dll[264KB]
- Lib\NHibernate.ByteCode.LinFu.dll[7KB]
- Lib\NHibernate.dll[2.25MB]
- Lib\StructureMap.dll[212KB]
源码介绍
源码参数
七层架构MVC电子商务网站源码
源码描述:
开发工具:Microsoft Visual Studio 2010
数 据 库: Microsoft SQL Server 2008R2
本框架取自于《[清华大学出版社] ASP.NET设计模式》([Wrox] Professional ASP.NET Design Patterns)中的基于MVC的电子商务网站框架,
本框架采用七层架构,使用了NHibernate、StructureMap、AutoMapper等多种开源技术;
框架层次
Model Layer
Infrastructure Layer
ORM NHibernate Layer
Services Layer
Services Cache Layer
Controllers Layer
MVC Layer
类库版本
AutoMapper -- 1.0.0.155
Iesi.Collections -- 1.0.1.0
LinFu.DynamicProxy -- 1.0.3.14911
log4net -- 1.2.10.0
NHibernate -- 2.1.0.2002
NHibernate.ByteCode.LinFu -- 2.1.0.2002
StructureMap -- 2.5.3.0
注意:
用户登录名:51aspx@test.com
登陆密码:51aspx@
下单记录
用户名 | 源码评分 | 成交价 | 下单时间 | 订单状态 |
---|