Download NHibernate with ASP.net Problem-Design-Solution

Description

Project to accompany the NHibernate with ASP.net Problem-Design-Solution Wrox Blox by Scott Millett, demonstrating how to use NHibernate within a web context (ASP.net) whilst applying enterprise design patterns and following a Domain Driven Design methodology.

Source Files

The download file nhibernateasp.zip has the following entries.


ACompany.OrderProcessing.4.1.resharper.user
ACompany.OrderProcessing.Infrastructure/ACompany.OrderProcessing.Infrastructure.vbproj
ACompany.OrderProcessing.Infrastructure/ACompany.OrderProcessing.Infrastructure.vbproj.user
ACompany.OrderProcessing.Infrastructure/BrokenRule.vb
ACompany.OrderProcessing.Infrastructure/BusinessBase.vb
ACompany.OrderProcessing.Infrastructure/CustomExceptions/ConcurrencyException.vb
ACompany.OrderProcessing.Infrastructure/CustomExceptions/InvalidAddressException.vb
ACompany.OrderProcessing.Infrastructure/CustomExceptions/ValueObjectValidationException.vb
ACompany.OrderProcessing.Infrastructure/IAggregateRoot.vb
ACompany.OrderProcessing.Infrastructure/IEntity.vb
ACompany.OrderProcessing.Infrastructure/IRepository.vb
ACompany.OrderProcessing.Infrastructure/IUnitOfWork.vb
ACompany.OrderProcessing.Infrastructure/My Project/Application.Designer.vb
ACompany.OrderProcessing.Infrastructure/My Project/Application.myapp
ACompany.OrderProcessing.Infrastructure/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.Infrastructure/My Project/Resources.Designer.vb
ACompany.OrderProcessing.Infrastructure/My Project/Resources.resx
ACompany.OrderProcessing.Infrastructure/My Project/Settings.Designer.vb
ACompany.OrderProcessing.Infrastructure/My Project/Settings.settings
ACompany.OrderProcessing.Infrastructure/Query/Criteria.vb
ACompany.OrderProcessing.Infrastructure/Query/CriteriaOperator.vb
ACompany.OrderProcessing.Infrastructure/Query/Query.vb
ACompany.OrderProcessing.Model.Tests/ACompany.OrderProcessing.Model.Tests.vbproj
ACompany.OrderProcessing.Model.Tests/CustomerTests.vb
ACompany.OrderProcessing.Model.Tests/My Project/Application.Designer.vb
ACompany.OrderProcessing.Model.Tests/My Project/Application.myapp
ACompany.OrderProcessing.Model.Tests/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.Model.Tests/My Project/Resources.Designer.vb
ACompany.OrderProcessing.Model.Tests/My Project/Resources.resx
ACompany.OrderProcessing.Model.Tests/My Project/Settings.Designer.vb
ACompany.OrderProcessing.Model.Tests/My Project/Settings.settings
ACompany.OrderProcessing.Model.Tests/OrderTests.vb
ACompany.OrderProcessing.Model.Tests/ProductTests.vb
ACompany.OrderProcessing.Model/ACompany.OrderProcessing.Model.UML.cd
ACompany.OrderProcessing.Model/ACompany.OrderProcessing.Model.vbproj
ACompany.OrderProcessing.Model/Address.vb
ACompany.OrderProcessing.Model/Customer/Customer.vb
ACompany.OrderProcessing.Model/Customer/ICustomerRepository.vb
ACompany.OrderProcessing.Model/Customer/ICustomerService.vb
ACompany.OrderProcessing.Model/My Project/Application.Designer.vb
ACompany.OrderProcessing.Model/My Project/Application.myapp
ACompany.OrderProcessing.Model/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.Model/My Project/Resources.Designer.vb
ACompany.OrderProcessing.Model/My Project/Resources.resx
ACompany.OrderProcessing.Model/My Project/Settings.Designer.vb
ACompany.OrderProcessing.Model/My Project/Settings.settings
ACompany.OrderProcessing.Model/NullAddress.vb
ACompany.OrderProcessing.Model/Order/IOrderRepository.vb
ACompany.OrderProcessing.Model/Order/IOrderService.vb
ACompany.OrderProcessing.Model/Order/Item.vb
ACompany.OrderProcessing.Model/Order/Order.vb
ACompany.OrderProcessing.Model/Order/OrderStatus.vb
ACompany.OrderProcessing.Model/Product/IProductRepository.vb
ACompany.OrderProcessing.Model/Product/IProductService.vb
ACompany.OrderProcessing.Model/Product/Product.vb
ACompany.OrderProcessing.NhibernateRepository/ACompany.OrderProcessing.NhibernateRepository.vbproj
ACompany.OrderProcessing.NhibernateRepository/MappingFiles/Customer.hbm.xml
ACompany.OrderProcessing.NhibernateRepository/MappingFiles/Item.hbm.xml
ACompany.OrderProcessing.NhibernateRepository/MappingFiles/Order.hbm.xml
ACompany.OrderProcessing.NhibernateRepository/MappingFiles/Product.hbm.xml
ACompany.OrderProcessing.NhibernateRepository/My Project/Application.Designer.vb
ACompany.OrderProcessing.NhibernateRepository/My Project/Application.myapp
ACompany.OrderProcessing.NhibernateRepository/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.NhibernateRepository/My Project/Resources.Designer.vb
ACompany.OrderProcessing.NhibernateRepository/My Project/Resources.resx
ACompany.OrderProcessing.NhibernateRepository/My Project/Settings.Designer.vb
ACompany.OrderProcessing.NhibernateRepository/My Project/Settings.settings
ACompany.OrderProcessing.NhibernateRepository/NHibernateHttpModule.vb
ACompany.OrderProcessing.NhibernateRepository/NhibernateUnitOfWork.vb
ACompany.OrderProcessing.NhibernateRepository/QueryTranslator.vb
ACompany.OrderProcessing.NhibernateRepository/Repositories/ACompany.OrderProcessing.NHibernateRepository.cd
ACompany.OrderProcessing.NhibernateRepository/Repositories/BaseRepository.vb
ACompany.OrderProcessing.NhibernateRepository/Repositories/CustomerRepository.vb
ACompany.OrderProcessing.NhibernateRepository/Repositories/OrderRepository.vb
ACompany.OrderProcessing.NhibernateRepository/Repositories/ProductRepository.vb
ACompany.OrderProcessing.NhibernateRepository/SessionFactory.vb
ACompany.OrderProcessing.Presentation/ACompany.OrderProcessing.Presentation.vbproj
ACompany.OrderProcessing.Presentation/ACompany.OrderProcessing.Presentation.vbproj.user
ACompany.OrderProcessing.Presentation/Customer/CustomerListPresenter.vb
ACompany.OrderProcessing.Presentation/Customer/CustomerPresenter.vb
ACompany.OrderProcessing.Presentation/Customer/ICustomerListView.vb
ACompany.OrderProcessing.Presentation/Customer/ICustomerView.vb
ACompany.OrderProcessing.Presentation/IBaseView.vb
ACompany.OrderProcessing.Presentation/Mode.vb
ACompany.OrderProcessing.Presentation/My Project/Application.Designer.vb
ACompany.OrderProcessing.Presentation/My Project/Application.myapp
ACompany.OrderProcessing.Presentation/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.Presentation/My Project/Resources.Designer.vb
ACompany.OrderProcessing.Presentation/My Project/Resources.resx
ACompany.OrderProcessing.Presentation/My Project/Settings.Designer.vb
ACompany.OrderProcessing.Presentation/My Project/Settings.settings
ACompany.OrderProcessing.Presentation/Order/CreateOrderPresenter.vb
ACompany.OrderProcessing.Presentation/Order/ICreateOrderView.vb
ACompany.OrderProcessing.Presentation/Order/IOrderDetailView.vb
ACompany.OrderProcessing.Presentation/Order/IOrderListView.vb
ACompany.OrderProcessing.Presentation/Order/OrderListPresenter.vb
ACompany.OrderProcessing.Presentation/Order/OrderPresenter.vb
ACompany.OrderProcessing.Presentation/Product/IProductDetailView.vb
ACompany.OrderProcessing.Presentation/Product/IProductListView.vb
ACompany.OrderProcessing.Presentation/Product/ProductListPresenter.vb
ACompany.OrderProcessing.Presentation/Product/ProductPresenter.vb
ACompany.OrderProcessing.Services/ACompany.OrderProcessing.Services.vbproj
ACompany.OrderProcessing.Services/ACompany.OrderProcessing.Services.vbproj.user
ACompany.OrderProcessing.Services/CustomerService.vb
ACompany.OrderProcessing.Services/My Project/Application.Designer.vb
ACompany.OrderProcessing.Services/My Project/Application.myapp
ACompany.OrderProcessing.Services/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.Services/My Project/Resources.Designer.vb
ACompany.OrderProcessing.Services/My Project/Resources.resx
ACompany.OrderProcessing.Services/My Project/Settings.Designer.vb
ACompany.OrderProcessing.Services/My Project/Settings.settings
ACompany.OrderProcessing.Services/OrderService.vb
ACompany.OrderProcessing.Services/ProductService.vb
ACompany.OrderProcessing.UI.AjaxWeb/ACompany.OrderProcessing.UI.AjaxWeb.vbproj
ACompany.OrderProcessing.UI.AjaxWeb/ACompany.OrderProcessing.UI.AjaxWeb.vbproj.user
ACompany.OrderProcessing.UI.AjaxWeb/Default.aspx
ACompany.OrderProcessing.UI.AjaxWeb/Default.aspx.designer.vb
ACompany.OrderProcessing.UI.AjaxWeb/Default.aspx.vb
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Application.Designer.vb
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Application.myapp
ACompany.OrderProcessing.UI.AjaxWeb/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Resources.Designer.vb
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Resources.resx
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Settings.Designer.vb
ACompany.OrderProcessing.UI.AjaxWeb/My Project/Settings.settings
ACompany.OrderProcessing.UI.AjaxWeb/Web.config
ACompany.OrderProcessing.UI.AjaxWeb/bin/ACompany.OrderProcessing.UI.AjaxWeb.dll
ACompany.OrderProcessing.UI.AjaxWeb/bin/ACompany.OrderProcessing.UI.AjaxWeb.pdb
ACompany.OrderProcessing.UI.AjaxWeb/bin/ACompany.OrderProcessing.UI.AjaxWeb.xml
ACompany.OrderProcessing.UI.MVCWeb/ACompany.OrderProcessing.UI.MVCWeb.vbproj
ACompany.OrderProcessing.UI.MVCWeb/ACompany.OrderProcessing.UI.MVCWeb.vbproj.user
ACompany.OrderProcessing.UI.MVCWeb/App_Data/OrdersDB.mdf
ACompany.OrderProcessing.UI.MVCWeb/App_Data/OrdersDB_log.LDF
ACompany.OrderProcessing.UI.MVCWeb/BootStrapper.vb
ACompany.OrderProcessing.UI.MVCWeb/Content/Site.css
ACompany.OrderProcessing.UI.MVCWeb/Content/bg-main-corner-sprite.png
ACompany.OrderProcessing.UI.MVCWeb/Content/bg-main.png
ACompany.OrderProcessing.UI.MVCWeb/Content/bg-nav-corner-sprite.png
ACompany.OrderProcessing.UI.MVCWeb/Controllers/ControllerHelpers.vb
ACompany.OrderProcessing.UI.MVCWeb/Controllers/CustomersController.vb
ACompany.OrderProcessing.UI.MVCWeb/Controllers/HomeController.vb
ACompany.OrderProcessing.UI.MVCWeb/Controllers/IoCControllerFactory.vb
ACompany.OrderProcessing.UI.MVCWeb/Controllers/OrdersController.vb
ACompany.OrderProcessing.UI.MVCWeb/Controllers/ProductsController.vb
ACompany.OrderProcessing.UI.MVCWeb/Default.aspx
ACompany.OrderProcessing.UI.MVCWeb/Default.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Global.asax
ACompany.OrderProcessing.UI.MVCWeb/Global.asax.vb
ACompany.OrderProcessing.UI.MVCWeb/My Project/Application.Designer.vb
ACompany.OrderProcessing.UI.MVCWeb/My Project/Application.myapp
ACompany.OrderProcessing.UI.MVCWeb/My Project/AssemblyInfo.vb
ACompany.OrderProcessing.UI.MVCWeb/My Project/Resources.Designer.vb
ACompany.OrderProcessing.UI.MVCWeb/My Project/Resources.resx
ACompany.OrderProcessing.UI.MVCWeb/My Project/Settings.Designer.vb
ACompany.OrderProcessing.UI.MVCWeb/My Project/Settings.settings
ACompany.OrderProcessing.UI.MVCWeb/Scripts/MicrosoftAjax.debug.js
ACompany.OrderProcessing.UI.MVCWeb/Scripts/MicrosoftAjax.js
ACompany.OrderProcessing.UI.MVCWeb/Scripts/MicrosoftMvcAjax.debug.js
ACompany.OrderProcessing.UI.MVCWeb/Scripts/MicrosoftMvcAjax.js
ACompany.OrderProcessing.UI.MVCWeb/Scripts/jquery-1.2.6.js
ACompany.OrderProcessing.UI.MVCWeb/Scripts/jquery-1.2.6.min.js
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerAdd.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerAdd.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerAdd.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetail.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetail.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetail.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetailEdit.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetailEdit.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerDetailEdit.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerList.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerList.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Customers/CustomerList.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Home/Index.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Home/Index.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Home/Index.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderAdd.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderAdd.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderAdd.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderDetail.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderDetail.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderDetail.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderList.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderList.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Orders/OrderList.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductAdd.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductAdd.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductAdd.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetail.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetail.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetail.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetailEdit.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetailEdit.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductDetailEdit.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductList.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductList.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Products/ProductList.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Error.aspx
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Error.aspx.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Error.aspx.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Site.Master
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Site.Master.designer.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Shared/Site.Master.vb
ACompany.OrderProcessing.UI.MVCWeb/Views/Web.config
ACompany.OrderProcessing.UI.MVCWeb/Web.config
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Infrastructure.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Infrastructure.pdb
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Infrastructure.xml
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Model.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Model.pdb
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Model.xml
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.NhibernateRepository.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.NhibernateRepository.pdb
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.NhibernateRepository.xml
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Services.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Services.pdb
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.Services.xml
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.UI.MVCWeb.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.UI.MVCWeb.pdb
ACompany.OrderProcessing.UI.MVCWeb/bin/ACompany.OrderProcessing.UI.MVCWeb.xml
ACompany.OrderProcessing.UI.MVCWeb/bin/Castle.Core.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/Castle.DynamicProxy2.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/Iesi.Collections.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/NHibernate.dll
ACompany.OrderProcessing.UI.MVCWeb/bin/StructureMap.dll
ACompany.OrderProcessing.UI.Web/App_Code/BootStrapper.vb
ACompany.OrderProcessing.UI.Web/App_Code/Menu.vb
ACompany.OrderProcessing.UI.Web/App_Code/MenuBuilder.vb
ACompany.OrderProcessing.UI.Web/App_Code/SubMenu.vb
ACompany.OrderProcessing.UI.Web/App_Data/OrdersDB.mdf
ACompany.OrderProcessing.UI.Web/App_Data/OrdersDB_log.LDF
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Infrastructure.dll
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Infrastructure.pdb
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Infrastructure.xml
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Model.dll
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Model.pdb
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Model.xml
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.NhibernateRepository.dll
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.NhibernateRepository.pdb
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.NhibernateRepository.xml
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Presentation.dll
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Presentation.pdb
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Presentation.xml
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Services.dll
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Services.pdb
ACompany.OrderProcessing.UI.Web/Bin/ACompany.OrderProcessing.Services.xml
ACompany.OrderProcessing.UI.Web/Bin/Castle.Core.dll
ACompany.OrderProcessing.UI.Web/Bin/Castle.DynamicProxy2.dll
ACompany.OrderProcessing.UI.Web/Bin/Iesi.Collections.dll
ACompany.OrderProcessing.UI.Web/Bin/NHibernate.dll
ACompany.OrderProcessing.UI.Web/Bin/StructureMap.dll
ACompany.OrderProcessing.UI.Web/Bin/StructureMap.dll.refresh
ACompany.OrderProcessing.UI.Web/Bin/log4net.dll
ACompany.OrderProcessing.UI.Web/Content/Site.css
ACompany.OrderProcessing.UI.Web/Content/bg-main-corner-sprite.png
ACompany.OrderProcessing.UI.Web/Content/bg-main.png
ACompany.OrderProcessing.UI.Web/Content/bg-nav-corner-sprite.png
ACompany.OrderProcessing.UI.Web/Customer/CustomerDetail.ascx
ACompany.OrderProcessing.UI.Web/Customer/CustomerDetail.ascx.vb
ACompany.OrderProcessing.UI.Web/Customer/CustomerDetail.aspx
ACompany.OrderProcessing.UI.Web/Customer/CustomerDetail.aspx.vb
ACompany.OrderProcessing.UI.Web/Customer/CustomerList.ascx
ACompany.OrderProcessing.UI.Web/Customer/CustomerList.ascx.vb
ACompany.OrderProcessing.UI.Web/Customer/CustomerList.aspx
ACompany.OrderProcessing.UI.Web/Customer/CustomerList.aspx.vb
ACompany.OrderProcessing.UI.Web/Default.aspx
ACompany.OrderProcessing.UI.Web/Default.aspx.vb
ACompany.OrderProcessing.UI.Web/Global.asax
ACompany.OrderProcessing.UI.Web/MasterPage.master
ACompany.OrderProcessing.UI.Web/MasterPage.master.vb
ACompany.OrderProcessing.UI.Web/Order/CreateOrder.aspx
ACompany.OrderProcessing.UI.Web/Order/CreateOrder.aspx.vb
ACompany.OrderProcessing.UI.Web/Order/OrderDetail.aspx
ACompany.OrderProcessing.UI.Web/Order/OrderDetail.aspx.vb
ACompany.OrderProcessing.UI.Web/Order/OrderList.aspx
ACompany.OrderProcessing.UI.Web/Order/OrderList.aspx.vb
ACompany.OrderProcessing.UI.Web/Product/ProductDetail.ascx
ACompany.OrderProcessing.UI.Web/Product/ProductDetail.ascx.vb
ACompany.OrderProcessing.UI.Web/Product/ProductDetail.aspx
ACompany.OrderProcessing.UI.Web/Product/ProductDetail.aspx.vb
ACompany.OrderProcessing.UI.Web/Product/ProductList.ascx
ACompany.OrderProcessing.UI.Web/Product/ProductList.ascx.vb
ACompany.OrderProcessing.UI.Web/Product/ProductList.aspx
ACompany.OrderProcessing.UI.Web/Product/ProductList.aspx.vb
ACompany.OrderProcessing.UI.Web/web.config
ACompany.OrderProcessing.sln//  w  ww .j av  a  2  s  . c om
ACompany.OrderProcessing.suo
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Lib/Castle.Core.dll
Lib/Castle.DynamicProxy2.dll
Lib/Iesi.Collections.dll
Lib/NHibernate.dll
Lib/StructureMap.dll
Lib/log4net.dll
Lib/nunit.framework.dll

Download

Click the following link to download nhibernateasp.zip.

nhibernateasp.zip




















Home »
  ASP.NET Free Code »
    Database »




Database
LINQ
NHibernate
ORM
SQL
SQL Server