Download N-Tier Entity Framework

Description

The N-Tier Entity Framework extends Microsoft's Entity Framework (EF) to provide support for n-tier software solutions while keeping its simplicity.

Icons

N-Tier Entity Framework

Source Files

The download file ntieref.zip has the following entries.


.gitignore//from www  . j  a  v a 2  s  .c o m
archive/release/1.0/N-Tier Entity Framework (VS2010).vsix
archive/release/1.0/N-Tier Entity Framework (VS2012).vsix
archive/release/1.0/N-Tier Entity Framework - User Guide.docx
archive/release/1.0/SampleApplications_v1.0.zip
archive/release/1.1/N-Tier Entity Framework (VS2010).vsix
archive/release/1.1/N-Tier Entity Framework (VS2012).vsix
archive/release/1.1/N-Tier Entity Framework - User Guide.docx
doc/N-Tier Entity Framework - User Guide.docx
license.txt
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DataGrid.Ria.dll
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DataGrid.Ria.xml
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DataGrid.dll
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DataGrid.xml
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DateTimeEditors.dll
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.DateTimeEditors.xml
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.dll
samples/ProductManager/ProductManager.Silverlight/Lib/C1.Silverlight.xml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.Web/ProductManager.Silverlight.Web.csproj
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.Web/ProductManager.html
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.Web/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.Web/Silverlight.js
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.Web/Web.config
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight.sln
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/App.xaml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/App.xaml.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Controls/CustomDataForm.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Controls/DataGridFilterRow.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Controls/SearchBox.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Controls/SearchDialog.xaml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Controls/SearchDialog.xaml.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/NotOperatorValueConverter.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/QueryHelper.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/ResourceWrapper.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/StringFormatValueConverter.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/TargetNullValueConverter.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Helpers/TextFilterHelper.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/MainPage.xaml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/MainPage.xaml.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/ProductManager.Silverlight.csproj
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Properties/AppManifest.xml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Resources/ApplicationStrings.Designer.cs
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Resources/ApplicationStrings.resx
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/ServiceReferences.ClientConfig
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Styles/Styles.xaml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Views/ProductSearch.xaml
samples/ProductManager/ProductManager.Silverlight/ProductManager.Silverlight/Views/ProductSearch.xaml.cs
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.Readme.txt
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.UnitTesting.dll
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.UnitTesting.pdb
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.UnitTesting.xml
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.dll
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.pdb
samples/ProductManager/ProductManager.WPF/Lib/WpfApplicationFramework.xml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/ApplicationController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Controllers/EntityController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Controllers/IEntityController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Controllers/IPresentationController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Controllers/ProductController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/GlobalSuppressions.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Model/ProductManager/ProductColorFilter.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/ProductManager.WPF.Applications.csproj
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Properties/Resources.Designer.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Properties/Resources.resx
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Services/EntityService.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Services/IEntityService.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Services/IQuestionService.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/ViewModels/ProductListViewModel.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/ViewModels/ProductViewModel.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/ViewModels/ShellViewModel.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Views/IProductListView.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Views/IProductView.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Applications/Views/IShellView.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/DataErrorInfoExtensions.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/DataErrorSupport.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/GlobalSuppressions.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/ProductManager.WPF.Foundation.csproj
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Foundation/StringBuilderExtensions.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/App.config
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/App.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/App.xaml.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Converters/PositiveNumberConverter.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Converters/ProductColorToStringConverter.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Converters/StringFormatConverter.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/DesignData/SampleProductListViewModel.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/DesignData/SampleProductViewModel.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/GlobalSuppressions.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/NEF.ico
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/PresentationController.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/ProductManager.WPF.Presentation.csproj
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Properties/Resources.Designer.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Properties/Resources.resx
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/ControlResources.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/DataResources.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/ImageResources.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Copy.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Cut.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Delete.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Edit.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Paste.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Redo.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Save.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Resources/Images/Undo.png
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Services/QuestionService.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Util/ChangeMarker.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Util/ComboBoxFilter.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Util/GridViewSort.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ProductListView.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ProductListView.xaml.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ProductView.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ProductView.xaml.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ShellWindow.xaml
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.Presentation/Views/ShellWindow.xaml.cs
samples/ProductManager/ProductManager.WPF/ProductManager.WPF.sln
samples/ProductManager/ProductManager.Web/ProductManager.MVC.sln
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Content/Site.css
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Controllers/AccountController.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Controllers/HomeController.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Controllers/ProductController.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Global.asax
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Global.asax.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Helper/HtmlHelperExtensions.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Helper/PagerBuilder.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Models/AccountModels.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/ProductManager.MVC.csproj
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftAjax.debug.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftAjax.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftMvcAjax.debug.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftMvcAjax.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftMvcValidation.debug.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/MicrosoftMvcValidation.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery-1.4.1-vsdoc.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery-1.4.1.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery-1.4.1.min.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery.validate-vsdoc.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery.validate.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Scripts/jquery.validate.min.js
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Account/ChangePassword.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Account/ChangePasswordSuccess.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Account/LogOn.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Account/Register.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Home/About.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Home/Index.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Product/Create.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Product/Details.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Product/Edit.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Product/Index.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Shared/Error.aspx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Shared/LogOnUserControl.ascx
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Shared/Site.Master
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Views/Web.config
samples/ProductManager/ProductManager.Web/ProductManager.MVC/Web.config
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient.sln
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/ProductManager.WebServiceClient.csproj
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Program.cs
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService.disco
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService.wsdl
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService1.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService2.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService3.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService4.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService5.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/ProductManagerDataService6.xsd
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/Reference.cs
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/Reference.svcmap
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/configuration.svcinfo
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/Service References/ProductManagerDataService/configuration91.svcinfo
samples/ProductManager/ProductManager.WebServiceClient/ProductManager.WebServiceClient/app.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.InProcessChannelFactory/ProductManager.Client.Domain.Service.InProcessChannelFactory.csproj
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.InProcessChannelFactory/ProductManagerInProcessChannelFactory.g.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.InProcessChannelFactory/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.InProcessChannelFactory/packages.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.RemoteChannelFactory/ProductManager.Client.Domain.Service.RemoteChannelFactory.csproj
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.RemoteChannelFactory/ProductManagerRemoteChannelFactory.g.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.RemoteChannelFactory/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Service.RemoteChannelFactory/packages.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Test/ProductManager.Client.Domain.Test.csproj
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Test/Program.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Test/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Test/app.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain.Test/packages.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/IProductManagerDataContext.g.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/ProductManager.Client.Domain.csproj
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/ProductManagerDataContext.g.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/app.config
samples/ProductManager/ProductManager/Client/ProductManager.Client.Domain/packages.config
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager.Common.Domain.Model.csproj
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/DynamicPropertyHelper.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/Product.g.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/Product.metadata.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/Product.part.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/ProductCategory.g.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/ProductCategory.metadata.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/ProductManagerChangeSet.g.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/ProductManager/ProductManagerResultSet.g.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Model/packages.config
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Service/Contracts/IProductManagerDataService.g.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Service/ProductManager.Common.Domain.Service.csproj
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Service/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Common/ProductManager.Common.Domain.Service/packages.config
samples/ProductManager/ProductManager/ProductManager.sln
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/AdventureWorksLT2008.mdf
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/AdventureWorksLT2008_log.ldf
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/App.Config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/ProductManager.Server.Domain.Edmx.csproj
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/ProductModel.Designer.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/ProductModel.edmx
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/ProductModel.tt
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/ProductModel.txt
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ChangeSetTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ClientDataContextInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ClientDataContextTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ComplexTypeMetadataTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ComplexTypeTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.DataModelCodeGenerator.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.DataServiceContractTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.DataServiceHostTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.DataServiceTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.EFGenerationUtils.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.EntityMetadataTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.EntityTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.EnumTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.GenerationUtils.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.InProcessChannelFactoryTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.NTierEntityGenerator.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ProjectUtils.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.RemoteChannelFactoryTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.RepositoryInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.RepositoryTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.ResultSetTT.CS.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/T4/NTierEF.T4Context.ttinclude
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Edmx/packages.config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Repositories/IProductManagerRepository.g.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Repositories/ProductManager.Server.Domain.Repositories.csproj
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Repositories/ProductManagerRepository.g.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Repositories/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Repositories/packages.config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/App.config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/ProductManager.Server.Domain.Service.csproj
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/ProductManagerDataService.g.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/ProductManagerDataService.part.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Domain.Service/packages.config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/App_Data/AdventureWorksLT2008.mdf
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/App_Data/AdventureWorksLT2008.zip
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/App_Data/AdventureWorksLT2008_log.ldf
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/ProductManager.Server.Host.csproj
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/ProductManagerDataService.svc
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/Web.config
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/clientaccesspolicy.xml
samples/ProductManager/ProductManager/Server/ProductManager.Server.Host/crossdomain.xml
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Client/Domain/IProductManagerDataContext.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Client/Domain/ProductManagerDataContext.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Model/ProductManager/Product.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Model/ProductManager/Product.metadata.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Model/ProductManager/ProductCategory.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Model/ProductManager/ProductManagerChangeSet.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Model/ProductManager/ProductManagerResultSet.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Common/Domain/Service/Contracts/IProductManagerDataService.g.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/ProductManager.Silverlight.Domain.Library.csproj
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/ProductModel.tt
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/ProductModel1.txt
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/Properties/AssemblyInfo.cs
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/ServiceReferences.ClientConfig
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTier.Common.Domain.dll
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.EFGenerationUtils.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.GenerationUtils.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.ProjectUtils.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ChangeSetTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ClientDataContextInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ClientDataContextTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ComplexTypeTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.DataModelCodeGenerator.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.DataServiceContractTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.EntityTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.EnumTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.NTierEntityGenerator.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ReflectionUtils.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.SL.ResultSetTT.CS.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/T4/NTierEF.T4Context.ttinclude
samples/ProductManager/ProductManager/Silverlight/ProductManager.Silverlight.Domain.Library/packages.config
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Client.0.0.1/NTierEntityFramework.Client.0.0.1.nupkg
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Client.0.0.1/NTierEntityFramework.Client.0.0.1.nuspec
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Client.0.0.1/NTierEntityFramework.Client.nutrans
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Client.0.0.1/lib/net4-client/NTier.Client.Domain.dll
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Client.0.0.1/lib/net4-client/NTier.Client.Domain.pdb
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Common.0.0.1/NTierEntityFramework.Common.0.0.1.nupkg
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Common.0.0.1/NTierEntityFramework.Common.0.0.1.nuspec
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Common.0.0.1/NTierEntityFramework.Common.nutrans
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Common.0.0.1/lib/net4-client/NTier.Common.Domain.dll
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Common.0.0.1/lib/net4-client/NTier.Common.Domain.pdb
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Server.0.0.1/NTierEntityFramework.Server.0.0.1.nupkg
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Server.0.0.1/NTierEntityFramework.Server.0.0.1.nuspec
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Server.0.0.1/NTierEntityFramework.Server.nutrans
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Server.0.0.1/lib/net4-client/NTier.Server.Domain.dll
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Server.0.0.1/lib/net4-client/NTier.Server.Domain.pdb
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/NTierEntityFramework.Silverlight.0.0.1.nupkg
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/NTierEntityFramework.Silverlight.0.0.1.nuspec
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/NTierEntityFramework.Silverlight.nutrans
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTier.Common.Domain.dll
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.EFGenerationUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.GenerationUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.ProjectUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ChangeSetTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ClientDataContextInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ClientDataContextTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ComplexTypeTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.DataModelCodeGenerator.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.DataServiceContractTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.EntityTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.EnumTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.NTierEntityGenerator.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ReflectionUtils.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.SL.ResultSetTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/content/T4/NTierEF.T4Context.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/lib/sl4/NTier.Silverlight.Domain.dll
samples/ProductManager/ProductManager/packages/NTierEntityFramework.Silverlight.0.0.1/lib/sl4/NTier.Silverlight.Domain.pdb
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/NTierEntityFramework.T4.0.0.1.nupkg
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/NTierEntityFramework.T4.0.0.1.nuspec
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/NTierEntityFramework.T4.nutrans
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ChangeSetTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ClientDataContextInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ClientDataContextTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ComplexTypeMetadataTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ComplexTypeTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.DataModelCodeGenerator.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.DataServiceContractTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.DataServiceHostTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.DataServiceTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.EFGenerationUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.EntityMetadataTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.EntityTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.EnumTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.GenerationUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.InProcessChannelFactoryTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.NTierEntityGenerator.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ProjectUtils.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.RemoteChannelFactoryTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.RepositoryInterfaceTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.RepositoryTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.ResultSetTT.CS.ttinclude
samples/ProductManager/ProductManager/packages/NTierEntityFramework.T4.0.0.1/content/T4/NTierEF.T4Context.ttinclude
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/Remote.Linq.1.0.1.nupkg
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/Remote.Linq.1.0.1.nuspec
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/lib/net35-client/Remote.Linq.dll
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/lib/net35-client/Remote.Linq.pdb
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/lib/sl4/Remote.Linq.dll
samples/ProductManager/ProductManager/packages/Remote.Linq.1.0.1/lib/sl4/Remote.Linq.pdb
samples/ProductManager/ProductManager/packages/repositories.config
src/N-Tier Entity Framework VSIX Package/.gitignore
src/N-Tier Entity Framework VSIX Package/EntityDataModelToolsExtensions/DomainDrivenDesignProperty.cs
src/N-Tier Entity Framework VSIX Package/EntityDataModelToolsExtensions/DomainDrivenDesignPropertyFactory.cs
src/N-Tier Entity Framework VSIX Package/EntityDataModelToolsExtensions/EntityDataModelToolsExtensions.csproj
src/N-Tier Entity Framework VSIX Package/EntityDataModelToolsExtensions/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/EntityDataModelToolsExtensions/Property.cs
src/N-Tier Entity Framework VSIX Package/ItemTemplates/DomainServiceGenerator/ADONETArtifactGenerator_T4DomainServiceGeneratorCS.vstemplate
src/N-Tier Entity Framework VSIX Package/ItemTemplates/DomainServiceGenerator/DomainServiceGenerator.CSharp.tt
src/N-Tier Entity Framework VSIX Package/ItemTemplates/DomainServiceGenerator/Icon.ico
src/N-Tier Entity Framework VSIX Package/ItemTemplates/DomainServiceGenerator/preview.png
src/N-Tier Entity Framework VSIX Package/ItemTemplates/ItemTemplates.proj
src/N-Tier Entity Framework VSIX Package/ItemTemplates/NTierEntityGenerator/ADONETArtifactGenerator_T4NTierEntityGeneratorCS.vstemplate
src/N-Tier Entity Framework VSIX Package/ItemTemplates/NTierEntityGenerator/Icon.ico
src/N-Tier Entity Framework VSIX Package/ItemTemplates/NTierEntityGenerator/NTierEntityGenerator.CSharp.tt
src/N-Tier Entity Framework VSIX Package/ItemTemplates/NTierEntityGenerator/Thumbs.db
src/N-Tier Entity Framework VSIX Package/ItemTemplates/NTierEntityGenerator/preview.png
src/N-Tier Entity Framework VSIX Package/ItemTemplates/SilverlightGenerator/ADONETArtifactGenerator_T4SilverlightGeneratorCS.vstemplate
src/N-Tier Entity Framework VSIX Package/ItemTemplates/SilverlightGenerator/Icon.ico
src/N-Tier Entity Framework VSIX Package/ItemTemplates/SilverlightGenerator/SilverlightGenerator.CSharp.tt
src/N-Tier Entity Framework VSIX Package/ItemTemplates/SilverlightGenerator/preview.png
src/N-Tier Entity Framework VSIX Package/ItemTemplates/build.cmd
src/N-Tier Entity Framework VSIX Package/N-Tier Entity Framework VSIX Package (VS2010).sln
src/N-Tier Entity Framework VSIX Package/N-Tier Entity Framework VSIX Package (VS2012).sln
src/N-Tier Entity Framework VSIX Package/NuGet/.gitignore
src/N-Tier Entity Framework VSIX Package/NuGet/Client/NTierEntityFramework.Client.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/Common/NTierEntityFramework.Common.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/NTierEntityFramework.Shared.nuspec
src/N-Tier Entity Framework VSIX Package/NuGet/NuGet.proj
src/N-Tier Entity Framework VSIX Package/NuGet/Server/NTierEntityFramework.Server.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/Silverlight/NTierEntityFramework.Silverlight.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/T4/NTierEntityFramework.T4.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/WcfRia/NTierEntityFramework.WcfRia.nutrans
src/N-Tier Entity Framework VSIX Package/NuGet/build.cmd
src/N-Tier Entity Framework VSIX Package/NuGet/clean.cmd
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/EnvDTE80ProjectKinds.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/EnvDTEConstants.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/Lib/ICSharpCode.SharpZipLib.dll
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/N-Tier Entity Framework.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/NTierEntityFrameworkSilverlightLibWizard.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/NTierEntityFrameworkWizard.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/ProjectTemplateWizard.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/SilverlightLibWizard.Designer.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/SilverlightLibWizard.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/SilverlightLibWizard.resx
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/SolutionExtensions.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplateWizard/keyfile.snk
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/NTier.Client.Domain.Test.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/NTier.Client.Domain.Test.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/Program.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client.Test/app.config
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client/NTier.Client.Domain.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client/NTier.Client.Domain.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Client/app.config
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Model/NTier.Common.Domain.Model.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Model/NTier.Common.Domain.Model.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Model/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Model/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Service/NTier.Common.Domain.Service.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Service/NTier.Common.Domain.Service.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Service/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Common.Service/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Icon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/InProcessChannelFactory/NTier.Client.Domain.Service.InProcessChannelFactory.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/InProcessChannelFactory/NTier.Client.Domain.Service.InProcessChannelFactory.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/InProcessChannelFactory/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/InProcessChannelFactory/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/ProjectTemplate_NTierEF_CS.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/RemoteChannelFactory/NTier.Client.Domain.Service.RemoteChannelFactory.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/RemoteChannelFactory/NTier.Client.Domain.Service.RemoteChannelFactory.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/RemoteChannelFactory/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/RemoteChannelFactory/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Edmx/App.Config
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Edmx/NTier.Server.Domain.Edmx.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Edmx/NTier.Server.Domain.Edmx.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Edmx/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Edmx/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/NTier.Server.Host.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/NTier.Server.Host.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/Web.config
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/clientaccesspolicy.xml
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Host/crossdomain.xml
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Repositories/NTier.Server.Domain.Repositories.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Repositories/NTier.Server.Domain.Repositories.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Repositories/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Repositories/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Service/App.config
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Service/NTier.Server.Domain.Service.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Service/NTier.Server.Domain.Service.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Service/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/Server.Service/__TemplateIcon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF/preview.png
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/EntityModel.tt
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/Icon.ico
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/NTier.Silverlight.Domain.Library.csproj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/ProjectTemplate_NTierEF_SL_CS.vstemplate
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/ServiceReferences.ClientConfig
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/NTierEF_SL/preview.png
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/ProjectTemplates.proj
src/N-Tier Entity Framework VSIX Package/ProjectTemplates/build.cmd
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ChangeSetTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ClientDataContextInterfaceTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ClientDataContextTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ComplexTypeMetadataTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ComplexTypeTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DataModelCodeGenerator.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DataServiceContractTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DataServiceHostTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DataServiceTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DomainServiceGenerator.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.DomainServiceTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.EFGenerationUtils.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.EntityMetadataTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.EntityTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.EnumTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.GenerationUtils.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.InProcessChannelFactoryTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.NTierEntityGenerator.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ProjectUtils.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.RemoteChannelFactoryTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.RepositoryInterfaceTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.RepositoryTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.ResultSetTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ChangeSetTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ClientDataContextInterfaceTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ClientDataContextTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ComplexTypeTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.DataModelCodeGenerator.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.DataServiceContractTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.EntityTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.EnumTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.NTierEntityGenerator.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ReflectionUtils.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.SL.ResultSetTT.CS.ttinclude
src/N-Tier Entity Framework VSIX Package/TextTemplates/NTierEF.T4Context.ttinclude
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/.gitignore
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/Additional.pkgdef
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/VSIX Package (VS2010).csproj
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/VsTemplatePatch.msbuild
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/favicon.ico
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/license.txt
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/preview.png
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2010)/source.extension.vsixmanifest
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/.gitignore
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/Additional.pkgdef
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/VSIX Package (VS2012).csproj
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/favicon.ico
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/license.txt
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/preview.png
src/N-Tier Entity Framework VSIX Package/VSIX Package (VS2012)/source.extension.vsixmanifest
src/N-Tier Entity Framework VSIX Package/build vsix 2010.cmd
src/N-Tier Entity Framework VSIX Package/build vsix 2012.cmd
src/N-Tier Entity Framework/.nuget/NuGet.Config
src/N-Tier Entity Framework/.nuget/NuGet.targets
src/N-Tier Entity Framework/N-Tier Entity Framework.sln
src/N-Tier Entity Framework/NTier.Client.Domain/AcceptOption.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataContext.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataContext.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataLoader.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataServiceQueryable.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataServiceQueryable.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataServiceQueryableImp.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/DataServiceQueryableImp.cs
src/N-Tier Entity Framework/NTier.Client.Domain/Deployment.cs
src/N-Tier Entity Framework/NTier.Client.Domain/EditableEntityCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/EntityCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/EntitySet.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/EntitySet.cs
src/N-Tier Entity Framework/NTier.Client.Domain/EntitySetExtensions.cs
src/N-Tier Entity Framework/NTier.Client.Domain/ExceptionEventArgs.cs
src/N-Tier Entity Framework/NTier.Client.Domain/FilterDescription.cs
src/N-Tier Entity Framework/NTier.Client.Domain/FilterDescriptionCollection.cs
src/N-Tier Entity Framework/NTier.Client.Domain/FilterDescriptionExtensions.cs
src/N-Tier Entity Framework/NTier.Client.Domain/FilterOperation.cs
src/N-Tier Entity Framework/NTier.Client.Domain/ICallbackResult.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IDataContext.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IDataLoader.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IDataServiceQueryable.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IDataServiceQueryable.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IDataServiceQueryableExtensions.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IEntityCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IEntitySet.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IFilteredCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IInternalEntitySet.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IOrderedDataServiceQueryable.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IOrderedDataServiceQueryable.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IOrderedDataServiceQueryableExtensions.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IPagedCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/IRemoteCollectionView.cs
src/N-Tier Entity Framework/NTier.Client.Domain/InternalEntitySet.cs
src/N-Tier Entity Framework/NTier.Client.Domain/MergeOption.cs
src/N-Tier Entity Framework/NTier.Client.Domain/NTier.Client.Domain.csproj
src/N-Tier Entity Framework/NTier.Client.Domain/ObservableEntityCollection.cs
src/N-Tier Entity Framework/NTier.Client.Domain/OptimisticConcurrencyException.cs
src/N-Tier Entity Framework/NTier.Client.Domain/OrderedDataServiceQueryable.NET.cs
src/N-Tier Entity Framework/NTier.Client.Domain/OrderedDataServiceQueryable.cs
src/N-Tier Entity Framework/NTier.Client.Domain/PrimeNumbers.cs
src/N-Tier Entity Framework/NTier.Client.Domain/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework/NTier.Client.Domain/QueryExpressionHelper_old.cs
src/N-Tier Entity Framework/NTier.Client.Domain/QueryProvider.cs
src/N-Tier Entity Framework/NTier.Client.Domain/RefreshEventArgs.cs
src/N-Tier Entity Framework/NTier.Client.Domain/RemoteDataLoader.cs
src/N-Tier Entity Framework/NTier.Client.Domain/ServerValidationException.cs
src/N-Tier Entity Framework/NTier.Client.Domain/Service/ChannelFactory/IChannelFactory.cs
src/N-Tier Entity Framework/NTier.Client.Domain/Service/ChannelFactory/RemoteChannelFactory.cs
src/N-Tier Entity Framework/NTier.Client.Domain/SortDescriptionExtensions.cs
src/N-Tier Entity Framework/NTier.Client.Domain/StateEntry.cs
src/N-Tier Entity Framework/NTier.Client.Domain/packages.config
src/N-Tier Entity Framework/NTier.Common.Domain/Model/ChangeSetExtensions.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/ClientInfo.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/ComplexPropertyAttribute.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/DynamicPropertyHelper.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/Entity.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/IChangeSet.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/IEditable.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/IEnumerableExtensions.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/IResultSet.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/NavigationPropertyAttribute.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/PrimitivePropertyAttribute.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/PropertyChangedWithValuesEventArgs.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/PropertyChangingWithValuesEventArgs.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/PropertyInfos.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/Query.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/QueryResult.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/SimplePropertyAttribute.cs
src/N-Tier Entity Framework/NTier.Common.Domain/Model/ValueObject.cs
src/N-Tier Entity Framework/NTier.Common.Domain/NTier.Common.Domain.csproj
src/N-Tier Entity Framework/NTier.Common.Domain/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework/NTier.Common.Domain/System.ServiceModel.DomainServices.Server/ExcludeAttribute.cs
src/N-Tier Entity Framework/NTier.Common.Domain/packages.config
src/N-Tier Entity Framework/NTier.Server.Domain/NTier.Server.Domain.csproj
src/N-Tier Entity Framework/NTier.Server.Domain/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/EntityFramework/EntityQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/EntityFramework/EntitySet.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/EntityFramework/ExpressionVisitor.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/EntityFramework/ObjectContextExtensions.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/EntityFramework/Repository.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/IEntitySet.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/IEntitySetExtensions.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/IRepository.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/DomainQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/Expressions/ExpressionVisitor.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/IDomainQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/IDomainQueryableExtensions.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/IEntityQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/IOrderedDomainQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Repositories/Linq/OrderedDomainQueryable.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Service/Attributes.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Service/ChangeInterceptorArgs.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Service/DataService.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Service/ObjectStateExtensions.cs
src/N-Tier Entity Framework/NTier.Server.Domain/Service/UpdateOperations.cs
src/N-Tier Entity Framework/NTier.Server.Domain/packages.config
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/AcceptOption.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/AsyncQueryCallback.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/DataContext.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/DataServiceQueryable.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/DataServiceQueryableImp.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/Deployment.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/EntitySet.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/IDataServiceQueryable.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Client/OrderedDataServiceQueryable.Silverlight.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/NTier.Silverlight.Domain.csproj
src/N-Tier Entity Framework/NTier.Silverlight.Domain/Properties/AssemblyInfo.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/ServiceReferences.ClientConfig
src/N-Tier Entity Framework/NTier.Silverlight.Domain/System.Collections.Generic/SortedDictionary.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/System.ComponentModel/INotifyPropertyChanging.cs
src/N-Tier Entity Framework/NTier.Silverlight.Domain/packages.config
src/N-Tier Entity Framework/SharedAssemblyInfo.cs
test/IntegrationTesting/IntegrationTest.sln
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.InProcessChannelFactory/IntegrationTest.Client.Domain.Service.InProcessChannelFactory.csproj
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.InProcessChannelFactory/NorthwindInProcessChannelFactory.g.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.InProcessChannelFactory/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.RemoteChannelFactory/IntegrationTest.Client.Domain.Service.RemoteChannelFactory.csproj
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.RemoteChannelFactory/NorthwindRemoteChannelFactory.g.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Service.RemoteChannelFactory/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Test/IntegrationTest.Client.Domain.Test.csproj
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Test/Program.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Test/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain.Test/app.config
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain/INorthwindDataContext.g.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain/IntegrationTest.Client.Domain.csproj
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain/NorthwindDataContext.g.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Client/IntegrationTest.Client.Domain/app.config
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/IntegrationTest.Common.Domain.Model.csproj
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Category.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Category.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Contact.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Contact.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Customer.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Customer.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DemographicGroup.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DemographicGroup.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DynamicContentEntity.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DynamicContentEntity.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DynamicContentEntity.part.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/DynamicPropertyHelper.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Employee.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Employee.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/NorthwindChangeSet.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/NorthwindResultSet.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Order.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Order.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/OrderDetail.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/OrderDetail.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Product.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Product.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Region.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Region.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Shipper.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Shipper.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Supplier.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Supplier.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Territory.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Northwind/Territory.metadata.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Model/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Service/Contracts/INorthwindDataService.g.cs
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Service/IntegrationTest.Common.Domain.Service.csproj
test/IntegrationTesting/IntegrationTest/Common/IntegrationTest.Common.Domain.Service/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Lib/NORTHWND.MDF
test/IntegrationTesting/IntegrationTest/Lib/NORTHWND.zip
test/IntegrationTesting/IntegrationTest/Lib/NORTHWND_log.ldf
test/IntegrationTesting/IntegrationTest/Lib/_NORTHWND.MDF
test/IntegrationTesting/IntegrationTest/Lib/nunit.framework.dll
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/App.Config
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/IntegrationTest.Server.Domain.Edmx.csproj
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NORTHWND.MDF
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NORTHWND_log.ldf
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NorthwindModel.Designer.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NorthwindModel.edmx
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NorthwindModel.tt
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/NorthwindModel.txt
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ChangeSetTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ClientDataContextInterfaceTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ClientDataContextTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ComplexTypeMetadataTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ComplexTypeTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.DataModelCodeGenerator.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.DataServiceContractTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.DataServiceHostTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.DataServiceTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.EFGenerationUtils.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.EntityMetadataTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.EntityTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.EnumTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.GenerationUtils.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.InProcessChannelFactoryTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.NTierEntityGenerator.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ProjectUtils.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.RemoteChannelFactoryTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.RepositoryInterfaceTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.RepositoryTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.ResultSetTT.CS.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Edmx/T4/NTierEF.T4Context.ttinclude
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/EntityQuery.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/EntitySet.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/INorthwindRepository.g.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/IntegrationTest.Server.Domain.Repositories.csproj
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/NorthwindEntities.MockUp.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/NorthwindRepository.g.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Repositories/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Service/App.config
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Service/IntegrationTest.Server.Domain.Service.csproj
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Service/NorthwindDataService.g.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Service/NorthwindDataService.part.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Domain.Service/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/IntegrationTest.Server.Host.csproj
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/NorthwindDataService.svc
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/Web.config
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/clientaccesspolicy.xml
test/IntegrationTesting/IntegrationTest/Server/IntegrationTest.Server.Host/crossdomain.xml
test/IntegrationTesting/IntegrationTest/UnitTests/ConsoleTest/ConsoleTest.csproj
test/IntegrationTesting/IntegrationTest/UnitTests/ConsoleTest/Program.cs
test/IntegrationTesting/IntegrationTest/UnitTests/ConsoleTest/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/UnitTests/ConsoleTest/app.config
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Framework/TestAttribute.cs
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Framework/TestFixtureAttribute.cs
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Framework/TestRunner.cs
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/PerformaceTests.csproj
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Start.cs
test/IntegrationTesting/IntegrationTest/UnitTests/PerformaceTests/Tests/InternalEntitySetTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/TestChannelFactory/NorthwindChannelFactory.cs
test/IntegrationTesting/IntegrationTest/UnitTests/TestChannelFactory/OfflineChannelFactory.cs
test/IntegrationTesting/IntegrationTest/UnitTests/TestChannelFactory/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/UnitTests/TestChannelFactory/TestChannelFactory.csproj
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/AcceptRevertTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ChangeTrackerStateTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ClientInfoTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ClientTransactionTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ComplexPropertyTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ComplexPropertyValidationTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/Constraints/ContainConstraint.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/DirectedReferenceCollectionTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/DirectedReferencePropertyTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/DynamicPropertyTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/DynamicPropertyValidationTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/EditableEntityTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ManyToManyRelationTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/Properties/AssemblyInfo.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ReferenceCollectionTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/RevertDirectedReferenceCollectionTest.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/RevertDirectedReferenceTest.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/RevertReferenceCollectionTest.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/ServerValidationTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/SimplePropertyValidationTests.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/UnitTests.csproj
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/UnitTests.csproj.user
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/Utils/DispatcherUtil.cs
test/IntegrationTesting/IntegrationTest/UnitTests/UnitTests/Utils/To.cs
test/IntegrationTesting/Tools/CassiniDev4-console.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/Logo.ico
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/agent.conf
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/framework/nunit.framework.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/framework/nunit.framework.xml
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/framework/nunit.mocks.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/framework/pnunit.framework.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/failure.png
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/ignored.png
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/inconclusive.png
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/log4net.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit-console-runner.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit-gui-runner.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit.core.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit.core.interfaces.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit.uiexception.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit.uikit.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/nunit.util.dll
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/skipped.png
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/lib/success.png
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-agent-x86.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-agent-x86.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-agent.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-agent.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-console-x86.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-console-x86.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-console.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-console.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-x86.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit-x86.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/nunit.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/pnunit-agent.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/pnunit-agent.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/pnunit-launcher.exe
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/pnunit-launcher.exe.config
test/IntegrationTesting/Tools/NUnit 2.5.10/bin/net-2.0/test.conf
test/IntegrationTesting/Tools/NUnit 2.5.10/fit-license.txt
test/IntegrationTesting/Tools/NUnit 2.5.10/license.txt
test/IntegrationTesting/build.bat
test/IntegrationTesting/preconfigure_test.bat
test/IntegrationTesting/run_console.bat
test/IntegrationTesting/run_ui.bat
tools/7zip/7-zip.chm
tools/7zip/7za.exe
tools/7zip/license.txt
tools/7zip/readme.txt
tools/NuGet/NuGet.exe
tools/build/ExtensionPack/Interop.COMAdmin.dll
tools/build/ExtensionPack/Interop.IWshRuntimeLibrary.dll
tools/build/ExtensionPack/Ionic.Zip.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.BizTalk.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.BizTalk.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Git.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Git.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Iis7.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Iis7.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Loggers.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Loggers.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2005.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2005.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2008.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2008.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2012.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sql2012.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.StyleCop.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.StyleCop.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sync.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Sync.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.TaskFactory.Dlr.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.TaskFactory.Dlr.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.TaskFactory.PowerShell.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.TaskFactory.PowerShell.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs2010.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs2010.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs2012.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.Tfs2012.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.VersionNumber.targets
tools/build/ExtensionPack/MSBuild.ExtensionPack.WindowsVirtualPC.dll
tools/build/ExtensionPack/MSBuild.ExtensionPack.WindowsVirtualPC.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.dll.config
tools/build/ExtensionPack/MSBuild.ExtensionPack.pdb
tools/build/ExtensionPack/MSBuild.ExtensionPack.tasks

Download

Click the following link to download ntieref.zip.

ntieref.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS