Introduction - If you have any usage issues, please Google them yourself
Packet : NPetshop-1.0.0.RC1.zip filelist
source/
source/External-bin/
source/External-bin/ByteFX.MySqlClient.dll
source/External-bin/IBatisNet.Common.dll
source/External-bin/IBatisNet.DataAccess.dll
source/External-bin/IBatisNet.DataMapper.dll
source/External-bin/ICSharpCode.SharpZipLib.dll
source/External-bin/log4net.dll
source/External-bin/Mono.Security.Protocol.Tls.dll
source/External-bin/MySql.Data.dll
source/External-bin/Npgsql.dll
source/NPetshop.Domain/
source/NPetshop.Domain/Accounts/
source/NPetshop.Domain/Accounts/Account.cs
source/NPetshop.Domain/Accounts/Address.cs
source/NPetshop.Domain/Accounts/Profile.cs
source/NPetshop.Domain/AssemblyInfo.cs
source/NPetshop.Domain/Billing/
source/NPetshop.Domain/Billing/CreditCard.cs
source/NPetshop.Domain/Billing/LineItem.cs
source/NPetshop.Domain/Billing/Order.cs
source/NPetshop.Domain/bin/
source/NPetshop.Domain/bin/Debug/
source/NPetshop.Domain/Catalog/
source/NPetshop.Domain/Catalog/Category.cs
source/NPetshop.Domain/Catalog/Item.cs
source/NPetshop.Domain/Catalog/Product.cs
source/NPetshop.Domain/Catalog/Supplier.cs
source/NPetshop.Domain/NPetshop.Domain.csproj
source/NPetshop.Domain/NPetshop.Domain.csproj.user
source/NPetshop.Domain/Sequence.cs
source/NPetshop.Domain/Shopping/
source/NPetshop.Domain/Shopping/ShoppingCart.cs
source/NPetshop.Domain/Shopping/ShoppingCartLine.cs
source/NPetshop.Domain/ToDo.txt
source/NPetshop.Persistence/
source/NPetshop.Persistence/AssemblyInfo.cs
source/NPetshop.Persistence/bin/
source/NPetshop.Persistence/bin/Debug/
source/NPetshop.Persistence/bin/Debug/log4net.dll
source/NPetshop.Persistence/dao.xml
source/NPetshop.Persistence/Ddl/
source/NPetshop.Persistence/Ddl/MSSQL/
source/NPetshop.Persistence/Ddl/MSSQL/DataLoad.sql
source/NPetshop.Persistence/Ddl/MSSQL/DBUser.sql
source/NPetshop.Persistence/Ddl/MSSQL/Schema.sql
source/NPetshop.Persistence/Ddl/MySql/
source/NPetshop.Persistence/Ddl/MySql/DataLoad.sql
source/NPetshop.Persistence/Ddl/MySql/DBUser.sql
source/NPetshop.Persistence/Ddl/MySql/Schema.sql
source/NPetshop.Persistence/Interfaces/
source/NPetshop.Persistence/Interfaces/Accounts/
source/NPetshop.Persistence/Interfaces/Accounts/IAccountDao.cs
source/NPetshop.Persistence/Interfaces/Billing/
source/NPetshop.Persistence/Interfaces/Billing/IOrderDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/
source/NPetshop.Persistence/Interfaces/Catalog/ICategoryDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IItemDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IProductDao.cs
source/NPetshop.Persistence/Interfaces/ISequenceDao.cs
source/NPetshop.Persistence/MapperDao/
source/NPetshop.Persistence/MapperDao/Accounts/
source/NPetshop.Persistence/MapperDao/Accounts/AccountSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/BaseSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/SequenceSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/
source/NPetshop.Persistence/MapperDao/Catalog/CategorySqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ItemSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ProductSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/SequenceSqlMapDao.cs
source/NPetshop.Persistence/NPetshop.Persistence.csproj
source/NPetshop.Persistence/NPetshop.Persistence.csproj.user
source/NPetshop.Presentation/
source/NPetshop.Presentation/AssemblyInfo.cs
source/NPetshop.Presentation/bin/
source/NPetshop.Presentation/bin/Debug/
source/NPetshop.Presentation/bin/Debug/log4net.dll
source/NPetshop.Presentation/Controls/
source/NPetshop.Presentation/Controls/ExtendedRepeater.cs
source/NPetshop.Presentation/Core/
source/NPetshop.Presentation/Core/AbstractWebAction.cs
source/NPetshop.Presentation/Core/IWebAction.cs
source/NPetshop.Presentation/Core/WebConstants.cs
source/NPetshop.Presentation/Core/WebLocalSingleton.cs
source/NPetshop.Presentation/Exceptions/
source/NPetshop.Presentation/Exceptions/LoginAlreadyExistsException.cs
source/NPetshop.Presentation/IController.cs
source/NPetshop.Presentation/NPetshop.Presentation.csproj
source/NPetshop.Presentation/NPetshop.Presentation.csproj.user
source/NPetshop.Presentation/ReadMe.txt
source/NPetshop.Presentation/UserActions/
source/NPetshop.Presentation/UserActions/AccountAction.cs
source/NPetshop.Presentation/UserActions/BillinAction.cs
source/NPetshop.Presentation/UserActions/CatalogAction.cs
source/NPetshop.Presentation/UserActions/DataViews.cs
source/NPetshop.Presentation/UserActions/ShoppinAction.cs
source/NPetshop.Presentation/UserActions/ShowStartPageAction.cs
source/NPetshop.Presentation/UserActions/WebViews.cs
source/NPetshop.Presentation/UserControl.cs
source/NPetshop.Service/
source/NPetshop.Service/AccountService.cs
source/NPetshop.Service/AssemblyInfo.cs
source/NPetshop.Service/BillingService.cs
source/NPetshop.Service/bin/
source/NPetshop.Service/bin/Debug/
source/NPetshop.Service/bin/Debug/log4net.dll
source/NPetshop.Service/CatalogService.cs
source/NP