Download Trul - .NET 4.0 NTier Sample App

Description

Trul - .NET 4.0 NTier Sample App

Icons

Trul - .NET 4.0 NTier Sample App

Source Files

The download file trul.zip has the following entries.


.gitignore//w  w w .ja  v a  2s.co  m
Trul.Application.DTO/CountryDTO.cs
Trul.Application.DTO/MenuDTO.cs
Trul.Application.DTO/PersonDTO.cs
Trul.Application.DTO/Profiles/MapperProfile.cs
Trul.Application.DTO/Properties/AssemblyInfo.cs
Trul.Application.DTO/RoleDTO.cs
Trul.Application.DTO/Trul.Application.DTO.csproj
Trul.Application.DTO/UserDTO.cs
Trul.Application.DTO/packages.config
Trul.Application.UI.Core/Models/AccountViewModel.cs
Trul.Application.UI.Core/Models/CountryViewModel.cs
Trul.Application.UI.Core/Models/HomeViewModel.cs
Trul.Application.UI.Core/Models/ViewModelBase.cs
Trul.Application.UI.Core/Properties/AssemblyInfo.cs
Trul.Application.UI.Core/Resources/Resource.Designer.cs
Trul.Application.UI.Core/Resources/Resource.en.resx
Trul.Application.UI.Core/Resources/Resource.resx
Trul.Application.UI.Core/Tasks/IAccountTask.cs
Trul.Application.UI.Core/Tasks/ICountryTask.cs
Trul.Application.UI.Core/Tasks/IHomeTask.cs
Trul.Application.UI.Core/Tasks/TaskBase.cs
Trul.Application.UI.Core/Trul.Application.UI.Core.csproj
Trul.Application.UI/Bootstrapper.cs
Trul.Application.UI/Helper/CrosscuttingHelper.cs
Trul.Application.UI/Helper/MapperHelper.cs
Trul.Application.UI/Properties/AssemblyInfo.cs
Trul.Application.UI/Tasks/AccountTask.cs
Trul.Application.UI/Tasks/CountryTask.cs
Trul.Application.UI/Tasks/HomeTask.cs
Trul.Application.UI/Trul.Application.UI.csproj
Trul.Application.UI/packages.config
Trul.Application/DTOBaseObject.cs
Trul.Application/ProjectionsExtensionMethods.cs
Trul.Application/Properties/AssemblyInfo.cs
Trul.Application/Trul.Application.csproj
Trul.Data.Core/App.config
Trul.Data.Core/ISql.cs
Trul.Data.Core/Properties/AssemblyInfo.cs
Trul.Data.Core/Repositories/Generators/IChef.cs
Trul.Data.Core/Repositories/Generators/ICountry.cs
Trul.Data.Core/Repositories/Generators/ICountryRepository.cs
Trul.Data.Core/Repositories/Generators/IMenu.cs
Trul.Data.Core/Repositories/Generators/IMenuRepository.cs
Trul.Data.Core/Repositories/Generators/IPersonRepository.cs
Trul.Data.Core/Repositories/Generators/IRepository.cs
Trul.Data.Core/Repositories/Generators/IRepository.tt
Trul.Data.Core/Trul.Data.Core.csproj
Trul.Data.Core/packages.config
Trul.Data.EntityFramework/App.config
Trul.Data.EntityFramework/Bootstrapper.cs
Trul.Data.EntityFramework/DelRepository.cs
Trul.Data.EntityFramework/IQueryableUnitOfWork.cs
Trul.Data.EntityFramework/Mapping/CountryEntityTypeConfiguration.cs
Trul.Data.EntityFramework/Mapping/MenuEntityTypeConfiguration.cs
Trul.Data.EntityFramework/Mapping/PersonEntityTypeConfiguration.cs
Trul.Data.EntityFramework/Mapping/RoleEntityTypeConfiguration.cs
Trul.Data.EntityFramework/Mapping/UserEntityTypeConfiguration.cs
Trul.Data.EntityFramework/Properties/AssemblyInfo.cs
Trul.Data.EntityFramework/Repositories/CountryRepository.cs
Trul.Data.EntityFramework/Repositories/Generators/CountryRepository.cs
Trul.Data.EntityFramework/Repositories/Generators/MenuRepository.cs
Trul.Data.EntityFramework/Repositories/Generators/PersonRepository.cs
Trul.Data.EntityFramework/Repositories/Generators/Repository.cs
Trul.Data.EntityFramework/Repositories/Generators/Repository.tt
Trul.Data.EntityFramework/Repositories/Generators/RoleRepository.cs
Trul.Data.EntityFramework/Repositories/Generators/UserRepository.cs
Trul.Data.EntityFramework/Repository.cs
Trul.Data.EntityFramework/Resources/Messages.Designer.cs
Trul.Data.EntityFramework/Resources/Messages.resx
Trul.Data.EntityFramework/Trul.Data.EntityFramework.csproj
Trul.Data.EntityFramework/UnitOfWork.cs
Trul.Data.EntityFramework/packages.config
Trul.Data.Mock/MockRepository.cs
Trul.Data.Mock/Properties/AssemblyInfo.cs
Trul.Data.Mock/Trul.Data.Mock.csproj
Trul.Domain.Core/DelEntity.cs
Trul.Domain.Core/DelEntityWithTypedId.cs
Trul.Domain.Core/Entity.cs
Trul.Domain.Core/EntityWithTypedId.cs
Trul.Domain.Core/IDelEntity.cs
Trul.Domain.Core/IEntityWithTypedId.cs
Trul.Domain.Core/IRepository.cs
Trul.Domain.Core/IUnitOfWork.cs
Trul.Domain.Core/Properties/AssemblyInfo.cs
Trul.Domain.Core/Specification/AndSpecification.cs
Trul.Domain.Core/Specification/CompositeSpecification.cs
Trul.Domain.Core/Specification/DirectSpecification.cs
Trul.Domain.Core/Specification/ExpressionBuilder.cs
Trul.Domain.Core/Specification/ISpecification.cs
Trul.Domain.Core/Specification/NotSpecification.cs
Trul.Domain.Core/Specification/OrSpecification.cs
Trul.Domain.Core/Specification/ParametersRebinder.cs
Trul.Domain.Core/Specification/Specification.cs
Trul.Domain.Core/Specification/SpecificationsDesignNotes.txt
Trul.Domain.Core/Specification/TrueSpecification.cs
Trul.Domain.Core/Trul.Domain.Core.csproj
Trul.Domain/Entities/Country.cs
Trul.Domain/Entities/Menu.cs
Trul.Domain/Entities/Person.cs
Trul.Domain/Entities/Role.cs
Trul.Domain/Entities/User.cs
Trul.Domain/Properties/AssemblyInfo.cs
Trul.Domain/Repositories/Generators/ICountryRepository.cs
Trul.Domain/Repositories/Generators/IMenuRepository.cs
Trul.Domain/Repositories/Generators/IPersonRepository.cs
Trul.Domain/Repositories/Generators/IRepository.cs
Trul.Domain/Repositories/Generators/IRepository.tt
Trul.Domain/Repositories/Generators/IRoleRepository.cs
Trul.Domain/Repositories/Generators/IUserRepository.cs
Trul.Domain/Repositories/ICountryRepository.cs
Trul.Domain/Resources/Messages.Designer.cs
Trul.Domain/Resources/Messages.resx
Trul.Domain/Specifications/MenuSpecifications.cs
Trul.Domain/Specifications/PersonSpecifications.cs
Trul.Domain/Specifications/UserSpecifications.cs
Trul.Domain/Trul.Domain.csproj
Trul.Framework/Disposable.cs
Trul.Framework/Helper/LinqHelper.cs
Trul.Framework/Infrastructure/Expressions/ITranslatingExpressionVisitor.cs
Trul.Framework/Infrastructure/Expressions/TranslatingExpressionVisitor.cs
Trul.Framework/Properties/AssemblyInfo.cs
Trul.Framework/Rules/EmailConstraint.cs
Trul.Framework/Rules/EqualToConstraint.cs
Trul.Framework/Rules/Field.cs
Trul.Framework/Rules/IClientValidatorVisitor.cs
Trul.Framework/Rules/IConstraint.cs
Trul.Framework/Rules/IRule.cs
Trul.Framework/Rules/IRulesGroup.cs
Trul.Framework/Rules/IValidableControl.cs
Trul.Framework/Rules/IValidatable.cs
Trul.Framework/Rules/IValidator.cs
Trul.Framework/Rules/IValidatorElement.cs
Trul.Framework/Rules/IValidatorVisitor.cs
Trul.Framework/Rules/PropertyValueConstraint.cs
Trul.Framework/Rules/RegularExpressionConstraint.cs
Trul.Framework/Rules/Rule.cs
Trul.Framework/Rules/Severity.cs
Trul.Framework/Rules/StringMaxLengthConstraint.cs
Trul.Framework/Rules/StringNotNullOrEmptyConstraint.cs
Trul.Framework/Rules/SyntaxHelpers/DefineValidator.cs
Trul.Framework/Rules/SyntaxHelpers/IPropertyElement.cs
Trul.Framework/Rules/SyntaxHelpers/PropertyElement.cs
Trul.Framework/Rules/SyntaxHelpers/Should.cs
Trul.Framework/Rules/TypeValidator.cs
Trul.Framework/Rules/ValidateSettings.cs
Trul.Framework/Security/CustomPrincipal.cs
Trul.Framework/Security/CustomPrincipalSerializeModel.cs
Trul.Framework/Security/ICustomPrincipal.cs
Trul.Framework/Security/PasswordHash.cs
Trul.Framework/Trul.Framework.csproj
Trul.Framework/Trul.ttinclude
Trul.Infrastructure.Crosscutting.FormsAuthentication/FormsAuthenticationFactory.cs
Trul.Infrastructure.Crosscutting.FormsAuthentication/FormsAuthenticationService.cs
Trul.Infrastructure.Crosscutting.FormsAuthentication/Properties/AssemblyInfo.cs
Trul.Infrastructure.Crosscutting.FormsAuthentication/Trul.Infrastructure.Crosscutting.FormsAuthentication.csproj
Trul.Infrastructure.Crosscutting.NetFrm.Test/AutomapperTypeAdapterTests.cs
Trul.Infrastructure.Crosscutting.NetFrm.Test/Properties/AssemblyInfo.cs
Trul.Infrastructure.Crosscutting.NetFrm.Test/TraceSourceLogTest.cs
Trul.Infrastructure.Crosscutting.NetFrm.Test/Trul.Infrastructure.Crosscutting.NetFrm.Test.csproj
Trul.Infrastructure.Crosscutting.NetFrm.Test/packages.config
Trul.Infrastructure.Crosscutting.NetFrm/Adapter/AutomapperTranslatingExpressionVisitor.cs
Trul.Infrastructure.Crosscutting.NetFrm/Adapter/AutomapperTypeAdapter.cs
Trul.Infrastructure.Crosscutting.NetFrm/Adapter/AutomapperTypeAdapterFactory.cs
Trul.Infrastructure.Crosscutting.NetFrm/Logging/TraceSourceLog.cs
Trul.Infrastructure.Crosscutting.NetFrm/Logging/TraceSourceLogFactory.cs
Trul.Infrastructure.Crosscutting.NetFrm/Properties/AssemblyInfo.cs
Trul.Infrastructure.Crosscutting.NetFrm/Rules/JQueryValidatorVisitor.cs
Trul.Infrastructure.Crosscutting.NetFrm/Rules/JQueryValidatorVisitorFactory.cs
Trul.Infrastructure.Crosscutting.NetFrm/Trul.Infrastructure.Crosscutting.NetFrm.csproj
Trul.Infrastructure.Crosscutting.NetFrm/Validator/DataAnnotationsEntityValidator.cs
Trul.Infrastructure.Crosscutting.NetFrm/Validator/DataAnnotationsEntityValidatorFactory.cs
Trul.Infrastructure.Crosscutting.NetFrm/packages.config
Trul.Infrastructure.Crosscutting.Windsor/Properties/AssemblyInfo.cs
Trul.Infrastructure.Crosscutting.Windsor/Trul.Infrastructure.Crosscutting.Windsor.csproj
Trul.Infrastructure.Crosscutting.Windsor/WindsorContainer.cs
Trul.Infrastructure.Crosscutting.Windsor/WindsorRegistrar.cs
Trul.Infrastructure.Crosscutting.Windsor/packages.config
Trul.Infrastructure.Crosscutting/Adapter/ITypeAdapter.cs
Trul.Infrastructure.Crosscutting/Adapter/ITypeAdapterFactory.cs
Trul.Infrastructure.Crosscutting/Adapter/TypeAdapterFactory.cs
Trul.Infrastructure.Crosscutting/IoC/IContainer.cs
Trul.Infrastructure.Crosscutting/IoC/IoC.cs
Trul.Infrastructure.Crosscutting/Logging/ILogger.cs
Trul.Infrastructure.Crosscutting/Logging/ILoggerFactory.cs
Trul.Infrastructure.Crosscutting/Logging/LoggerFactory.cs
Trul.Infrastructure.Crosscutting/Properties/AssemblyInfo.cs
Trul.Infrastructure.Crosscutting/Rules/ClientValidatorVisitorFactory.cs
Trul.Infrastructure.Crosscutting/Rules/IClientValidatorVisitorFactory.cs
Trul.Infrastructure.Crosscutting/Security/AuthenticationFactory.cs
Trul.Infrastructure.Crosscutting/Security/IAuthentication.cs
Trul.Infrastructure.Crosscutting/Security/IAuthenticationFactory.cs
Trul.Infrastructure.Crosscutting/Trul.Infrastructure.Crosscutting.csproj
Trul.Infrastructure.Crosscutting/Validator/EntityValidatorFactory.cs
Trul.Infrastructure.Crosscutting/Validator/IEntityValidator.cs
Trul.Infrastructure.Crosscutting/Validator/IEntityValidatorFactory.cs
Trul.MobileUI/App_Start/BundleConfig.cs
Trul.MobileUI/App_Start/FilterConfig.cs
Trul.MobileUI/App_Start/RouteConfig.cs
Trul.MobileUI/App_Start/WebApiConfig.cs
Trul.MobileUI/Content/images/ajax-loader.gif
Trul.MobileUI/Content/images/glyphicons-halflings-white.png
Trul.MobileUI/Content/images/glyphicons-halflings.png
Trul.MobileUI/Content/images/icons-18-black.png
Trul.MobileUI/Content/images/icons-18-white.png
Trul.MobileUI/Content/images/icons-36-black.png
Trul.MobileUI/Content/images/icons-36-white.png
Trul.MobileUI/Content/jquery.mobile-1.3.0.css
Trul.MobileUI/Content/jquery.mobile-1.3.0.min.css
Trul.MobileUI/Content/jquery.mobile.structure-1.3.0.css
Trul.MobileUI/Content/jquery.mobile.structure-1.3.0.min.css
Trul.MobileUI/Content/jquery.mobile.theme-1.3.0.css
Trul.MobileUI/Content/jquery.mobile.theme-1.3.0.min.css
Trul.MobileUI/Controllers/HomeController.cs
Trul.MobileUI/Global.asax
Trul.MobileUI/Global.asax.cs
Trul.MobileUI/IoC/Bootstrapper.cs
Trul.MobileUI/IoC/ControllerFactory.cs
Trul.MobileUI/Properties/AssemblyInfo.cs
Trul.MobileUI/Scripts/jquery-2.0.0.intellisense.js
Trul.MobileUI/Scripts/jquery-2.0.0.js
Trul.MobileUI/Scripts/jquery-2.0.0.min.js
Trul.MobileUI/Scripts/jquery-2.0.0.min.map
Trul.MobileUI/Scripts/jquery.mobile-1.3.0.js
Trul.MobileUI/Scripts/jquery.mobile-1.3.0.min.js
Trul.MobileUI/Scripts/knockout-2.2.1.debug.js
Trul.MobileUI/Scripts/knockout-2.2.1.js
Trul.MobileUI/Scripts/knockout.mapping-latest.debug.js
Trul.MobileUI/Scripts/knockout.mapping-latest.js
Trul.MobileUI/Trul.MobileUI.csproj
Trul.MobileUI/Trul.MobileUI.csproj.user
Trul.MobileUI/Views/Home/Index.cshtml
Trul.MobileUI/Views/Shared/_Layout.cshtml
Trul.MobileUI/Views/Web.config
Trul.MobileUI/Web.Debug.config
Trul.MobileUI/Web.Release.config
Trul.MobileUI/Web.config
Trul.MobileUI/packages.config
Trul.Service.Core/Generators/ICountryService.cs
Trul.Service.Core/Generators/IMenuService.cs
Trul.Service.Core/Generators/IPersonService.cs
Trul.Service.Core/Generators/IRepositoryService.cs
Trul.Service.Core/Generators/IRepositoryService.tt
Trul.Service.Core/Generators/IRoleService.cs
Trul.Service.Core/Generators/IUserService.cs
Trul.Service.Core/ICountryService.cs
Trul.Service.Core/IPersonService.cs
Trul.Service.Core/IRepositoryService.cs
Trul.Service.Core/IUserService.cs
Trul.Service.Core/Properties/AssemblyInfo.cs
Trul.Service.Core/Trul.Service.Core.csproj
Trul.Service/Bootstrapper.cs
Trul.Service/CountryService.cs
Trul.Service/Generators/CountryService.cs
Trul.Service/Generators/MenuService.cs
Trul.Service/Generators/PersonService.cs
Trul.Service/Generators/RepositoryService.cs
Trul.Service/Generators/RepositoryService.tt
Trul.Service/Generators/RoleService.cs
Trul.Service/Generators/UserService.cs
Trul.Service/PersonService.cs
Trul.Service/Properties/AssemblyInfo.cs
Trul.Service/RepositoryService.cs
Trul.Service/Trul.Service.csproj
Trul.Service/UserService.cs
Trul.WebUI/App_GlobalResources/Resource.Designer.cs
Trul.WebUI/App_GlobalResources/Resource.en.Designer.cs
Trul.WebUI/App_GlobalResources/Resource.en.resx
Trul.WebUI/App_GlobalResources/Resource.resx
Trul.WebUI/App_Start/BundleConfig.cs
Trul.WebUI/App_Start/FilterConfig.cs
Trul.WebUI/App_Start/RouteConfig.cs
Trul.WebUI/App_Start/WebApiConfig.cs
Trul.WebUI/Content/images/glyphicons-halflings-white.png
Trul.WebUI/Content/images/glyphicons-halflings.png
Trul.WebUI/Content/themes/base/css/bootstrap-responsive.css
Trul.WebUI/Content/themes/base/css/bootstrap-responsive.min.css
Trul.WebUI/Content/themes/base/css/bootstrap.css
Trul.WebUI/Content/themes/base/css/bootstrap.min.css
Trul.WebUI/Content/themes/base/img/glyphicons-halflings-white.png
Trul.WebUI/Content/themes/base/img/glyphicons-halflings.png
Trul.WebUI/Content/themes/base/trul.css
Trul.WebUI/Content/themes/fontAwesome/css/font-awesome-ie7.min.css
Trul.WebUI/Content/themes/fontAwesome/css/font-awesome.css
Trul.WebUI/Content/themes/fontAwesome/css/font-awesome.min.css
Trul.WebUI/Content/themes/fontAwesome/css/prettify.css
Trul.WebUI/Content/themes/fontAwesome/css/site.css
Trul.WebUI/Content/themes/fontAwesome/font/FontAwesome.otf
Trul.WebUI/Content/themes/fontAwesome/font/fontawesome-webfont.eot
Trul.WebUI/Content/themes/fontAwesome/font/fontawesome-webfont.svg
Trul.WebUI/Content/themes/fontAwesome/font/fontawesome-webfont.ttf
Trul.WebUI/Content/themes/fontAwesome/font/fontawesome-webfont.woff
Trul.WebUI/Content/themes/fontAwesome/font/museo_slab_300-webfont.eot
Trul.WebUI/Content/themes/fontAwesome/font/museo_slab_300-webfont.ttf
Trul.WebUI/Content/themes/fontAwesome/font/museo_slab_500-webfont.eot
Trul.WebUI/Content/themes/fontAwesome/font/museo_slab_500-webfont.ttf
Trul.WebUI/Content/themes/fontAwesome/font/proximanova-sbold-webfont.eot
Trul.WebUI/Content/themes/fontAwesome/font/proximanova-sbold-webfont.ttf
Trul.WebUI/Content/themes/fontAwesome/font/proximanova-webfont.eot
Trul.WebUI/Content/themes/fontAwesome/font/proximanova-webfont.ttf
Trul.WebUI/Content/themes/fontAwesome/img/contribution-sample.png
Trul.WebUI/Content/themes/fontAwesome/img/fort_awesome.jpg
Trul.WebUI/Content/themes/fontAwesome/img/glyphicons-halflings-white.png
Trul.WebUI/Content/themes/fontAwesome/img/glyphicons-halflings.png
Trul.WebUI/Content/themes/fontAwesome/img/icon-flag.pdf
Trul.WebUI/Controllers/AccountController.cs
Trul.WebUI/Controllers/BaseController.cs
Trul.WebUI/Controllers/CountryController.cs
Trul.WebUI/Controllers/ErrorController.cs
Trul.WebUI/Controllers/HomeController.cs
Trul.WebUI/Global.asax
Trul.WebUI/Global.asax.cs
Trul.WebUI/Helper/CustomHtmlHelper.cs
Trul.WebUI/Helper/ResourceHelper.cs
Trul.WebUI/Infrastructure/AllowAnonymousAttribute.cs
Trul.WebUI/Infrastructure/CustomExceptionFilter.cs
Trul.WebUI/Infrastructure/CustomHandleErrorAttribute.cs
Trul.WebUI/Infrastructure/CustomJsonResult.cs
Trul.WebUI/Infrastructure/InternationalizationAttribute.cs
Trul.WebUI/Infrastructure/LogonAuthorize.cs
Trul.WebUI/IoC/Bootstrapper.cs
Trul.WebUI/IoC/ControllerFactory.cs
Trul.WebUI/Properties/AssemblyInfo.cs
Trul.WebUI/Scripts/bootstrap.js
Trul.WebUI/Scripts/jquery-2.0.0.intellisense.js
Trul.WebUI/Scripts/jquery-2.0.0.js
Trul.WebUI/Scripts/jquery-2.0.0.min.js
Trul.WebUI/Scripts/jquery-2.0.0.min.map
Trul.WebUI/Scripts/jquery.validate-vsdoc.js
Trul.WebUI/Scripts/jquery.validate.js
Trul.WebUI/Scripts/jquery.validate.min.js
Trul.WebUI/Scripts/knockout-2.2.1.debug.js
Trul.WebUI/Scripts/knockout-2.2.1.js
Trul.WebUI/Scripts/knockout.mapping-latest.debug.js
Trul.WebUI/Scripts/knockout.mapping-latest.js
Trul.WebUI/Trul.WebUI.csproj
Trul.WebUI/Trul.WebUI.csproj.user
Trul.WebUI/Views/Account/App_LocalResources/LogOn.cshtml.en.resx
Trul.WebUI/Views/Account/App_LocalResources/LogOn.cshtml.resx
Trul.WebUI/Views/Account/App_LocalResources/Register.cshtml.en.resx
Trul.WebUI/Views/Account/App_LocalResources/Register.cshtml.resx
Trul.WebUI/Views/Account/LogOn.cshtml
Trul.WebUI/Views/Account/Register.cshtml
Trul.WebUI/Views/Country/App_LocalResources/Index.cshtml.en.resx
Trul.WebUI/Views/Country/App_LocalResources/Index.cshtml.resx
Trul.WebUI/Views/Country/Index.cshtml
Trul.WebUI/Views/Error/AccessDenied.cshtml
Trul.WebUI/Views/Error/App_LocalResources/AccessDenied.cshtml.en.resx
Trul.WebUI/Views/Error/App_LocalResources/AccessDenied.cshtml.resx
Trul.WebUI/Views/Error/HttpError.cshtml
Trul.WebUI/Views/Home/App_LocalResources/Index.cshtml.en.resx
Trul.WebUI/Views/Home/App_LocalResources/Index.cshtml.resx
Trul.WebUI/Views/Home/Index.cshtml
Trul.WebUI/Views/Shared/_Language.cshtml
Trul.WebUI/Views/Shared/_Layout.cshtml
Trul.WebUI/Views/Shared/_Modal.cshtml
Trul.WebUI/Views/Shared/_PublicTopMenu.cshtml
Trul.WebUI/Views/Shared/_TopMenu.cshtml
Trul.WebUI/Views/Web.config
Trul.WebUI/Web.Debug.config
Trul.WebUI/Web.Release.config
Trul.WebUI/Web.config
Trul.WebUI/packages.config
Trul.sln
db.sql
packages/AutoMapper.2.2.1/AutoMapper.2.2.1.nupkg
packages/AutoMapper.2.2.1/AutoMapper.2.2.1.nuspec
packages/AutoMapper.2.2.1/lib/net40/AutoMapper.dll
packages/AutoMapper.2.2.1/lib/net40/AutoMapper.xml
packages/Castle.Core.3.2.0/ASL - Apache Software Foundation License.txt
packages/Castle.Core.3.2.0/BreakingChanges.txt
packages/Castle.Core.3.2.0/Castle.Core.3.2.0.nupkg
packages/Castle.Core.3.2.0/Castle.Core.3.2.0.nuspec
packages/Castle.Core.3.2.0/Changes.txt
packages/Castle.Core.3.2.0/License.txt
packages/Castle.Core.3.2.0/lib/net35/Castle.Core.dll
packages/Castle.Core.3.2.0/lib/net35/Castle.Core.xml
packages/Castle.Core.3.2.0/lib/net40-client/Castle.Core.dll
packages/Castle.Core.3.2.0/lib/net40-client/Castle.Core.xml
packages/Castle.Core.3.2.0/lib/net45/Castle.Core.dll
packages/Castle.Core.3.2.0/lib/net45/Castle.Core.xml
packages/Castle.Core.3.2.0/lib/sl4/Castle.Core.dll
packages/Castle.Core.3.2.0/lib/sl4/Castle.Core.xml
packages/Castle.Core.3.2.0/lib/sl5/Castle.Core.dll
packages/Castle.Core.3.2.0/lib/sl5/Castle.Core.xml
packages/Castle.Core.3.2.0/readme.txt
packages/Castle.Windsor.3.2.0/ASL - Apache Software Foundation License.txt
packages/Castle.Windsor.3.2.0/BreakingChanges.txt
packages/Castle.Windsor.3.2.0/Castle.Windsor.3.2.0.nupkg
packages/Castle.Windsor.3.2.0/Castle.Windsor.3.2.0.nuspec
packages/Castle.Windsor.3.2.0/Changes.txt
packages/Castle.Windsor.3.2.0/License.txt
packages/Castle.Windsor.3.2.0/lib/net35/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/net35/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/lib/net40-client/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/net40-client/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/lib/net40/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/net40/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/lib/net45/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/net45/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/lib/sl4/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/sl4/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/lib/sl5/Castle.Windsor.dll
packages/Castle.Windsor.3.2.0/lib/sl5/Castle.Windsor.xml
packages/Castle.Windsor.3.2.0/readme.txt
packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg
packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML
packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.dll
packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.pdb
packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML
packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.dll
packages/CommonServiceLocator.WindsorAdapter.1.0/CommonServiceLocator.WindsorAdapter.1.0.nupkg
packages/CommonServiceLocator.WindsorAdapter.1.0/lib/NET35/CommonServiceLocator.WindsorAdapter.dll
packages/CommonServiceLocator.WindsorAdapter.1.0/lib/NET35/CommonServiceLocator.WindsorAdapter.pdb
packages/EntityFramework.5.0.0/Content/App.config.transform
packages/EntityFramework.5.0.0/Content/Web.config.transform
packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg
packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll
packages/EntityFramework.5.0.0/lib/net40/EntityFramework.xml
packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll
packages/EntityFramework.5.0.0/lib/net45/EntityFramework.xml
packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1
packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll
packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll
packages/EntityFramework.5.0.0/tools/EntityFramework.psd1
packages/EntityFramework.5.0.0/tools/EntityFramework.psm1
packages/EntityFramework.5.0.0/tools/Redirect.VS11.config
packages/EntityFramework.5.0.0/tools/Redirect.config
packages/EntityFramework.5.0.0/tools/about_EntityFramework.help.txt
packages/EntityFramework.5.0.0/tools/init.ps1
packages/EntityFramework.5.0.0/tools/install.ps1
packages/EntityFramework.5.0.0/tools/migrate.exe
packages/Knockout.Mapping.2.4.0/Content/scripts/knockout.mapping-latest.debug.js
packages/Knockout.Mapping.2.4.0/Content/scripts/knockout.mapping-latest.js
packages/Knockout.Mapping.2.4.0/Knockout.Mapping.2.4.0.nupkg
packages/Knockout.Mapping.2.4.0/Knockout.Mapping.2.4.0.nuspec
packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll
packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.xml
packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nupkg
packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nuspec
packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.dll
packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.xml
packages/Microsoft.AspNet.Web.Optimization.1.0.0/Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
packages/Microsoft.AspNet.Web.Optimization.1.0.0/Microsoft.AspNet.Web.Optimization.1.0.0.nuspec
packages/Microsoft.AspNet.Web.Optimization.1.0.0/lib/net40/System.Web.Optimization.dll
packages/Microsoft.AspNet.Web.Optimization.1.1.0-Beta1/Microsoft.AspNet.Web.Optimization.1.1.0-Beta1.nupkg
packages/Microsoft.AspNet.Web.Optimization.1.1.0-Beta1/Microsoft.AspNet.Web.Optimization.1.1.0-Beta1.nuspec
packages/Microsoft.AspNet.Web.Optimization.1.1.0-Beta1/lib/net40/System.Web.Optimization.dll
packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll
packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.xml
packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform
packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll
packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.xml
packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll
packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.xml
packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.xml
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.xml
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.xml
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll
packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.xml
packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg
packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll
packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml
packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll
packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml
packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._
packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg
packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll
packages/MiniProfiler.2.1.0/MiniProfiler.2.1.0.nupkg
packages/MiniProfiler.2.1.0/MiniProfiler.2.1.0.nuspec
packages/MiniProfiler.2.1.0/lib/net40/MiniProfiler.dll
packages/MiniProfiler.2.1.0/lib/net40/MiniProfiler.xml
packages/MiniProfiler.EF.2.1.0/MiniProfiler.EF.2.1.0.nupkg
packages/MiniProfiler.EF.2.1.0/MiniProfiler.EF.2.1.0.nuspec
packages/MiniProfiler.EF.2.1.0/lib/net40/MiniProfiler.EntityFramework.dll
packages/Newtonsoft.Json.5.0.4/Newtonsoft.Json.5.0.4.nupkg
packages/Newtonsoft.Json.5.0.4/Newtonsoft.Json.5.0.4.nuspec
packages/Newtonsoft.Json.5.0.4/lib/net20/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/net20/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/net35/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/net35/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/net40/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/net40/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/net45/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/net45/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/netcore45/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/netcore45/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml
packages/Newtonsoft.Json.5.0.4/lib/portable-net45+wp80+win8/Newtonsoft.Json.dll
packages/Newtonsoft.Json.5.0.4/lib/portable-net45+wp80+win8/Newtonsoft.Json.xml
packages/Twitter.Bootstrap.2.3.1/Twitter.Bootstrap.2.3.1.nupkg
packages/Twitter.Bootstrap.2.3.1/Twitter.Bootstrap.2.3.1.nuspec
packages/Twitter.Bootstrap.2.3.1/content/Content/bootstrap-responsive.css
packages/Twitter.Bootstrap.2.3.1/content/Content/bootstrap-responsive.min.css
packages/Twitter.Bootstrap.2.3.1/content/Content/bootstrap.css
packages/Twitter.Bootstrap.2.3.1/content/Content/bootstrap.min.css
packages/Twitter.Bootstrap.2.3.1/content/Content/images/glyphicons-halflings-white.png
packages/Twitter.Bootstrap.2.3.1/content/Content/images/glyphicons-halflings.png
packages/Twitter.Bootstrap.2.3.1/content/Scripts/bootstrap.js
packages/Twitter.Bootstrap.2.3.1/content/Scripts/bootstrap.min.js
packages/WebGrease.1.3.0/WebGrease.1.3.0.nupkg
packages/WebGrease.1.3.0/WebGrease.1.3.0.nuspec
packages/WebGrease.1.3.0/lib/Antlr3.Runtime.dll
packages/WebGrease.1.3.0/lib/WebGrease.dll
packages/jQuery.2.0.0/Content/Scripts/jquery-2.0.0-vsdoc.js
packages/jQuery.2.0.0/Content/Scripts/jquery-2.0.0.js
packages/jQuery.2.0.0/Content/Scripts/jquery-2.0.0.min.js
packages/jQuery.2.0.0/Content/Scripts/jquery-2.0.0.min.map
packages/jQuery.2.0.0/Tools/common.ps1
packages/jQuery.2.0.0/Tools/install.ps1
packages/jQuery.2.0.0/Tools/jquery-2.0.0.intellisense.js
packages/jQuery.2.0.0/Tools/uninstall.ps1
packages/jQuery.2.0.0/jQuery.2.0.0.nupkg
packages/jQuery.2.0.0/jQuery.2.0.0.nuspec
packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate-vsdoc.js
packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.js
packages/jQuery.Validation.1.11.1/Content/Scripts/jquery.validate.min.js
packages/jQuery.Validation.1.11.1/jQuery.Validation.1.11.1.nupkg
packages/jQuery.Validation.1.11.1/jQuery.Validation.1.11.1.nuspec
packages/jquery.mobile.1.3.0/content/Content/images/ajax-loader.gif
packages/jquery.mobile.1.3.0/content/Content/images/icons-18-black.png
packages/jquery.mobile.1.3.0/content/Content/images/icons-18-white.png
packages/jquery.mobile.1.3.0/content/Content/images/icons-36-black.png
packages/jquery.mobile.1.3.0/content/Content/images/icons-36-white.png
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile-1.3.0.css
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile-1.3.0.min.css
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile.structure-1.3.0.css
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile.structure-1.3.0.min.css
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile.theme-1.3.0.css
packages/jquery.mobile.1.3.0/content/Content/jquery.mobile.theme-1.3.0.min.css
packages/jquery.mobile.1.3.0/content/Scripts/jquery.mobile-1.3.0.js
packages/jquery.mobile.1.3.0/content/Scripts/jquery.mobile-1.3.0.min.js
packages/jquery.mobile.1.3.0/jquery.mobile.1.3.0.nupkg
packages/jquery.mobile.1.3.0/jquery.mobile.1.3.0.nuspec
packages/knockoutjs.2.2.1/Content/Scripts/knockout-2.2.1.debug.js
packages/knockoutjs.2.2.1/Content/Scripts/knockout-2.2.1.js
packages/knockoutjs.2.2.1/knockoutjs.2.2.1.nupkg
packages/knockoutjs.2.2.1/knockoutjs.2.2.1.nuspec
packages/repositories.config

Download

Click the following link to download trul.zip.

trul.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML