├── .gitignore ├── LICENSE.txt ├── README.markdown ├── TODO.txt ├── deploy ├── v1.0.0.0 │ ├── MvcTurbine.Windsor.zip │ ├── MvcTurbine.zip │ └── windsorturbine.msi ├── v2.0.0.0 │ ├── MvcTurbine_Sample_Features.zip │ ├── MvcTurbine_VS_Templates.msi │ ├── MvcTurbines_Binaries.zip │ ├── NerdDinner.zip │ ├── Okonau.zip │ ├── ninject_template.zip │ ├── structuremap_template.zip │ ├── unity_template.zip │ └── windsor_template.zip ├── v2.1.0.0_mvc1 │ ├── MvcTurbine_Binaries_MVC1.zip │ ├── MvcTurbine_Sample_Features.zip │ ├── MvcTurbine_VS_Templates.msi │ ├── NerdDinner.zip │ ├── Okonau.zip │ ├── ninject_template.zip │ ├── structuremap_template.zip │ ├── unity_template.zip │ └── windsor_template.zip └── v2.1.0.0_mvc2 │ ├── MvcTurbine_Binaries_MVC2.zip │ ├── MvcTurbine_Sample_Features.zip │ ├── MvcTurbine_VS2010_Templates.msi │ ├── Okonau.zip │ ├── ninject_template.zip │ ├── structuremap_template.zip │ ├── unity_template.zip │ └── windsor_template.zip ├── lib ├── autofac │ ├── Autofac License.txt │ ├── Autofac.Configuration.dll │ ├── Autofac.Integration.Wcf.dll │ ├── Autofac.Integration.Web.Mvc.dll │ ├── Autofac.Integration.Web.dll │ ├── Autofac.XML │ ├── Autofac.dll │ ├── Moq License.txt │ ├── NMock2 License.txt │ └── NUnit License.txt ├── castle │ ├── Castle.Core.dll │ ├── Castle.Core.xml │ ├── Castle.MicroKernel.xml │ ├── Castle.Windsor.dll │ ├── Castle.Windsor.xml │ ├── Castle_Project_License.txt │ └── windsor.xsd ├── log4net │ ├── log4net.dll │ └── log4net.xml ├── moq │ ├── License.txt │ ├── Moq.chm │ ├── Moq.dll │ ├── Moq.pdb │ └── Moq.xml ├── mvc3beta │ ├── System.Web.Mvc.dll │ └── System.Web.Mvc.xml ├── mvccontrib │ ├── MvcContrib.Castle.dll │ ├── MvcContrib.Castle.pdb │ ├── MvcContrib.Castle.xml │ ├── MvcContrib.dll │ ├── MvcContrib.pdb │ └── MvcContrib.xml ├── mvctoolkit │ └── MVCToolkit.dll ├── nhibernate │ ├── ABC.hbm.xml │ ├── Bamboo.Prevalence.Util.dll │ ├── Bamboo.Prevalence.dll │ ├── Bamboo.Prevalence.license.txt │ ├── Castle.Core.dll │ ├── Castle.Core.xml │ ├── Castle.DynamicProxy.dll │ ├── Castle.DynamicProxy.license.txt │ ├── Castle.DynamicProxy.xml │ ├── Castle.DynamicProxy2.dll │ ├── Castle.DynamicProxy2.xml │ ├── FluentNHibernate.dll │ ├── FluentNHibernate.pdb │ ├── ICSharpCode.SharpZipLib.dll │ ├── Iesi.Collections.Test.dll │ ├── Iesi.Collections.Test.dll-results.xml │ ├── Iesi.Collections.dll │ ├── Iesi.Collections.license.txt │ ├── Iesi.Collections.xml │ ├── Lucene.Net.dll │ ├── Lucene.Net.xml │ ├── Memcached.ClientLibrary.dll │ ├── Memcached.ClientLibrary.license.txt │ ├── NHibernate.Caches.MemCache.Tests.dll │ ├── NHibernate.Caches.MemCache.Tests.dll.config │ ├── NHibernate.Caches.MemCache.dll │ ├── NHibernate.Caches.MemCache.xml │ ├── NHibernate.Caches.Prevalence.Tests.dll │ ├── NHibernate.Caches.Prevalence.Tests.dll-results.xml │ ├── NHibernate.Caches.Prevalence.Tests.dll.config │ ├── NHibernate.Caches.Prevalence.dll │ ├── NHibernate.Caches.Prevalence.xml │ ├── NHibernate.Caches.SysCache.Tests.dll │ ├── NHibernate.Caches.SysCache.Tests.dll-results.xml │ ├── NHibernate.Caches.SysCache.Tests.dll.config │ ├── NHibernate.Caches.SysCache.dll │ ├── NHibernate.Caches.SysCache.xml │ ├── NHibernate.Caches.SysCache2.dll │ ├── NHibernate.Caches.SysCache2.xml │ ├── NHibernate.DomainModel.dll │ ├── NHibernate.DomainModel.xml │ ├── NHibernate.Examples.dll │ ├── NHibernate.Examples.dll.config │ ├── NHibernate.JetDriver.Tests.dll │ ├── NHibernate.JetDriver.dll │ ├── NHibernate.JetDriver.xml │ ├── NHibernate.Mapping.Attributes.Test.dll │ ├── NHibernate.Mapping.Attributes.Test.dll-results.xml │ ├── NHibernate.Mapping.Attributes.dll │ ├── NHibernate.Mapping.Attributes.xml │ ├── NHibernate.Tasks.dll │ ├── NHibernate.Tasks.xml │ ├── NHibernate.Test.Performance.dll │ ├── NHibernate.Test.Performance.dll.config │ ├── NHibernate.Test.dll │ ├── NHibernate.Test.dll-results.xml │ ├── NHibernate.Test.dll.config │ ├── NHibernate.Tool.HbmXsd.exe │ ├── NHibernate.Tool.hbm2net.Console.exe │ ├── NHibernate.Tool.hbm2net.Tests.dll │ ├── NHibernate.Tool.hbm2net.Tests.dll-results.xml │ ├── NHibernate.Tool.hbm2net.Tests.dll.config │ ├── NHibernate.Tool.hbm2net.dll │ ├── NHibernate.Tool.hbm2net.xml │ ├── NHibernate.UserTypes.Oracle.dll │ ├── NHibernate.UserTypes.Oracle.xml │ ├── NHibernate.UserTypes.SqlTypes.dll │ ├── NHibernate.UserTypes.SqlTypes.xml │ ├── NHibernate.UserTypes.Tests.dll │ ├── NHibernate.UserTypes.Tests.dll-results.xml │ ├── NHibernate.UserTypes.Tests.dll.config │ ├── NHibernate.dll │ ├── NHibernate.license.txt │ ├── NHibernate.xml │ ├── NVelocity.dll │ ├── NVelocity.license.txt │ ├── Nullables.NHibernate.dll │ ├── Nullables.NHibernate.xml │ ├── Nullables.Tests.dll │ ├── Nullables.Tests.dll-results.xml │ ├── Nullables.Tests.dll.config │ ├── Nullables.dll │ ├── Nullables.xml │ ├── Rhino.Mocks.dll │ ├── Rhino.Mocks.xml │ ├── TestEnbeddedConfig.cfg.xml │ ├── hibernate.cfg.xml │ ├── log.txt │ ├── log4net.dll │ ├── log4net.license.txt │ ├── log4net.xml │ ├── nhibernate-configuration.xsd │ ├── nhibernate-mapping.xsd │ ├── nmock.dll │ ├── nmock.license.txt │ ├── nunit.core.dll │ ├── nunit.framework.dll │ ├── nunit.framework.license.txt │ └── releasenotes.txt ├── ninject │ ├── Ninject.dll │ ├── Ninject.pdb │ ├── Ninject.xml │ └── Ninject_License.txt ├── nunit │ ├── Failure.jpg │ ├── Ignored.jpg │ ├── NUnitFitTests.html │ ├── NUnitTests.config │ ├── NUnitTests.nunit │ ├── Success.jpg │ ├── clr.bat │ ├── fit-license.txt │ ├── fit.dll │ ├── license.txt │ ├── mock-assembly.dll │ ├── nonamespace-assembly.dll │ ├── notestfixtures-assembly.dll │ ├── nunit-console-runner.dll │ ├── nunit-console-x86.exe │ ├── nunit-console-x86.exe.config │ ├── nunit-console.exe │ ├── nunit-console.exe.config │ ├── nunit-console.tests.dll │ ├── nunit-gui-runner.dll │ ├── nunit-gui.tests.dll │ ├── nunit-x86.exe │ ├── nunit-x86.exe.config │ ├── nunit.core.dll │ ├── nunit.core.extensions.dll │ ├── nunit.core.interfaces.dll │ ├── nunit.core.tests.dll │ ├── nunit.exe │ ├── nunit.exe.config │ ├── nunit.extensions.tests.dll │ ├── nunit.fixtures.dll │ ├── nunit.fixtures.tests.dll │ ├── nunit.framework.dll │ ├── nunit.framework.extensions.dll │ ├── nunit.framework.tests.dll │ ├── nunit.framework.xml │ ├── nunit.mocks.dll │ ├── nunit.mocks.tests.dll │ ├── nunit.uikit.dll │ ├── nunit.uikit.tests.dll │ ├── nunit.util.dll │ ├── nunit.util.tests.dll │ ├── runFile.exe │ ├── runFile.exe.config │ ├── test-assembly.dll │ ├── test-utilities.dll │ └── timing-tests.dll ├── nvelocity │ └── NVelocity.dll ├── rhinomocks │ ├── Castle.Core.dll │ ├── Castle.DynamicProxy.dll │ ├── Castle.DynamicProxy2.dll │ ├── Castle.MicroKernel.dll │ ├── Castle.Windsor.dll │ ├── Rhino.Mocks.dll │ └── Rhino.Testing.dll ├── structuremap │ ├── LICENSE.TXT │ ├── Rhino.Mocks.dll │ ├── StructureMap.AutoMocking.dll │ ├── StructureMap.AutoMocking.xml │ ├── StructureMap.chm │ ├── StructureMap.dll │ ├── StructureMap.xml │ └── StructureMapDoctor.exe ├── system.web.mvc │ ├── Microsoft.Web.Mvc.dll │ ├── Microsoft.Web.Mvc.pdb │ ├── System.Web.Abstractions.dll │ ├── System.Web.Mvc.dll │ ├── System.Web.Mvc.xml │ └── System.Web.Routing.dll └── unity │ ├── Microsoft.Practices.ServiceLocation.dll │ ├── Microsoft.Practices.Unity.dll │ ├── Microsoft.Practices.Unity.xml │ └── unity_license.txt ├── res └── img │ └── full-logo-large.png ├── src ├── Blades │ ├── EmbeddedViews │ │ ├── Blades.sln │ │ └── MvcTurbine.EmbeddedViews │ │ │ ├── AssemblyResourceFile.cs │ │ │ ├── EmbeddedView.cs │ │ │ ├── EmbeddedViewBlade.cs │ │ │ ├── EmbeddedViewResolver.cs │ │ │ ├── EmbeddedViewTable.cs │ │ │ ├── EmbeddedViewVirtualPathProvider.cs │ │ │ ├── IEmbeddedViewResolver.cs │ │ │ ├── MvcTurbine.EmbeddedViews.csproj │ │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── Fluent_Validation │ │ ├── lib │ │ │ ├── AutoMoq │ │ │ │ └── AutoMoq.dll │ │ │ ├── FluentValidation │ │ │ │ ├── FluentValidation.XML │ │ │ │ ├── FluentValidation.dll │ │ │ │ ├── FluentValidation.pdb │ │ │ │ ├── License.txt │ │ │ │ └── MVC │ │ │ │ │ ├── MVC1 │ │ │ │ │ ├── FluentValidation.Mvc.dll │ │ │ │ │ └── FluentValidation.Mvc.pdb │ │ │ │ │ └── MVC2 │ │ │ │ │ ├── FluentValidation.Mvc.XML │ │ │ │ │ ├── FluentValidation.Mvc.dll │ │ │ │ │ └── FluentValidation.Mvc.pdb │ │ │ ├── MvcTurbine │ │ │ │ ├── MvcTurbine.dll │ │ │ │ └── MvcTurbine.xml │ │ │ └── NUnit │ │ │ │ ├── nunit.framework.dll │ │ │ │ └── nunit.framework.xml │ │ └── src │ │ │ ├── MvcTurbine.FluentValidation.Tests │ │ │ ├── Helpers │ │ │ │ ├── ServiceLocatorValidatorFactoryTests.cs │ │ │ │ └── TestItemClasses.cs │ │ │ ├── MvcTurbine.FluentValidation.Tests.csproj │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── MvcTurbine.FluentValidation.sln │ │ │ └── MvcTurbine.FluentValidation │ │ │ ├── FluentValidationBlade.cs │ │ │ ├── Helpers │ │ │ ├── ServiceLocatorValidatorFactory.cs │ │ │ └── ValidatorRetriever.cs │ │ │ ├── MvcTurbine.FluentValidation.csproj │ │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── MVC2 │ │ ├── Mvc │ │ │ ├── Areas │ │ │ │ ├── IAreaDependency.cs │ │ │ │ └── SimpleAreaDependency.cs │ │ │ ├── Controllers │ │ │ │ ├── HomeController.cs │ │ │ │ └── SimpleController.cs │ │ │ ├── DefaultMvcApplication.cs │ │ │ ├── Model │ │ │ │ ├── SimpleModelMetadataProvider.cs │ │ │ │ └── SimpleModelValidatorProvider.cs │ │ │ ├── Mvc.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ │ └── Services │ │ │ │ ├── IMessageService.cs │ │ │ │ └── MessageService.cs │ │ ├── Mvc2.sln │ │ ├── MvcApplication │ │ │ ├── Areas │ │ │ │ ├── Complex │ │ │ │ │ ├── ComplexAreaRegistration.cs │ │ │ │ │ ├── Controllers │ │ │ │ │ │ └── SampleController.cs │ │ │ │ │ └── Views │ │ │ │ │ │ ├── Sample │ │ │ │ │ │ └── Index.aspx │ │ │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ │ ├── Content │ │ │ │ └── Site.css │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Global.asax │ │ │ ├── MvcApplication.Publish.xml │ │ │ ├── MvcApplication.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ ├── Simple │ │ │ │ │ ├── About.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ └── Web.config │ │ │ └── Web.config │ │ ├── MvcTurbine.Mv2.Tests │ │ │ ├── Areas │ │ │ │ └── RegistrationTest.cs │ │ │ ├── MvcTurbine.Mv2.Tests.csproj │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ ├── MvcTurbine.Mvc2 │ │ │ ├── AreaBlade.cs │ │ │ ├── ModelMetadataBlade.cs │ │ │ ├── ModelValidatorBlade.cs │ │ │ ├── MvcTurbine.Mvc2.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── ValueProviderBlade.cs │ │ └── QuickLinks │ │ │ ├── Content │ │ │ └── QuickLinks.css │ │ │ ├── Controllers │ │ │ └── LinksController.cs │ │ │ ├── Extensions.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── QuickLinks.csproj │ │ │ ├── QuickLinksRegistration.cs │ │ │ ├── Scripts │ │ │ ├── MicrosoftAjax.debug.js │ │ │ ├── MicrosoftAjax.js │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ ├── MicrosoftMvcAjax.js │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ ├── MicrosoftMvcValidation.js │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ ├── jquery-1.4.1.js │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ ├── jquery-1.4.1.min.js │ │ │ ├── jquery.validate-vsdoc.js │ │ │ ├── jquery.validate.js │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ ├── Links │ │ │ │ └── Index.ascx │ │ │ └── Web.config │ │ │ ├── Web.config │ │ │ └── images │ │ │ ├── globe.png │ │ │ └── navigation.png │ ├── NHibernate │ │ ├── AnotherMappings │ │ │ ├── AnotherMappings.csproj │ │ │ ├── AnotherSessionProvider.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── TaskDatabase.cs │ │ │ └── TaskMapping.cs │ │ ├── AnotherModel │ │ │ ├── AnotherModel.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── Task.cs │ │ ├── Common │ │ │ ├── Common.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── SimpleSessionProvider.cs │ │ │ └── SqliteDatabase.cs │ │ ├── Domain │ │ │ ├── Domain.csproj │ │ │ ├── EntityBase.cs │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ ├── Mappings │ │ │ ├── Mappings.csproj │ │ │ ├── PersonDatabase.cs │ │ │ ├── PersonMap.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── SomeSessionProvider.cs │ │ ├── Mvc │ │ │ ├── Controllers │ │ │ │ ├── CrudController.cs │ │ │ │ ├── FooController.cs │ │ │ │ ├── PersonController.cs │ │ │ │ └── TaskController.cs │ │ │ ├── DefaultMvcApplication.cs │ │ │ ├── Mvc.csproj │ │ │ ├── Persistence │ │ │ │ └── AnotherGenericRepository.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ ├── MvcApplication │ │ │ ├── Content │ │ │ │ └── Site.css │ │ │ ├── Data │ │ │ │ ├── Person.db3 │ │ │ │ └── Task.db3 │ │ │ ├── Global.asax │ │ │ ├── MvcApplication.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ │ ├── Foo │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Person │ │ │ │ │ ├── CreateNew.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ ├── Task │ │ │ │ │ ├── CreateNew.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ └── Web.config │ │ │ └── Web.config │ │ ├── MvcTurbine.Data │ │ │ ├── IRepository.cs │ │ │ ├── MvcTurbine.Data.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── RepositoryBase.cs │ │ ├── MvcTurbine.NHibernate │ │ │ ├── GenericRepository.cs │ │ │ ├── ISessionProvider.cs │ │ │ ├── MvcTurbine.NHibernate.csproj │ │ │ ├── NHibernateSessionModule.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── SessionProvider.cs │ │ ├── NHibernate.sln │ │ └── SomeModel │ │ │ ├── Person.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── SomeModel.csproj │ ├── NServiceBus │ │ ├── Mvc │ │ │ ├── Bus │ │ │ │ ├── AnotherHandler.cs │ │ │ │ ├── TestHandler.cs │ │ │ │ └── TestMessage.cs │ │ │ ├── Controllers │ │ │ │ ├── ControllerExt.cs │ │ │ │ ├── HomeController.cs │ │ │ │ └── MessageResult.cs │ │ │ ├── DefaultMvcApplication.cs │ │ │ ├── Mvc.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ │ ├── Services │ │ │ │ ├── BroadcastService.cs │ │ │ │ ├── IBroadcastService.cs │ │ │ │ └── LogService.cs │ │ │ └── WindsorObjectBuilder.cs │ │ ├── MvcApplication │ │ │ ├── Content │ │ │ │ └── Site.css │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Global.asax │ │ │ ├── MvcApplication.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ └── Web.config │ │ ├── MvcTurbine.NServiceBus │ │ │ ├── BusManager.cs │ │ │ ├── ContainerManager.cs │ │ │ ├── IBusConfigurator.cs │ │ │ ├── IMessageDispatcher.cs │ │ │ ├── MvcTurbine.NServiceBus.csproj │ │ │ ├── NServiceBusDispatcher.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── ServiceBusBlade.cs │ │ │ ├── ServiceLocatorContainer.cs │ │ │ └── ServiceLocatorExtension.cs │ │ ├── NSB_Blade.sln │ │ └── TestMessage.cs │ ├── POCOs │ │ ├── Mvc │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ ├── DefaultMvcApplication.cs │ │ │ ├── Models │ │ │ │ ├── Name.cs │ │ │ │ └── Person.cs │ │ │ ├── Mvc.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ ├── MvcApplication │ │ │ ├── Content │ │ │ │ └── Site.css │ │ │ ├── Global.asax │ │ │ ├── MvcApplication.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ ├── Index.aspx │ │ │ │ │ └── Info.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ └── Web.config │ │ ├── MvcTurbine.Poco │ │ │ ├── ActionResultRegistartion.cs │ │ │ ├── DefaultRenderers.cs │ │ │ ├── IRenderer.cs │ │ │ ├── IRendererManager.cs │ │ │ ├── IRendererRegistry.cs │ │ │ ├── MvcTurbine.Poco.csproj │ │ │ ├── PocoActionInvoker.cs │ │ │ ├── PocoActionResult.cs │ │ │ ├── PocoActionResultExt.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Renderer │ │ │ │ ├── JsonRenderer.cs │ │ │ │ └── XmlSerializerRenderer.cs │ │ │ ├── RendererBlade.cs │ │ │ ├── RendererManager.cs │ │ │ ├── RendererReg.cs │ │ │ ├── RendererRegistry.cs │ │ │ └── Renderers.cs │ │ └── POCO_Support.sln │ └── lib │ │ ├── Mvc2Futures │ │ └── Microsoft.Web.Mvc.dll │ │ ├── MvcTurbine │ │ ├── Blades │ │ │ └── MvcTurbine.EmbeddedViews.dll │ │ ├── MvcTurbine.Web.dll │ │ ├── MvcTurbine.Web.xml │ │ ├── MvcTurbine.dll │ │ ├── MvcTurbine.xml │ │ ├── Ninject │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject.dll │ │ │ └── Ninject.xml │ │ ├── StructureMap │ │ │ ├── MvcTurbine.StructureMap.dll │ │ │ ├── MvcTurbine.StructureMap.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── StructureMap.dll │ │ │ └── StructureMap.xml │ │ ├── Unity │ │ │ ├── Microsoft.Practices.ObjectBuilder2.dll │ │ │ ├── Microsoft.Practices.ObjectBuilder2.xml │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ ├── Microsoft.Practices.Unity.dll │ │ │ ├── Microsoft.Practices.Unity.xml │ │ │ ├── MvcTurbine.Unity.dll │ │ │ ├── MvcTurbine.Unity.xml │ │ │ ├── MvcTurbine.dll │ │ │ └── MvcTurbine.xml │ │ ├── Windsor │ │ │ ├── Castle.Core.dll │ │ │ ├── Castle.Core.xml │ │ │ ├── Castle.Windsor.dll │ │ │ ├── Castle.Windsor.xml │ │ │ ├── MvcTurbine.Windsor.dll │ │ │ ├── MvcTurbine.Windsor.xml │ │ │ ├── MvcTurbine.dll │ │ │ └── MvcTurbine.xml │ │ └── mvctubine_license.txt │ │ ├── NHibernate │ │ ├── Antlr3.Runtime.dll │ │ ├── Castle.Core.dll │ │ ├── Castle.Core.xml │ │ ├── Castle.DynamicProxy.dll │ │ ├── Castle.DynamicProxy.license.txt │ │ ├── Castle.DynamicProxy.xml │ │ ├── Castle.DynamicProxy2.dll │ │ ├── Castle.DynamicProxy2.xml │ │ ├── Castle.MicroKernel.dll │ │ ├── Castle.MicroKernel.xml │ │ ├── Castle.Windsor.dll │ │ ├── Castle.Windsor.xml │ │ ├── FluentNHibernate.dll │ │ ├── FluentNHibernate.pdb │ │ ├── Iesi.Collections.dll │ │ ├── Iesi.Collections.license.txt │ │ ├── Iesi.Collections.xml │ │ ├── NHibernate.ByteCode.Castle.dll │ │ ├── NHibernate.ByteCode.Castle.xml │ │ ├── NHibernate.Caches.MemCache.Tests.dll │ │ ├── NHibernate.Caches.MemCache.Tests.dll.config │ │ ├── NHibernate.Caches.MemCache.dll │ │ ├── NHibernate.Caches.MemCache.xml │ │ ├── NHibernate.Caches.Prevalence.Tests.dll │ │ ├── NHibernate.Caches.Prevalence.Tests.dll-results.xml │ │ ├── NHibernate.Caches.Prevalence.Tests.dll.config │ │ ├── NHibernate.Caches.Prevalence.dll │ │ ├── NHibernate.Caches.Prevalence.xml │ │ ├── NHibernate.Caches.SysCache.Tests.dll │ │ ├── NHibernate.Caches.SysCache.Tests.dll-results.xml │ │ ├── NHibernate.Caches.SysCache.Tests.dll.config │ │ ├── NHibernate.Caches.SysCache.dll │ │ ├── NHibernate.Caches.SysCache.xml │ │ ├── NHibernate.Caches.SysCache2.dll │ │ ├── NHibernate.Caches.SysCache2.xml │ │ ├── NHibernate.Expression.Extensions.dll │ │ ├── NHibernate.Linq.dll │ │ ├── NHibernate.dll │ │ ├── log4net.dll │ │ ├── log4net.license.txt │ │ └── log4net.xml │ │ ├── NServiceBus │ │ ├── NServiceBus.Core.dll │ │ ├── NServiceBus.Core.xml │ │ ├── NServiceBus.ObjectBuilder.CastleWindsor.dll │ │ ├── NServiceBus.ObjectBuilder.CastleWindsor_Source │ │ │ ├── AssemblyInfo.cs │ │ │ ├── NServiceBus.ObjectBuilder.CastleWindsor.csproj │ │ │ ├── NServiceBus.ObjectBuilder.CastleWindsor │ │ │ │ └── WindsorObjectBuilder.cs │ │ │ └── NServiceBus │ │ │ │ └── ConfigureWindsorBuilder.cs │ │ ├── NServiceBus.dll │ │ ├── NServiceBus.xml │ │ └── log4net.dll │ │ ├── Newtonsoft │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.pdb │ │ └── Newtonsoft.Json.xml │ │ ├── Sqlite │ │ ├── System.Data.SQLite.Linq.dll │ │ ├── System.Data.SQLite.XML │ │ ├── System.Data.SQLite.dll │ │ ├── System.Data.SQLite.lib │ │ ├── sqlite3.def │ │ ├── sqlite3.dll │ │ └── x64 │ │ │ ├── System.Data.SQLite.DLL │ │ │ ├── System.Data.SQLite.exp │ │ │ └── System.Data.SQLite.lib │ │ └── log4net │ │ ├── log4net.dll │ │ └── log4net.xml ├── Engine │ ├── CommonInfo.cs │ ├── Mvc3Host │ │ ├── Content │ │ │ └── Site.css │ │ ├── Controllers │ │ │ ├── Actions │ │ │ │ └── MyActions.cs │ │ │ └── HomeController.cs │ │ ├── Filters │ │ │ ├── FooAttribute.cs │ │ │ ├── GlobalFilter.cs │ │ │ ├── Home.cs │ │ │ ├── HomeAction.cs │ │ │ ├── MyGlobalFilters.cs │ │ │ └── MyHomeFilters.cs │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── Models │ │ │ ├── AppBinderRegistry.cs │ │ │ ├── Bar.cs │ │ │ ├── BarBinder.cs │ │ │ ├── Person.cs │ │ │ └── PersonBinder.cs │ │ ├── Modules │ │ │ ├── MyModule.cs │ │ │ └── MyModuleRegistry.cs │ │ ├── Mvc3Host.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Routing │ │ │ └── MvcRouting.cs │ │ ├── Scripts │ │ │ ├── MicrosoftAjax.debug.js │ │ │ ├── MicrosoftAjax.js │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ ├── MicrosoftMvcAjax.js │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ ├── MicrosoftMvcValidation.js │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ ├── jquery-1.4.1.js │ │ │ ├── jquery-1.4.1.min.js │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ ├── jquery.validate-vsdoc.js │ │ │ ├── jquery.validate.js │ │ │ ├── jquery.validate.min.js │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ └── jquery.validate.unobtrusive.min.js │ │ ├── Services │ │ │ ├── FooService.cs │ │ │ ├── IFooService.cs │ │ │ └── ServiceRegistry.cs │ │ ├── Views │ │ │ └── Web.config │ │ ├── Web.Debug.config │ │ ├── Web.Release.config │ │ └── Web.config │ ├── MvcTurbine.Autofac.Tests │ │ ├── AutofacRegistrationTests.cs │ │ ├── AutofacResolutionTests.cs │ │ ├── MvcTurbine.Autofac.Tests.csproj │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── MvcTurbine.Autofac │ │ ├── AutofacServiceLocator.cs │ │ ├── MvcTurbine.Autofac.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TurbineAutofacModule.cs │ ├── MvcTurbine.ComponentModel.Tests │ │ ├── Components │ │ │ ├── ComplexLogger.cs │ │ │ ├── ILogger.cs │ │ │ └── SimpleLogger.cs │ │ ├── MvcTurbine.ComponentModel.Tests.csproj │ │ ├── MvcTurbine.ComponentModel.Tests.csproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── RegistrationTests.cs │ │ ├── ResolutionTests.cs │ │ └── ServiceLocatorTests.cs │ ├── MvcTurbine.Ninject.Tests │ │ ├── MvcTurbine.Ninject.Tests.csproj │ │ ├── NinjectRegistrationTests.cs │ │ ├── NinjectResolutionTests.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── MvcTurbine.Ninject │ │ ├── MvcTurbine.Ninject.csproj │ │ ├── NinjectModuleRegistry.cs │ │ ├── NinjectRegistrator.cs │ │ ├── NinjectServiceLocator.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TurbineModule.cs │ ├── MvcTurbine.StructureMap.Tests │ │ ├── MvcTurbine.StructureMap.Tests.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StructureMapRegistrationTests.cs │ │ └── StructureMapResolutionTests.cs │ ├── MvcTurbine.StructureMap │ │ ├── MvcTurbine.StructureMap.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StructureMapRegistrator.cs │ │ ├── StructureMapServiceLocator.cs │ │ └── TurbineRegistry.cs │ ├── MvcTurbine.Tests │ │ ├── Blades │ │ │ ├── BladeListTest.cs │ │ │ ├── BladeTest.cs │ │ │ └── MockBlade.cs │ │ ├── CollectionExtensionsTests.cs │ │ ├── ComponentModel │ │ │ ├── AssemblyFilterTest.cs │ │ │ ├── AutoRegistrationListTest.cs │ │ │ ├── CommonAssemblyFilterTest.cs │ │ │ ├── DefaultAutoRegistratorTest.cs │ │ │ ├── RegistrationFiltersTests.cs │ │ │ ├── RegistrationTests.cs │ │ │ ├── ServiceLocatorManagerTests.cs │ │ │ ├── ServiceRegistrationTests.cs │ │ │ └── ServiceResolutionExceptionTests.cs │ │ ├── MvcTurbine.Tests.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TypeExtensionsTests.cs │ ├── MvcTurbine.Unity.Tests │ │ ├── MvcTurbine.Unity.Tests.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── UnityRegistrationTests.cs │ │ └── UnityResolutionTests.cs │ ├── MvcTurbine.Unity │ │ ├── MvcTurbine.Unity.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── UnityRegistrator.cs │ │ └── UnityServiceLocator.cs │ ├── MvcTurbine.Web.Tests │ │ ├── Blades │ │ │ ├── DependencyResolverBladeTests.cs │ │ │ ├── MockControllerFactoryServiceLocator.cs │ │ │ ├── MockRouteServiceLocator.cs │ │ │ ├── MockViewEngineServiceLocator.cs │ │ │ ├── RoutingBlade_AutoRegistrationTests.cs │ │ │ └── RoutingBlade_SpinTests.cs │ │ ├── Controllers │ │ │ ├── DefaultFilterFinderTests.cs │ │ │ ├── MockServiceLocator.cs │ │ │ └── TurbineDependencyResolverTests.cs │ │ ├── MvcTurbine.Web.Tests.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TestFixtureBase.cs │ ├── MvcTurbine.Web.Views │ │ ├── DynamicLocator.cs │ │ ├── HtmlHelperExtensions.cs │ │ ├── MvcTurbine.Web.Views.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TurbinePage.cs │ │ ├── TurbinePageView.cs │ │ └── ViewExtensions.cs │ ├── MvcTurbine.Web │ │ ├── Blades │ │ │ ├── ControllerBlade.cs │ │ │ ├── CoreBlade.cs │ │ │ ├── CoreBlades.cs │ │ │ ├── DependencyResolverBlade.cs │ │ │ ├── EmbeddedViewBlade.cs │ │ │ ├── FilterBlade.cs │ │ │ ├── HttpModuleBlade.cs │ │ │ ├── InferredActionBlade.cs │ │ │ ├── InferredActions.cs │ │ │ ├── MetadataProviderBlade.cs │ │ │ ├── ModelBinderBlade.cs │ │ │ ├── RoutingBlade.cs │ │ │ └── ViewBlade.cs │ │ ├── Config │ │ │ ├── Engine.cs │ │ │ ├── EngineBladeExt.cs │ │ │ └── EngineExt.cs │ │ ├── Controllers │ │ │ ├── ControllerExtensions.cs │ │ │ ├── IInferredActionRegistry.cs │ │ │ ├── InferredAction.cs │ │ │ ├── InferredActionDescriptor.cs │ │ │ ├── InferredActionRegistry.cs │ │ │ ├── InferredParameterDescriptor.cs │ │ │ ├── InferredViewResult.cs │ │ │ ├── MvcRegistration.cs │ │ │ ├── TurbineActionInvoker.cs │ │ │ ├── TurbineControllerActivator.cs │ │ │ └── TurbineControllerFactory.cs │ │ ├── Filters │ │ │ ├── ActionFilter.cs │ │ │ ├── ControllerActionExpression.cs │ │ │ ├── ControllerFilterRegistry.cs │ │ │ ├── Filter.cs │ │ │ ├── FilterRegistryHelper.cs │ │ │ ├── FilterRegistryProvider.cs │ │ │ ├── GlobalFilter.cs │ │ │ ├── GlobalFilterRegistry.cs │ │ │ ├── IFilterRegistry.cs │ │ │ └── InjectableAttributeFilterProvider.cs │ │ ├── Metadata │ │ │ ├── CreateMetadataArguments.cs │ │ │ ├── CustomMetadataProvider.cs │ │ │ ├── IMetadataAttributeHandler.cs │ │ │ ├── MetadataAttribute.cs │ │ │ ├── MetadataAttributeMapping.cs │ │ │ └── MetadataAttributeReader.cs │ │ ├── Models │ │ │ ├── BinderRegistratrionExpression.cs │ │ │ ├── FilterableBinderProvider.cs │ │ │ ├── IFilterableModelBinder.cs │ │ │ ├── ModelBinderRegistry.cs │ │ │ └── ModelBinderRegistryProvider.cs │ │ ├── Modules │ │ │ ├── AllHttpModulesRegistry.cs │ │ │ ├── HttpApplicationExtensions.cs │ │ │ ├── HttpModule.cs │ │ │ ├── HttpModuleManager.cs │ │ │ ├── HttpModuleRegistry.cs │ │ │ ├── HttpModuleRuntimeRegistrar.cs │ │ │ ├── IHttpModuleManager.cs │ │ │ ├── IHttpModuleProvider.cs │ │ │ └── TurbineHttpModule.cs │ │ ├── MvcTurbine.Web.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── RotorContext.cs │ │ ├── TurbineApplication.cs │ │ ├── TurbineDependencyResolver.cs │ │ ├── TypeExtensions.cs │ │ └── Views │ │ │ ├── AllViewEngineRegistry.cs │ │ │ ├── AssemblyResourceFile.cs │ │ │ ├── EmbeddedView.cs │ │ │ ├── EmbeddedViewResolver.cs │ │ │ ├── EmbeddedViewTable.cs │ │ │ ├── EmbeddedViewVirtualPathProvider.cs │ │ │ ├── IEmbeddedViewResolver.cs │ │ │ ├── IViewEngineManager.cs │ │ │ ├── IViewEngineProvider.cs │ │ │ ├── TurbineViewPageActivator.cs │ │ │ ├── ViewEngine.cs │ │ │ ├── ViewEngineManager.cs │ │ │ └── ViewEngineRegistry.cs │ ├── MvcTurbine.Windsor.Tests │ │ ├── MvcTurbine.Windsor.Tests.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── WindsorRegistrationTests.cs │ │ └── WindsorResolutionTests.cs │ ├── MvcTurbine.Windsor │ │ ├── MvcTurbine.Windsor.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TurbineRegistrationList.cs │ │ ├── WindsorRegistrator.cs │ │ └── WindsorServiceLocator.cs │ ├── MvcTurbine.sln │ ├── MvcTurbine │ │ ├── Blades │ │ │ ├── Blade.cs │ │ │ ├── BladeList.cs │ │ │ └── IBlade.cs │ │ ├── CollectionExtensions.cs │ │ ├── ComponentModel │ │ │ ├── AssemblyDependencyException.cs │ │ │ ├── AssemblyFilter.cs │ │ │ ├── AutoRegistrationList.cs │ │ │ ├── CommonAssemblyFilter.cs │ │ │ ├── ComponentReg.cs │ │ │ ├── DefaultAutoRegistrator.cs │ │ │ ├── DefaultBinAssemblyLoader.cs │ │ │ ├── DependencyResolutionException.cs │ │ │ ├── EmptyServiceInjector.cs │ │ │ ├── EmptyServiceReleaser.cs │ │ │ ├── ExceptionExtensions.cs │ │ │ ├── IAutoRegistrator.cs │ │ │ ├── IBinAssemblyLoader.cs │ │ │ ├── IServiceInjector.cs │ │ │ ├── IServiceLocator.cs │ │ │ ├── IServiceRegistrar.cs │ │ │ ├── IServiceRegistration.cs │ │ │ ├── IServiceReleaser.cs │ │ │ ├── ISupportAutoRegistration.cs │ │ │ ├── Registration.cs │ │ │ ├── RegistrationFilters.cs │ │ │ ├── ServiceLocatorExtensions.cs │ │ │ ├── ServiceLocatorManager.cs │ │ │ ├── ServiceRegistration.cs │ │ │ ├── ServiceResolutionException.cs │ │ │ └── TypeCache.cs │ │ ├── IRotorContext.cs │ │ ├── ITurbineApplication.cs │ │ ├── MvcTurbine.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── Routing │ │ │ └── IRouteRegistrator.cs │ │ └── TypeExtensions.cs │ ├── MvcTurbine_Tests.sln │ ├── MvcTurbine_With_Host.sln │ ├── SampleRazorViews │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SampleRazorViews.csproj │ │ └── Views │ │ │ ├── Home │ │ │ ├── About.cshtml │ │ │ ├── Index.cshtml │ │ │ └── Info.cshtml │ │ │ ├── Shared │ │ │ ├── Error.cshtml │ │ │ ├── _Layout.cshtml │ │ │ └── _LogOnPartial.cshtml │ │ │ └── _ViewStart.cshtml │ ├── ServiceLocator_Tests.sln │ └── SimpleHost │ │ ├── Content │ │ └── Site.css │ │ ├── Controllers │ │ ├── AccountController.cs │ │ └── HomeController.cs │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── Models │ │ └── AccountModels.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Scripts │ │ ├── MicrosoftAjax.debug.js │ │ ├── MicrosoftAjax.js │ │ ├── MicrosoftMvcAjax.debug.js │ │ ├── MicrosoftMvcAjax.js │ │ ├── MicrosoftMvcValidation.debug.js │ │ ├── MicrosoftMvcValidation.js │ │ ├── jquery-1.4.1-vsdoc.js │ │ ├── jquery-1.4.1.js │ │ ├── jquery-1.4.1.min.js │ │ ├── jquery.validate-vsdoc.js │ │ ├── jquery.validate.js │ │ └── jquery.validate.min.js │ │ ├── SimpleHost.csproj │ │ ├── Views │ │ ├── Account │ │ │ ├── ChangePassword.aspx │ │ │ ├── ChangePasswordSuccess.aspx │ │ │ ├── LogOn.aspx │ │ │ └── Register.aspx │ │ ├── Home │ │ │ ├── About.aspx │ │ │ └── Index.aspx │ │ ├── Shared │ │ │ ├── Error.aspx │ │ │ ├── LogOnUserControl.ascx │ │ │ └── Site.Master │ │ └── Web.config │ │ ├── Web.Debug.config │ │ ├── Web.Release.config │ │ └── Web.config ├── Samples │ ├── DEMO_README.txt │ ├── Features │ │ ├── ControllerInjection │ │ │ ├── ControllerInjection_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ ├── AccountController.cs │ │ │ │ └── HomeController.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Registration │ │ │ │ └── ServiceRegistration.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Services │ │ │ │ ├── IFormsAuthentication.cs │ │ │ │ ├── IMembershipService.cs │ │ │ │ ├── IMessageService.cs │ │ │ │ └── Impl │ │ │ │ │ ├── AccountMembershipService.cs │ │ │ │ │ ├── FormsAuthenticationService.cs │ │ │ │ │ └── MessageService.cs │ │ │ │ ├── Views │ │ │ │ ├── Account │ │ │ │ │ ├── ChangePassword.aspx │ │ │ │ │ ├── ChangePasswordSuccess.aspx │ │ │ │ │ ├── LogOn.aspx │ │ │ │ │ └── Register.aspx │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ ├── LogOnUserControl.ascx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ ├── CustomBlades │ │ │ ├── CustomBlades_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Blades │ │ │ │ ├── BladeDependency.cs │ │ │ │ ├── CustomBlade.cs │ │ │ │ └── IBladeDependency.cs │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Registration │ │ │ │ └── BladeRegistrations.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ ├── EmbeddedViews │ │ │ ├── EmbeddedViews.sln │ │ │ ├── Mvc │ │ │ │ ├── Controllers │ │ │ │ │ ├── HomeController.cs │ │ │ │ │ └── WebFormController.cs │ │ │ │ ├── DefaultMvcApplication.cs │ │ │ │ ├── Mvc.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── Routing │ │ │ │ │ └── DefaultRouteRegistrator.cs │ │ │ ├── MvcApplication │ │ │ │ ├── Content │ │ │ │ │ ├── Site.css │ │ │ │ │ └── themes │ │ │ │ │ │ └── base │ │ │ │ │ │ ├── images │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Global.asax │ │ │ │ ├── MvcApplication.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Scripts │ │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ │ ├── jquery-ui.js │ │ │ │ │ ├── jquery-ui.min.js │ │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ │ ├── jquery.validate.js │ │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ │ ├── jquery.validate.min.js │ │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ └── Web.config │ │ │ └── WebFormViews │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ └── About.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── WebForm │ │ │ │ │ └── Index.aspx │ │ │ │ └── WebFormViews.csproj │ │ ├── ExtensionMethods │ │ │ ├── ExtensionMethod_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Services │ │ │ │ ├── IMessageService.cs │ │ │ │ ├── Impl │ │ │ │ │ └── MessageService.cs │ │ │ │ └── ServiceConfigurator.cs │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ ├── FilterInjection │ │ │ ├── FitlerInjection_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Filters │ │ │ │ ├── ActionFilters.cs │ │ │ │ ├── BaseFilter.cs │ │ │ │ ├── CustomActionFilter.cs │ │ │ │ ├── CustomAuthorizationFilter.cs │ │ │ │ ├── GlobalFilter.cs │ │ │ │ ├── ReplayActionAttribute.cs │ │ │ │ └── ReplayAuthAttribute.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Registration │ │ │ │ └── ServiceRegistration.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteRegistrator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Services │ │ │ │ ├── IMessageService.cs │ │ │ │ └── Impl │ │ │ │ │ └── MessageService.cs │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ ├── InferredActions │ │ │ ├── InferredActions_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ ├── Details.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ ├── LoggingBlade │ │ │ ├── LoggingBlade │ │ │ │ ├── Log4netBlade.cs │ │ │ │ ├── LogAttribute.cs │ │ │ │ ├── LogAttribute.cs.orig │ │ │ │ ├── LoggingBlade.csproj │ │ │ │ └── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── LoggingBlade_Sample.sln │ │ │ └── MvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Filters │ │ │ │ ├── GlobalFilters.cs │ │ │ │ └── GlobalLoggingFilter.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── MvcApplication.csproj │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Registration │ │ │ │ └── ServiceRegistration.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Services │ │ │ │ ├── IMessageService.cs │ │ │ │ └── Impl │ │ │ │ │ └── MessageService.cs │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ ├── Web.config │ │ │ │ ├── log4net.config │ │ │ │ └── logs │ │ │ │ └── turbine_log.txt │ │ ├── ModelBinderInjection │ │ │ ├── ModelBinderInjection_Sample.sln │ │ │ └── SampleMvcApplication │ │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ │ ├── Controllers │ │ │ │ └── HomeController.cs │ │ │ │ ├── Global.asax │ │ │ │ ├── Global.asax.cs │ │ │ │ ├── Models │ │ │ │ ├── Binders.cs │ │ │ │ ├── IModelValidator.cs │ │ │ │ ├── PersonInputModel.cs │ │ │ │ ├── PersonModelBinder.cs │ │ │ │ └── PersonValidator.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Registration │ │ │ │ └── ValidationRegistration.cs │ │ │ │ ├── Routing │ │ │ │ └── RouteConfigurator.cs │ │ │ │ ├── SampleMvcApplication.csproj │ │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ │ ├── Views │ │ │ │ ├── Home │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ │ └── Web.config │ │ └── lib │ │ │ ├── MvcContrib │ │ │ ├── License.txt │ │ │ ├── Microsoft.Web.Mvc.dll │ │ │ ├── MvcContrib.FluentHtml.dll │ │ │ ├── MvcContrib.FluentHtml.xml │ │ │ ├── MvcContrib.TestHelper.XML │ │ │ ├── MvcContrib.TestHelper.dll │ │ │ ├── MvcContrib.ViewEngines.NVelocity.dll │ │ │ ├── MvcContrib.XML │ │ │ ├── MvcContrib.dll │ │ │ └── NVelocity.dll │ │ │ ├── MvcTurbine │ │ │ ├── Blades │ │ │ │ └── MvcTurbine.EmbeddedViews.dll │ │ │ ├── MvcTurbine.Web.dll │ │ │ ├── MvcTurbine.Web.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject │ │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ ├── MvcTurbine.xml │ │ │ │ ├── Ninject.dll │ │ │ │ └── Ninject.xml │ │ │ ├── StructureMap │ │ │ │ ├── MvcTurbine.StructureMap.dll │ │ │ │ ├── MvcTurbine.StructureMap.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ ├── MvcTurbine.xml │ │ │ │ ├── StructureMap.dll │ │ │ │ └── StructureMap.xml │ │ │ ├── Unity │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.dll │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.xml │ │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ │ ├── Microsoft.Practices.Unity.dll │ │ │ │ ├── Microsoft.Practices.Unity.xml │ │ │ │ ├── MvcTurbine.Unity.dll │ │ │ │ ├── MvcTurbine.Unity.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ └── MvcTurbine.xml │ │ │ ├── Windsor │ │ │ │ ├── Castle.Core.dll │ │ │ │ ├── Castle.Core.xml │ │ │ │ ├── Castle.DynamicProxy2.dll │ │ │ │ ├── Castle.DynamicProxy2.xml │ │ │ │ ├── Castle.MicroKernel.dll │ │ │ │ ├── Castle.MicroKernel.xml │ │ │ │ ├── Castle.Windsor.dll │ │ │ │ ├── Castle.Windsor.xml │ │ │ │ ├── Castle_Project_License.txt │ │ │ │ ├── MvcTurbine.Windsor.XML │ │ │ │ ├── MvcTurbine.Windsor.dll │ │ │ │ ├── MvcTurbine.dll │ │ │ │ └── MvcTurbine.xml │ │ │ └── mvctubine_license.txt │ │ │ ├── Spark │ │ │ ├── Spark.Web.Mvc.dll │ │ │ ├── Spark.Web.Mvc.pdb │ │ │ ├── Spark.dll │ │ │ └── Spark.pdb │ │ │ └── log4net │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ ├── Fubu │ │ ├── .gitignore │ │ ├── fubu_license.txt │ │ ├── lib │ │ │ ├── Common Service Locator │ │ │ │ ├── Microsoft.Practices.ServiceLocation.XML │ │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ │ └── Microsoft.Practices.ServiceLocation.pdb │ │ │ ├── FubuMVC.Core.dll │ │ │ ├── FubuMVC.Core.pdb │ │ │ ├── FubuMVC.UI.dll │ │ │ ├── FubuMVC.UI.pdb │ │ │ ├── HtmlTags.dll │ │ │ ├── HtmlTags.pdb │ │ │ └── MvcTurbine │ │ │ │ ├── Blades │ │ │ │ └── MvcTurbine.EmbeddedViews.dll │ │ │ │ ├── MvcTurbine.Web.dll │ │ │ │ ├── MvcTurbine.Web.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ ├── MvcTurbine.xml │ │ │ │ ├── Ninject │ │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ ├── MvcTurbine.xml │ │ │ │ ├── Ninject.dll │ │ │ │ └── Ninject.xml │ │ │ │ ├── StructureMap │ │ │ │ ├── MvcTurbine.StructureMap.dll │ │ │ │ ├── MvcTurbine.StructureMap.xml │ │ │ │ ├── StructureMap.dll │ │ │ │ └── StructureMap.xml │ │ │ │ ├── Unity │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.dll │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.xml │ │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ │ ├── Microsoft.Practices.Unity.dll │ │ │ │ ├── Microsoft.Practices.Unity.xml │ │ │ │ ├── MvcTurbine.Unity.dll │ │ │ │ └── MvcTurbine.Unity.xml │ │ │ │ ├── Windsor │ │ │ │ ├── Castle.Core.dll │ │ │ │ ├── Castle.Core.xml │ │ │ │ ├── Castle.DynamicProxy2.dll │ │ │ │ ├── Castle.DynamicProxy2.xml │ │ │ │ ├── Castle.MicroKernel.dll │ │ │ │ ├── Castle.MicroKernel.xml │ │ │ │ ├── Castle.Windsor.dll │ │ │ │ ├── Castle.Windsor.xml │ │ │ │ ├── Castle_Project_License.txt │ │ │ │ ├── MvcTurbine.Windsor.dll │ │ │ │ └── MvcTurbine.Windsor.xml │ │ │ │ └── mvctubine_license.txt │ │ ├── notice.txt │ │ └── src │ │ │ ├── FubuMvc.Blade │ │ │ ├── DynamicInputExtensions.cs │ │ │ ├── FubuMvc.Blade.csproj │ │ │ ├── HtmlConventionBlade.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── ServiceLocatorProxy.cs │ │ │ └── SupportingServiceRegistration.cs │ │ │ ├── HtmlConventions │ │ │ ├── CommonHtmlConventions.cs │ │ │ ├── HtmlConventions.csproj │ │ │ └── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── InputBuilders.sln │ │ │ └── WebTest │ │ │ ├── Content │ │ │ └── Site.css │ │ │ ├── Controllers │ │ │ └── ProductController.cs │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Global.asax │ │ │ ├── Global.asax.cs │ │ │ ├── Models │ │ │ └── Product.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Routing │ │ │ └── DefaultRoutes.cs │ │ │ ├── Sample.csproj │ │ │ ├── Scripts │ │ │ ├── MicrosoftAjax.debug.js │ │ │ ├── MicrosoftAjax.js │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ ├── MicrosoftMvcAjax.js │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ ├── MicrosoftMvcValidation.js │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ ├── jquery-1.3.2.js │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ ├── jquery-1.3.2.min.js │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ ├── jquery-1.4.1.js │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ ├── jquery-1.4.1.min.js │ │ │ ├── jquery.validate-vsdoc.js │ │ │ ├── jquery.validate.js │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ ├── Product │ │ │ │ └── Index.aspx │ │ │ ├── Shared │ │ │ │ ├── Error.aspx │ │ │ │ ├── LogOnUserControl.ascx │ │ │ │ └── Site.Master │ │ │ └── Web.config │ │ │ └── Web.config │ ├── NerdDinner │ │ ├── CodeCoverage.testrunconfig │ │ ├── Logs │ │ │ ├── error-2010-04-01235135Z-05d328eb-f805-46c1-ae36-3e9d6efe01de.xml │ │ │ ├── error-2010-04-01235742Z-2e5398c1-92e0-4f4e-bc22-4553b5abb24c.xml │ │ │ ├── error-2010-04-01235815Z-6acd35e0-e1c0-4e88-b0c8-80396f07f817.xml │ │ │ ├── error-2010-04-29040213Z-3b7b93ae-9076-4d99-9a5d-0dcb81f2e49f.xml │ │ │ ├── error-2010-04-29040213Z-7e35687c-b40f-46bd-9df6-5ba1ed9e34e1.xml │ │ │ └── readme.txt │ │ ├── NerdDinner.Tests │ │ │ ├── App.config │ │ │ ├── Controllers │ │ │ │ ├── AccountControllerTest.cs │ │ │ │ ├── DinnersControllerTest.cs │ │ │ │ ├── HomeControllerTest.cs │ │ │ │ ├── RSVPControllerTest.cs │ │ │ │ └── SearchControllerTest.cs │ │ │ ├── Fakes │ │ │ │ ├── FakeDinnerData.cs │ │ │ │ └── FakeDinnerRepository.cs │ │ │ ├── Helpers │ │ │ │ ├── FileNotFoundResultTests.cs │ │ │ │ └── PhoneValidatorTest.cs │ │ │ ├── Models │ │ │ │ └── DinnerTest.cs │ │ │ ├── NerdDinner.Tests.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── UnitTestHelper.cs │ │ │ └── lib │ │ │ │ └── Moq.dll │ │ ├── NerdDinner.sln │ │ ├── NerdDinner.vsmdi │ │ ├── NerdDinner │ │ │ ├── App_Browsers │ │ │ │ └── Devices │ │ │ │ │ ├── Capability Documentation.url │ │ │ │ │ ├── EULA.rtf │ │ │ │ │ ├── mobile.browser │ │ │ │ │ └── readme.txt │ │ │ ├── App_Data │ │ │ │ ├── ASPNETDB.MDF │ │ │ │ ├── NerdDinner.mdf │ │ │ │ ├── NerdDinner_log.ldf │ │ │ │ └── aspnetdb_log.LDF │ │ │ ├── ConnectionStrings.config │ │ │ ├── Content │ │ │ │ ├── Img │ │ │ │ │ ├── Mobile │ │ │ │ │ │ ├── btn-search.jpg │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ ├── logo_medium.jpg │ │ │ │ │ │ ├── logo_medium.png │ │ │ │ │ │ ├── logo_medium_trans.png │ │ │ │ │ │ └── logo_small.png │ │ │ │ │ ├── bkg.jpg │ │ │ │ │ ├── btn-go.png │ │ │ │ │ ├── btn-login.png │ │ │ │ │ ├── content-bottom.png │ │ │ │ │ ├── content-top.png │ │ │ │ │ ├── exclamation.png │ │ │ │ │ ├── header-bkg.jpg │ │ │ │ │ ├── hm-content-bkg.png │ │ │ │ │ ├── hm-content-bottom.png │ │ │ │ │ ├── hm-content-top.png │ │ │ │ │ ├── hm-masthead.png │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── menu-left-selected.png │ │ │ │ │ ├── menu-left.png │ │ │ │ │ ├── menu-right-selected.png │ │ │ │ │ ├── menu-right.png │ │ │ │ │ ├── microformat_hcalendar.png │ │ │ │ │ ├── search-bubble.png │ │ │ │ │ └── search-header.png │ │ │ │ ├── Mobile │ │ │ │ │ └── mobile-xhtml.css │ │ │ │ ├── Production.css │ │ │ │ ├── Site.css │ │ │ │ ├── iui │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── NOTICE.txt │ │ │ │ │ ├── README.txt │ │ │ │ │ ├── backButton.png │ │ │ │ │ ├── blueButton.png │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── custom.css │ │ │ │ │ ├── custom.js │ │ │ │ │ ├── grayButton.png │ │ │ │ │ ├── iPhoneLogo.png │ │ │ │ │ ├── iui.css │ │ │ │ │ ├── iui.js │ │ │ │ │ ├── iuix.css │ │ │ │ │ ├── iuix.js │ │ │ │ │ ├── listArrow.png │ │ │ │ │ ├── listArrowSel.png │ │ │ │ │ ├── listGroup.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── pinstripes.png │ │ │ │ │ ├── releaseNotes.txt │ │ │ │ │ ├── selection.png │ │ │ │ │ ├── thumb.png │ │ │ │ │ ├── toggle.png │ │ │ │ │ ├── toggleOn.png │ │ │ │ │ ├── toolButton.png │ │ │ │ │ ├── toolbar.png │ │ │ │ │ └── whiteButton.png │ │ │ │ └── nerd.jpg │ │ │ ├── Controllers │ │ │ │ ├── AccountController.cs │ │ │ │ ├── DinnersController.cs │ │ │ │ ├── HomeController.cs │ │ │ │ ├── RSVPController.cs │ │ │ │ └── SearchController.cs │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Global.asax │ │ │ ├── Global.asax.cs │ │ │ ├── Helpers │ │ │ │ ├── ControllerHelpers.cs │ │ │ │ ├── FileNotFoundResult.cs │ │ │ │ ├── HandleErrorWithELMAHAttribute.cs │ │ │ │ ├── MobileCapableWebFormViewEngine.cs │ │ │ │ ├── PaginatedList.cs │ │ │ │ ├── PhoneValidator.cs │ │ │ │ └── UrlHelperExtensions.cs │ │ │ ├── Logs │ │ │ │ └── readme.txt │ │ │ ├── Models │ │ │ │ ├── Dinner.cs │ │ │ │ ├── DinnerFormViewModel.cs │ │ │ │ ├── DinnerRepository.cs │ │ │ │ ├── IDinnerRepository.cs │ │ │ │ ├── NerdDinner.dbml │ │ │ │ ├── NerdDinner.dbml.layout │ │ │ │ ├── NerdDinner.designer.cs │ │ │ │ └── RuleViolation.cs │ │ │ ├── NerdDinner.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Registration │ │ │ │ ├── RepositoryRegistration.cs │ │ │ │ └── ServiceRegistration.cs │ │ │ ├── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ │ ├── Scripts │ │ │ │ ├── MSAjaxHistoryBundle.js │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── NerdDinner.js │ │ │ │ ├── date.format.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ └── jquery.validate.min.js │ │ │ ├── Views │ │ │ │ ├── Account │ │ │ │ │ ├── ChangePassword.aspx │ │ │ │ │ ├── ChangePasswordSuccess.aspx │ │ │ │ │ ├── LogOn.aspx │ │ │ │ │ └── Register.aspx │ │ │ │ ├── Dinners │ │ │ │ │ ├── Create.aspx │ │ │ │ │ ├── Delete.aspx │ │ │ │ │ ├── Deleted.aspx │ │ │ │ │ ├── Details.aspx │ │ │ │ │ ├── DinnerForm.ascx │ │ │ │ │ ├── Edit.aspx │ │ │ │ │ ├── EditAndDeleteLinks.ascx │ │ │ │ │ ├── Index.aspx │ │ │ │ │ ├── InvalidOwner.aspx │ │ │ │ │ ├── Map.ascx │ │ │ │ │ ├── Mobile │ │ │ │ │ │ ├── Details.aspx │ │ │ │ │ │ └── iPhone │ │ │ │ │ │ │ └── Details.aspx │ │ │ │ │ ├── NotFound.aspx │ │ │ │ │ └── RSVPStatus.ascx │ │ │ │ ├── Home │ │ │ │ │ ├── About.aspx │ │ │ │ │ ├── Index.aspx │ │ │ │ │ └── Mobile │ │ │ │ │ │ ├── Index.aspx │ │ │ │ │ │ └── iPhone │ │ │ │ │ │ └── Index.aspx │ │ │ │ ├── Shared │ │ │ │ │ ├── Confused.aspx │ │ │ │ │ ├── Error.aspx │ │ │ │ │ ├── LoginStatus.ascx │ │ │ │ │ ├── Masthead.ascx │ │ │ │ │ ├── Mobile │ │ │ │ │ │ ├── Results.aspx │ │ │ │ │ │ ├── Site.Master │ │ │ │ │ │ └── iPhone │ │ │ │ │ │ │ ├── Results.aspx │ │ │ │ │ │ │ └── Site.Master │ │ │ │ │ └── Site.Master │ │ │ │ └── Web.config │ │ │ ├── Web.config │ │ │ ├── apple-touch-icon.png │ │ │ ├── favicon.ico │ │ │ └── lib │ │ │ │ ├── ELMAH-LICENSE.txt │ │ │ │ ├── Elmah.dll │ │ │ │ ├── Elmah.pdb │ │ │ │ └── Elmah.xml │ │ ├── NerdDinner_License.txt │ │ └── lib │ │ │ └── MvcTurbine │ │ │ ├── Blades │ │ │ └── MvcTurbine.EmbeddedViews.dll │ │ │ ├── MvcTurbine.Web.dll │ │ │ ├── MvcTurbine.Web.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject.dll │ │ │ └── Ninject.xml │ │ │ ├── StructureMap │ │ │ ├── MvcTurbine.StructureMap.dll │ │ │ ├── MvcTurbine.StructureMap.xml │ │ │ ├── StructureMap.dll │ │ │ └── StructureMap.xml │ │ │ ├── Unity │ │ │ ├── Microsoft.Practices.ObjectBuilder2.dll │ │ │ ├── Microsoft.Practices.ObjectBuilder2.xml │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ ├── Microsoft.Practices.Unity.dll │ │ │ ├── Microsoft.Practices.Unity.xml │ │ │ ├── MvcTurbine.Unity.dll │ │ │ └── MvcTurbine.Unity.xml │ │ │ ├── Windsor │ │ │ ├── Castle.Core.dll │ │ │ ├── Castle.Core.xml │ │ │ ├── Castle.DynamicProxy2.dll │ │ │ ├── Castle.DynamicProxy2.xml │ │ │ ├── Castle.MicroKernel.dll │ │ │ ├── Castle.MicroKernel.xml │ │ │ ├── Castle.Windsor.dll │ │ │ ├── Castle.Windsor.xml │ │ │ ├── Castle_Project_License.txt │ │ │ ├── MvcTurbine.Windsor.XML │ │ │ └── MvcTurbine.Windsor.dll │ │ │ └── mvctubine_license.txt │ ├── Okonau │ │ ├── Domain │ │ │ ├── Domain.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── Task.cs │ │ ├── Mvc │ │ │ ├── Controllers │ │ │ │ └── TaskController.cs │ │ │ ├── Mvc.csproj │ │ │ ├── OkonauApplication.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Registrations │ │ │ │ └── DomainServiceRegistration.cs │ │ │ ├── Routing │ │ │ │ └── DefaultRouteRegistrator.cs │ │ │ ├── Services │ │ │ │ ├── ITaskService.cs │ │ │ │ └── Impl │ │ │ │ │ └── TaskService.cs │ │ │ └── ViewModels │ │ │ │ ├── TaskInputModel.cs │ │ │ │ ├── TaskModelExtensions.cs │ │ │ │ └── TaskViewModel.cs │ │ ├── MvcApplication │ │ │ ├── Content │ │ │ │ ├── Site.css │ │ │ │ ├── images │ │ │ │ │ └── okonau.jpg │ │ │ │ └── themes │ │ │ │ │ └── base │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ └── jquery-ui.css │ │ │ ├── Global.asax │ │ │ ├── MvcApplication.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Scripts │ │ │ │ ├── MicrosoftAjax.debug.js │ │ │ │ ├── MicrosoftAjax.js │ │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ │ ├── MicrosoftMvcAjax.js │ │ │ │ ├── MicrosoftMvcValidation.debug.js │ │ │ │ ├── MicrosoftMvcValidation.js │ │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ │ ├── jquery-1.3.2.js │ │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery-1.4.1-vsdoc.js │ │ │ │ ├── jquery-1.4.1.js │ │ │ │ ├── jquery-1.4.1.min-vsdoc.js │ │ │ │ ├── jquery-1.4.1.min.js │ │ │ │ ├── jquery-1.4.4-vsdoc.js │ │ │ │ ├── jquery-1.4.4.js │ │ │ │ ├── jquery-1.4.4.min.js │ │ │ │ ├── jquery-ui.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.unobtrusive-ajax.js │ │ │ │ ├── jquery.unobtrusive-ajax.min.js │ │ │ │ ├── jquery.validate-vsdoc.js │ │ │ │ ├── jquery.validate.js │ │ │ │ ├── jquery.validate.min-vsdoc.js │ │ │ │ ├── jquery.validate.min.js │ │ │ │ ├── jquery.validate.unobtrusive.js │ │ │ │ └── jquery.validate.unobtrusive.min.js │ │ │ ├── Views │ │ │ │ ├── Shared │ │ │ │ │ ├── Error.aspx │ │ │ │ │ └── Site.Master │ │ │ │ ├── Task │ │ │ │ │ ├── About.aspx │ │ │ │ │ ├── Index.aspx │ │ │ │ │ └── New.aspx │ │ │ │ └── Web.config │ │ │ └── Web.config │ │ ├── Okonau.sln │ │ ├── Okonau.zip │ │ ├── Persistence │ │ │ ├── GenericRepository.cs │ │ │ ├── IDatabaseResolver.cs │ │ │ ├── IOkonauPersistence.cs │ │ │ ├── IRepository.cs │ │ │ ├── Mappings │ │ │ │ └── TaskMapping.cs │ │ │ ├── NHibernateSessionModule.cs │ │ │ ├── OkonauPersistence.cs │ │ │ ├── Persistence.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Registration │ │ │ │ └── RepositoryRegistration.cs │ │ │ └── SqliteDatabase.cs │ │ └── lib │ │ │ ├── AutoMapper │ │ │ └── AutoMapper.dll │ │ │ ├── MvcTurbine │ │ │ ├── MvcTurbine.Web.dll │ │ │ ├── MvcTurbine.Web.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject │ │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ │ ├── MvcTurbine.dll │ │ │ │ ├── MvcTurbine.xml │ │ │ │ ├── Ninject.dll │ │ │ │ └── Ninject.xml │ │ │ ├── StructureMap │ │ │ │ ├── MvcTurbine.StructureMap.dll │ │ │ │ ├── MvcTurbine.StructureMap.xml │ │ │ │ ├── StructureMap.dll │ │ │ │ └── StructureMap.xml │ │ │ ├── Unity │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.dll │ │ │ │ ├── Microsoft.Practices.ObjectBuilder2.xml │ │ │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ │ │ ├── Microsoft.Practices.Unity.dll │ │ │ │ ├── Microsoft.Practices.Unity.xml │ │ │ │ ├── MvcTurbine.Unity.dll │ │ │ │ └── MvcTurbine.Unity.xml │ │ │ ├── Windsor │ │ │ │ ├── Castle.Core.dll │ │ │ │ ├── Castle.Core.xml │ │ │ │ ├── Castle.Windsor.dll │ │ │ │ ├── Castle.Windsor.xml │ │ │ │ ├── Castle_Project_License.txt │ │ │ │ ├── MvcTurbine.Windsor.XML │ │ │ │ └── MvcTurbine.Windsor.dll │ │ │ └── mvctubine_license.txt │ │ │ ├── NHibernate │ │ │ ├── Antlr3.Runtime.dll │ │ │ ├── Castle.Core.dll │ │ │ ├── Castle.Core.xml │ │ │ ├── Castle.DynamicProxy.license.txt │ │ │ ├── Castle.DynamicProxy2.dll │ │ │ ├── Castle.DynamicProxy2.xml │ │ │ ├── FluentNHibernate.dll │ │ │ ├── Iesi.Collections.dll │ │ │ ├── Iesi.Collections.xml │ │ │ ├── NHibernate.ByteCode.Castle.dll │ │ │ ├── NHibernate.ByteCode.Castle.xml │ │ │ ├── NHibernate.Linq.dll │ │ │ ├── NHibernate.dll │ │ │ ├── NHibernate.xml │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ │ └── Sqlite │ │ │ ├── System.Data.SQLite.Linq.dll │ │ │ ├── System.Data.SQLite.XML │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.lib │ │ │ ├── sqlite3.def │ │ │ ├── sqlite3.dll │ │ │ └── x64 │ │ │ ├── System.Data.SQLite.DLL │ │ │ ├── System.Data.SQLite.exp │ │ │ └── System.Data.SQLite.lib │ └── build │ │ ├── binaries │ │ ├── MvcTurbine.Web.dll │ │ ├── MvcTurbine.Web.xml │ │ ├── MvcTurbine.dll │ │ ├── MvcTurbine.xml │ │ └── Ninject │ │ │ ├── MvcTurbine.Ninject.dll │ │ │ ├── MvcTurbine.Ninject.xml │ │ │ ├── MvcTurbine.dll │ │ │ ├── MvcTurbine.xml │ │ │ ├── Ninject.dll │ │ │ └── Ninject.xml │ │ └── nuget │ │ └── lib │ │ ├── MvcTurbine.Web.dll │ │ ├── MvcTurbine.Web.xml │ │ ├── MvcTurbine.dll │ │ └── MvcTurbine.xml ├── Templates │ ├── Mvc │ │ ├── Controllers │ │ │ └── HomeController.cs │ │ ├── DefaultMvcApplication.cs │ │ ├── Mvc.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Routing │ │ │ └── DefaultRouteConfigurator.cs │ ├── MvcApplication.sln │ ├── MvcApplication │ │ ├── Content │ │ │ └── Site.css │ │ ├── Default.aspx │ │ ├── Default.aspx.cs │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── MvcApplication.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Scripts │ │ │ ├── MicrosoftAjax.debug.js │ │ │ ├── MicrosoftAjax.js │ │ │ ├── MicrosoftMvcAjax.debug.js │ │ │ ├── MicrosoftMvcAjax.js │ │ │ ├── jquery-1.3.2-vsdoc.js │ │ │ ├── jquery-1.3.2.js │ │ │ ├── jquery-1.3.2.min-vsdoc.js │ │ │ └── jquery-1.3.2.min.js │ │ ├── Views │ │ │ ├── Home │ │ │ │ ├── About.aspx │ │ │ │ └── Index.aspx │ │ │ ├── Shared │ │ │ │ ├── Error.aspx │ │ │ │ └── Site.Master │ │ │ └── Web.config │ │ └── Web.config │ └── bin │ │ ├── Castle.Core.dll │ │ ├── Castle.Core.xml │ │ ├── Castle.DynamicProxy2.dll │ │ ├── Castle.DynamicProxy2.xml │ │ ├── Castle.MicroKernel.dll │ │ ├── Castle.MicroKernel.xml │ │ ├── Castle.Windsor.dll │ │ ├── Castle.Windsor.xml │ │ ├── MvcTurbine.Windsor.XML │ │ ├── MvcTurbine.Windsor.dll │ │ ├── MvcTurbine.dll │ │ └── MvcTurbine.xml └── mvcturbine.snk └── tools └── nuget └── NuGet.Core.dll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/README.markdown -------------------------------------------------------------------------------- /TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/TODO.txt -------------------------------------------------------------------------------- /deploy/v1.0.0.0/MvcTurbine.Windsor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v1.0.0.0/MvcTurbine.Windsor.zip -------------------------------------------------------------------------------- /deploy/v1.0.0.0/MvcTurbine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v1.0.0.0/MvcTurbine.zip -------------------------------------------------------------------------------- /deploy/v1.0.0.0/windsorturbine.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v1.0.0.0/windsorturbine.msi -------------------------------------------------------------------------------- /deploy/v2.0.0.0/MvcTurbine_Sample_Features.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/MvcTurbine_Sample_Features.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/MvcTurbine_VS_Templates.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/MvcTurbine_VS_Templates.msi -------------------------------------------------------------------------------- /deploy/v2.0.0.0/MvcTurbines_Binaries.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/MvcTurbines_Binaries.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/NerdDinner.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/NerdDinner.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/Okonau.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/Okonau.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/ninject_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/ninject_template.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/structuremap_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/structuremap_template.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/unity_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/unity_template.zip -------------------------------------------------------------------------------- /deploy/v2.0.0.0/windsor_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.0.0.0/windsor_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/MvcTurbine_Binaries_MVC1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/MvcTurbine_Binaries_MVC1.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/MvcTurbine_Sample_Features.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/MvcTurbine_Sample_Features.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/MvcTurbine_VS_Templates.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/MvcTurbine_VS_Templates.msi -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/NerdDinner.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/NerdDinner.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/Okonau.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/Okonau.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/ninject_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/ninject_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/structuremap_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/structuremap_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/unity_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/unity_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc1/windsor_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc1/windsor_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/MvcTurbine_Binaries_MVC2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/MvcTurbine_Binaries_MVC2.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/MvcTurbine_Sample_Features.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/MvcTurbine_Sample_Features.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/MvcTurbine_VS2010_Templates.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/MvcTurbine_VS2010_Templates.msi -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/Okonau.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/Okonau.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/ninject_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/ninject_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/structuremap_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/structuremap_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/unity_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/unity_template.zip -------------------------------------------------------------------------------- /deploy/v2.1.0.0_mvc2/windsor_template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/deploy/v2.1.0.0_mvc2/windsor_template.zip -------------------------------------------------------------------------------- /lib/autofac/Autofac License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac License.txt -------------------------------------------------------------------------------- /lib/autofac/Autofac.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.Configuration.dll -------------------------------------------------------------------------------- /lib/autofac/Autofac.Integration.Wcf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.Integration.Wcf.dll -------------------------------------------------------------------------------- /lib/autofac/Autofac.Integration.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.Integration.Web.Mvc.dll -------------------------------------------------------------------------------- /lib/autofac/Autofac.Integration.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.Integration.Web.dll -------------------------------------------------------------------------------- /lib/autofac/Autofac.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.XML -------------------------------------------------------------------------------- /lib/autofac/Autofac.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Autofac.dll -------------------------------------------------------------------------------- /lib/autofac/Moq License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/Moq License.txt -------------------------------------------------------------------------------- /lib/autofac/NMock2 License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/NMock2 License.txt -------------------------------------------------------------------------------- /lib/autofac/NUnit License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/autofac/NUnit License.txt -------------------------------------------------------------------------------- /lib/castle/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle.Core.dll -------------------------------------------------------------------------------- /lib/castle/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle.Core.xml -------------------------------------------------------------------------------- /lib/castle/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /lib/castle/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle.Windsor.dll -------------------------------------------------------------------------------- /lib/castle/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle.Windsor.xml -------------------------------------------------------------------------------- /lib/castle/Castle_Project_License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/Castle_Project_License.txt -------------------------------------------------------------------------------- /lib/castle/windsor.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/castle/windsor.xsd -------------------------------------------------------------------------------- /lib/log4net/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/log4net/log4net.dll -------------------------------------------------------------------------------- /lib/log4net/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/log4net/log4net.xml -------------------------------------------------------------------------------- /lib/moq/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/moq/License.txt -------------------------------------------------------------------------------- /lib/moq/Moq.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/moq/Moq.chm -------------------------------------------------------------------------------- /lib/moq/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/moq/Moq.dll -------------------------------------------------------------------------------- /lib/moq/Moq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/moq/Moq.pdb -------------------------------------------------------------------------------- /lib/moq/Moq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/moq/Moq.xml -------------------------------------------------------------------------------- /lib/mvc3beta/System.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvc3beta/System.Web.Mvc.dll -------------------------------------------------------------------------------- /lib/mvc3beta/System.Web.Mvc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvc3beta/System.Web.Mvc.xml -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.Castle.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.Castle.dll -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.Castle.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.Castle.pdb -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.Castle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.Castle.xml -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.dll -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.pdb -------------------------------------------------------------------------------- /lib/mvccontrib/MvcContrib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvccontrib/MvcContrib.xml -------------------------------------------------------------------------------- /lib/mvctoolkit/MVCToolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/mvctoolkit/MVCToolkit.dll -------------------------------------------------------------------------------- /lib/nhibernate/ABC.hbm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/ABC.hbm.xml -------------------------------------------------------------------------------- /lib/nhibernate/Bamboo.Prevalence.Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Bamboo.Prevalence.Util.dll -------------------------------------------------------------------------------- /lib/nhibernate/Bamboo.Prevalence.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Bamboo.Prevalence.dll -------------------------------------------------------------------------------- /lib/nhibernate/Bamboo.Prevalence.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Bamboo.Prevalence.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.Core.dll -------------------------------------------------------------------------------- /lib/nhibernate/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.Core.xml -------------------------------------------------------------------------------- /lib/nhibernate/Castle.DynamicProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.DynamicProxy.dll -------------------------------------------------------------------------------- /lib/nhibernate/Castle.DynamicProxy.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.DynamicProxy.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/Castle.DynamicProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.DynamicProxy.xml -------------------------------------------------------------------------------- /lib/nhibernate/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/nhibernate/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /lib/nhibernate/FluentNHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/FluentNHibernate.dll -------------------------------------------------------------------------------- /lib/nhibernate/FluentNHibernate.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/FluentNHibernate.pdb -------------------------------------------------------------------------------- /lib/nhibernate/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /lib/nhibernate/Iesi.Collections.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Iesi.Collections.Test.dll -------------------------------------------------------------------------------- /lib/nhibernate/Iesi.Collections.Test.dll-results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Iesi.Collections.Test.dll-results.xml -------------------------------------------------------------------------------- /lib/nhibernate/Iesi.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Iesi.Collections.dll -------------------------------------------------------------------------------- /lib/nhibernate/Iesi.Collections.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Iesi.Collections.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/Iesi.Collections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Iesi.Collections.xml -------------------------------------------------------------------------------- /lib/nhibernate/Lucene.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Lucene.Net.dll -------------------------------------------------------------------------------- /lib/nhibernate/Lucene.Net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Lucene.Net.xml -------------------------------------------------------------------------------- /lib/nhibernate/Memcached.ClientLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Memcached.ClientLibrary.dll -------------------------------------------------------------------------------- /lib/nhibernate/Memcached.ClientLibrary.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Memcached.ClientLibrary.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.MemCache.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.MemCache.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.MemCache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.MemCache.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.MemCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.MemCache.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.Prevalence.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.Prevalence.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.Prevalence.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.Prevalence.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.Prevalence.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.Prevalence.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.SysCache.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.SysCache.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.SysCache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.SysCache.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.SysCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.SysCache.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.SysCache2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.SysCache2.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Caches.SysCache2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Caches.SysCache2.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.DomainModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.DomainModel.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.DomainModel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.DomainModel.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Examples.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Examples.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Examples.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Examples.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.JetDriver.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.JetDriver.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.JetDriver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.JetDriver.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.JetDriver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.JetDriver.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Mapping.Attributes.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Mapping.Attributes.Test.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Mapping.Attributes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Mapping.Attributes.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Mapping.Attributes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Mapping.Attributes.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tasks.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tasks.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Test.Performance.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Test.Performance.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Test.Performance.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Test.Performance.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Test.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Test.dll-results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Test.dll-results.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Test.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Test.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.HbmXsd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.HbmXsd.exe -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.hbm2net.Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.hbm2net.Console.exe -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.hbm2net.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.hbm2net.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.hbm2net.Tests.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.hbm2net.Tests.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.hbm2net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.hbm2net.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.Tool.hbm2net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.Tool.hbm2net.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.Oracle.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.Oracle.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.Oracle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.Oracle.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.SqlTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.SqlTypes.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.SqlTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.SqlTypes.xml -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.UserTypes.Tests.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.UserTypes.Tests.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.dll -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/NHibernate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NHibernate.xml -------------------------------------------------------------------------------- /lib/nhibernate/NVelocity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NVelocity.dll -------------------------------------------------------------------------------- /lib/nhibernate/NVelocity.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/NVelocity.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.NHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.NHibernate.dll -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.NHibernate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.NHibernate.xml -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.Tests.dll -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.Tests.dll-results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.Tests.dll-results.xml -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.Tests.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.Tests.dll.config -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.dll -------------------------------------------------------------------------------- /lib/nhibernate/Nullables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Nullables.xml -------------------------------------------------------------------------------- /lib/nhibernate/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Rhino.Mocks.dll -------------------------------------------------------------------------------- /lib/nhibernate/Rhino.Mocks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/Rhino.Mocks.xml -------------------------------------------------------------------------------- /lib/nhibernate/TestEnbeddedConfig.cfg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/TestEnbeddedConfig.cfg.xml -------------------------------------------------------------------------------- /lib/nhibernate/hibernate.cfg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/hibernate.cfg.xml -------------------------------------------------------------------------------- /lib/nhibernate/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/nhibernate/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/log4net.dll -------------------------------------------------------------------------------- /lib/nhibernate/log4net.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/log4net.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/log4net.xml -------------------------------------------------------------------------------- /lib/nhibernate/nhibernate-configuration.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nhibernate-configuration.xsd -------------------------------------------------------------------------------- /lib/nhibernate/nhibernate-mapping.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nhibernate-mapping.xsd -------------------------------------------------------------------------------- /lib/nhibernate/nmock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nmock.dll -------------------------------------------------------------------------------- /lib/nhibernate/nmock.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nmock.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nunit.core.dll -------------------------------------------------------------------------------- /lib/nhibernate/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nunit.framework.dll -------------------------------------------------------------------------------- /lib/nhibernate/nunit.framework.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/nunit.framework.license.txt -------------------------------------------------------------------------------- /lib/nhibernate/releasenotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nhibernate/releasenotes.txt -------------------------------------------------------------------------------- /lib/ninject/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/ninject/Ninject.dll -------------------------------------------------------------------------------- /lib/ninject/Ninject.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/ninject/Ninject.pdb -------------------------------------------------------------------------------- /lib/ninject/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/ninject/Ninject.xml -------------------------------------------------------------------------------- /lib/ninject/Ninject_License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/ninject/Ninject_License.txt -------------------------------------------------------------------------------- /lib/nunit/Failure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/Failure.jpg -------------------------------------------------------------------------------- /lib/nunit/Ignored.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/Ignored.jpg -------------------------------------------------------------------------------- /lib/nunit/NUnitFitTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/NUnitFitTests.html -------------------------------------------------------------------------------- /lib/nunit/NUnitTests.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/NUnitTests.config -------------------------------------------------------------------------------- /lib/nunit/NUnitTests.nunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/NUnitTests.nunit -------------------------------------------------------------------------------- /lib/nunit/Success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/Success.jpg -------------------------------------------------------------------------------- /lib/nunit/clr.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/clr.bat -------------------------------------------------------------------------------- /lib/nunit/fit-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/fit-license.txt -------------------------------------------------------------------------------- /lib/nunit/fit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/fit.dll -------------------------------------------------------------------------------- /lib/nunit/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/license.txt -------------------------------------------------------------------------------- /lib/nunit/mock-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/mock-assembly.dll -------------------------------------------------------------------------------- /lib/nunit/nonamespace-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nonamespace-assembly.dll -------------------------------------------------------------------------------- /lib/nunit/notestfixtures-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/notestfixtures-assembly.dll -------------------------------------------------------------------------------- /lib/nunit/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console-runner.dll -------------------------------------------------------------------------------- /lib/nunit/nunit-console-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console-x86.exe -------------------------------------------------------------------------------- /lib/nunit/nunit-console-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console-x86.exe.config -------------------------------------------------------------------------------- /lib/nunit/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console.exe -------------------------------------------------------------------------------- /lib/nunit/nunit-console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console.exe.config -------------------------------------------------------------------------------- /lib/nunit/nunit-console.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-console.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit-gui-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-gui-runner.dll -------------------------------------------------------------------------------- /lib/nunit/nunit-gui.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-gui.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-x86.exe -------------------------------------------------------------------------------- /lib/nunit/nunit-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit-x86.exe.config -------------------------------------------------------------------------------- /lib/nunit/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.core.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.core.extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.core.extensions.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.core.interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.core.interfaces.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.core.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.core.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.exe -------------------------------------------------------------------------------- /lib/nunit/nunit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.exe.config -------------------------------------------------------------------------------- /lib/nunit/nunit.extensions.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.extensions.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.fixtures.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.fixtures.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.fixtures.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.fixtures.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.framework.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.framework.extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.framework.extensions.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.framework.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.framework.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.framework.xml -------------------------------------------------------------------------------- /lib/nunit/nunit.mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.mocks.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.mocks.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.mocks.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.uikit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.uikit.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.uikit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.uikit.tests.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.util.dll -------------------------------------------------------------------------------- /lib/nunit/nunit.util.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/nunit.util.tests.dll -------------------------------------------------------------------------------- /lib/nunit/runFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/runFile.exe -------------------------------------------------------------------------------- /lib/nunit/runFile.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/runFile.exe.config -------------------------------------------------------------------------------- /lib/nunit/test-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/test-assembly.dll -------------------------------------------------------------------------------- /lib/nunit/test-utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/test-utilities.dll -------------------------------------------------------------------------------- /lib/nunit/timing-tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nunit/timing-tests.dll -------------------------------------------------------------------------------- /lib/nvelocity/NVelocity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/nvelocity/NVelocity.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Castle.Core.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Castle.DynamicProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Castle.DynamicProxy.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Castle.Windsor.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Rhino.Mocks.dll -------------------------------------------------------------------------------- /lib/rhinomocks/Rhino.Testing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/rhinomocks/Rhino.Testing.dll -------------------------------------------------------------------------------- /lib/structuremap/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/LICENSE.TXT -------------------------------------------------------------------------------- /lib/structuremap/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/Rhino.Mocks.dll -------------------------------------------------------------------------------- /lib/structuremap/StructureMap.AutoMocking.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMap.AutoMocking.dll -------------------------------------------------------------------------------- /lib/structuremap/StructureMap.AutoMocking.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMap.AutoMocking.xml -------------------------------------------------------------------------------- /lib/structuremap/StructureMap.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMap.chm -------------------------------------------------------------------------------- /lib/structuremap/StructureMap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMap.dll -------------------------------------------------------------------------------- /lib/structuremap/StructureMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMap.xml -------------------------------------------------------------------------------- /lib/structuremap/StructureMapDoctor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/structuremap/StructureMapDoctor.exe -------------------------------------------------------------------------------- /lib/system.web.mvc/Microsoft.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/Microsoft.Web.Mvc.dll -------------------------------------------------------------------------------- /lib/system.web.mvc/Microsoft.Web.Mvc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/Microsoft.Web.Mvc.pdb -------------------------------------------------------------------------------- /lib/system.web.mvc/System.Web.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/System.Web.Abstractions.dll -------------------------------------------------------------------------------- /lib/system.web.mvc/System.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/System.Web.Mvc.dll -------------------------------------------------------------------------------- /lib/system.web.mvc/System.Web.Mvc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/System.Web.Mvc.xml -------------------------------------------------------------------------------- /lib/system.web.mvc/System.Web.Routing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/system.web.mvc/System.Web.Routing.dll -------------------------------------------------------------------------------- /lib/unity/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/unity/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /lib/unity/Microsoft.Practices.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/unity/Microsoft.Practices.Unity.dll -------------------------------------------------------------------------------- /lib/unity/Microsoft.Practices.Unity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/unity/Microsoft.Practices.Unity.xml -------------------------------------------------------------------------------- /lib/unity/unity_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/lib/unity/unity_license.txt -------------------------------------------------------------------------------- /res/img/full-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/res/img/full-logo-large.png -------------------------------------------------------------------------------- /src/Blades/EmbeddedViews/Blades.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/EmbeddedViews/Blades.sln -------------------------------------------------------------------------------- /src/Blades/Fluent_Validation/lib/AutoMoq/AutoMoq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/Fluent_Validation/lib/AutoMoq/AutoMoq.dll -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Areas/IAreaDependency.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Areas/IAreaDependency.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Areas/SimpleAreaDependency.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Areas/SimpleAreaDependency.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Controllers/SimpleController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Controllers/SimpleController.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/DefaultMvcApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/DefaultMvcApplication.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Model/SimpleModelMetadataProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Model/SimpleModelMetadataProvider.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Routing/DefaultRouteRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Routing/DefaultRouteRegistrator.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Services/IMessageService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Services/IMessageService.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc/Services/MessageService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc/Services/MessageService.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/Mvc2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/Mvc2.sln -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Areas/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Areas/Web.config -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Default.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Default.aspx.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/MvcApplication.Publish.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/MvcApplication.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/MvcApplication.csproj -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Home/About.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Home/About.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Home/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Home/Index.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Shared/Error.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Shared/Error.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Shared/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Shared/Site.Master -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Simple/About.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Simple/About.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Simple/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Simple/Index.aspx -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcTurbine.Mvc2/AreaBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcTurbine.Mvc2/AreaBlade.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcTurbine.Mvc2/ModelMetadataBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcTurbine.Mvc2/ModelMetadataBlade.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcTurbine.Mvc2/ModelValidatorBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcTurbine.Mvc2/ModelValidatorBlade.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcTurbine.Mvc2/MvcTurbine.Mvc2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcTurbine.Mvc2/MvcTurbine.Mvc2.csproj -------------------------------------------------------------------------------- /src/Blades/MVC2/MvcTurbine.Mvc2/ValueProviderBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/MvcTurbine.Mvc2/ValueProviderBlade.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Content/QuickLinks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Content/QuickLinks.css -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Extensions.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/QuickLinks.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/QuickLinks.csproj -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/QuickLinksRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/QuickLinksRegistration.cs -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/MicrosoftMvcAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/MicrosoftMvcAjax.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1-vsdoc.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/jquery-1.4.1.min.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Scripts/jquery.validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Scripts/jquery.validate.js -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Views/Links/Index.ascx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Views/Links/Index.ascx -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Views/Web.config -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/Web.config -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/images/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/images/globe.png -------------------------------------------------------------------------------- /src/Blades/MVC2/QuickLinks/images/navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/MVC2/QuickLinks/images/navigation.png -------------------------------------------------------------------------------- /src/Blades/NHibernate/AnotherMappings/TaskDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/AnotherMappings/TaskDatabase.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/AnotherMappings/TaskMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/AnotherMappings/TaskMapping.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/AnotherModel/AnotherModel.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/AnotherModel/AnotherModel.csproj -------------------------------------------------------------------------------- /src/Blades/NHibernate/AnotherModel/Task.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/AnotherModel/Task.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Common/Common.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Common/Common.csproj -------------------------------------------------------------------------------- /src/Blades/NHibernate/Common/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Common/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Common/SimpleSessionProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Common/SimpleSessionProvider.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Common/SqliteDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Common/SqliteDatabase.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Domain/Domain.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Domain/Domain.csproj -------------------------------------------------------------------------------- /src/Blades/NHibernate/Domain/EntityBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Domain/EntityBase.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Domain/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Domain/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mappings/Mappings.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mappings/Mappings.csproj -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mappings/PersonDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mappings/PersonDatabase.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mappings/PersonMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mappings/PersonMap.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mappings/SomeSessionProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mappings/SomeSessionProvider.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/Controllers/CrudController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/Controllers/CrudController.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/Controllers/FooController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/Controllers/FooController.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/Controllers/TaskController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/Controllers/TaskController.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/DefaultMvcApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/DefaultMvcApplication.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Blades/NHibernate/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Data/Person.db3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Data/Person.db3 -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Data/Task.db3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Data/Task.db3 -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcTurbine.Data/IRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcTurbine.Data/IRepository.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/MvcTurbine.Data/RepositoryBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/MvcTurbine.Data/RepositoryBase.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/NHibernate.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/NHibernate.sln -------------------------------------------------------------------------------- /src/Blades/NHibernate/SomeModel/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/SomeModel/Person.cs -------------------------------------------------------------------------------- /src/Blades/NHibernate/SomeModel/SomeModel.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NHibernate/SomeModel/SomeModel.csproj -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Bus/AnotherHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Bus/AnotherHandler.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Bus/TestHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Bus/TestHandler.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Bus/TestMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Bus/TestMessage.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Controllers/ControllerExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Controllers/ControllerExt.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Controllers/MessageResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Controllers/MessageResult.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/DefaultMvcApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/DefaultMvcApplication.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Services/BroadcastService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Services/BroadcastService.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Services/IBroadcastService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Services/IBroadcastService.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/Services/LogService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/Services/LogService.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/Mvc/WindsorObjectBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/Mvc/WindsorObjectBuilder.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Default.aspx -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Default.aspx.cs -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Blades/NServiceBus/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Blades/NServiceBus/NSB_Blade.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/NSB_Blade.sln -------------------------------------------------------------------------------- /src/Blades/NServiceBus/TestMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/NServiceBus/TestMessage.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/DefaultMvcApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/DefaultMvcApplication.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Models/Name.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Models/Name.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Models/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Models/Person.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/Mvc/Routing/DefaultRouteRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/Mvc/Routing/DefaultRouteRegistrator.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/MvcApplication.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/MvcApplication.csproj -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Home/About.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Home/About.aspx -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Home/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Home/Index.aspx -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Home/Info.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Home/Info.aspx -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Shared/Error.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Shared/Error.aspx -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Shared/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Shared/Site.Master -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/DefaultRenderers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/DefaultRenderers.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/IRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/IRenderer.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/IRendererManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/IRendererManager.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/IRendererRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/IRendererRegistry.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/MvcTurbine.Poco.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/MvcTurbine.Poco.csproj -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/PocoActionInvoker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/PocoActionInvoker.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/PocoActionResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/PocoActionResult.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/PocoActionResultExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/PocoActionResultExt.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/RendererBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/RendererBlade.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/RendererManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/RendererManager.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/RendererReg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/RendererReg.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/RendererRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/RendererRegistry.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/MvcTurbine.Poco/Renderers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/MvcTurbine.Poco/Renderers.cs -------------------------------------------------------------------------------- /src/Blades/POCOs/POCO_Support.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/POCOs/POCO_Support.sln -------------------------------------------------------------------------------- /src/Blades/lib/Mvc2Futures/Microsoft.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Mvc2Futures/Microsoft.Web.Mvc.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/MvcTurbine.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/MvcTurbine.Web.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/MvcTurbine.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/MvcTurbine.Web.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.Ninject.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.Ninject.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/Ninject.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Ninject/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Ninject/Ninject.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/StructureMap/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/StructureMap/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/StructureMap/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/StructureMap/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/StructureMap/StructureMap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/StructureMap/StructureMap.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/StructureMap/StructureMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/StructureMap/StructureMap.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Unity/MvcTurbine.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Unity/MvcTurbine.Unity.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Unity/MvcTurbine.Unity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Unity/MvcTurbine.Unity.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Unity/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Unity/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Unity/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Unity/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/Castle.Core.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/Castle.Core.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/Castle.Windsor.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/Castle.Windsor.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.Windsor.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.Windsor.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/Windsor/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Blades/lib/MvcTurbine/mvctubine_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/MvcTurbine/mvctubine_license.txt -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.Core.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.Core.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.DynamicProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.DynamicProxy.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.DynamicProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.DynamicProxy.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.Windsor.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Castle.Windsor.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/FluentNHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/FluentNHibernate.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/FluentNHibernate.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/FluentNHibernate.pdb -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Iesi.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Iesi.Collections.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Iesi.Collections.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Iesi.Collections.license.txt -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/Iesi.Collections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/Iesi.Collections.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.ByteCode.Castle.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.ByteCode.Castle.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.ByteCode.Castle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.ByteCode.Castle.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.Caches.MemCache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.Caches.MemCache.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.Caches.MemCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.Caches.MemCache.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.Caches.SysCache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.Caches.SysCache.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.Caches.SysCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.Caches.SysCache.xml -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.Linq.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/NHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/NHibernate.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/log4net.dll -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/log4net.license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/log4net.license.txt -------------------------------------------------------------------------------- /src/Blades/lib/NHibernate/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NHibernate/log4net.xml -------------------------------------------------------------------------------- /src/Blades/lib/NServiceBus/NServiceBus.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NServiceBus/NServiceBus.Core.dll -------------------------------------------------------------------------------- /src/Blades/lib/NServiceBus/NServiceBus.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NServiceBus/NServiceBus.Core.xml -------------------------------------------------------------------------------- /src/Blades/lib/NServiceBus/NServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NServiceBus/NServiceBus.dll -------------------------------------------------------------------------------- /src/Blades/lib/NServiceBus/NServiceBus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NServiceBus/NServiceBus.xml -------------------------------------------------------------------------------- /src/Blades/lib/NServiceBus/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/NServiceBus/log4net.dll -------------------------------------------------------------------------------- /src/Blades/lib/Newtonsoft/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Newtonsoft/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /src/Blades/lib/Newtonsoft/Newtonsoft.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Newtonsoft/Newtonsoft.Json.pdb -------------------------------------------------------------------------------- /src/Blades/lib/Newtonsoft/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Newtonsoft/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/System.Data.SQLite.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/System.Data.SQLite.Linq.dll -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/System.Data.SQLite.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/System.Data.SQLite.XML -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/System.Data.SQLite.dll -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/System.Data.SQLite.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/System.Data.SQLite.lib -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/sqlite3.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/sqlite3.def -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/sqlite3.dll -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/x64/System.Data.SQLite.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/x64/System.Data.SQLite.DLL -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/x64/System.Data.SQLite.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/x64/System.Data.SQLite.exp -------------------------------------------------------------------------------- /src/Blades/lib/Sqlite/x64/System.Data.SQLite.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/Sqlite/x64/System.Data.SQLite.lib -------------------------------------------------------------------------------- /src/Blades/lib/log4net/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/log4net/log4net.dll -------------------------------------------------------------------------------- /src/Blades/lib/log4net/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Blades/lib/log4net/log4net.xml -------------------------------------------------------------------------------- /src/Engine/CommonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/CommonInfo.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Content/Site.css -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Controllers/Actions/MyActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Controllers/Actions/MyActions.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/FooAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/FooAttribute.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/GlobalFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/GlobalFilter.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/Home.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/Home.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/HomeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/HomeAction.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/MyGlobalFilters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/MyGlobalFilters.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Filters/MyHomeFilters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Filters/MyHomeFilters.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Global.asax -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Global.asax.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Models/AppBinderRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Models/AppBinderRegistry.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Models/Bar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Models/Bar.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Models/BarBinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Models/BarBinder.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Models/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Models/Person.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Models/PersonBinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Models/PersonBinder.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Modules/MyModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Modules/MyModule.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Modules/MyModuleRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Modules/MyModuleRegistry.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Mvc3Host.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Mvc3Host.csproj -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Routing/MvcRouting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Routing/MvcRouting.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/MicrosoftAjax.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/MicrosoftAjax.debug.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/MicrosoftMvcAjax.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/MicrosoftMvcAjax.debug.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/MicrosoftMvcAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/MicrosoftMvcAjax.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/MicrosoftMvcValidation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/MicrosoftMvcValidation.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery-1.4.1-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery-1.4.1-vsdoc.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery-1.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery-1.4.1.min.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery.unobtrusive-ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery.unobtrusive-ajax.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery.validate-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery.validate-vsdoc.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery.validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery.validate.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Scripts/jquery.validate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Scripts/jquery.validate.min.js -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Services/FooService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Services/FooService.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Services/IFooService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Services/IFooService.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Services/ServiceRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Services/ServiceRegistry.cs -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Views/Web.config -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Web.Debug.config -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Web.Release.config -------------------------------------------------------------------------------- /src/Engine/Mvc3Host/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/Mvc3Host/Web.config -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Autofac/AutofacServiceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Autofac/AutofacServiceLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Autofac/MvcTurbine.Autofac.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Autofac/MvcTurbine.Autofac.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Autofac/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Autofac/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Autofac/TurbineAutofacModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Autofac/TurbineAutofacModule.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/MvcTurbine.Ninject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/MvcTurbine.Ninject.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/NinjectModuleRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/NinjectModuleRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/NinjectRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/NinjectRegistrator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/NinjectServiceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/NinjectServiceLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Ninject/TurbineModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Ninject/TurbineModule.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.StructureMap/TurbineRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.StructureMap/TurbineRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/Blades/BladeListTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/Blades/BladeListTest.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/Blades/BladeTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/Blades/BladeTest.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/Blades/MockBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/Blades/MockBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/CollectionExtensionsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/CollectionExtensionsTests.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/MvcTurbine.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/MvcTurbine.Tests.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Tests/TypeExtensionsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Tests/TypeExtensionsTests.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Unity/MvcTurbine.Unity.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Unity/MvcTurbine.Unity.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Unity/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Unity/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Unity/UnityRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Unity/UnityRegistrator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Unity/UnityServiceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Unity/UnityServiceLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Tests/TestFixtureBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Tests/TestFixtureBase.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Views/DynamicLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Views/DynamicLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Views/HtmlHelperExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Views/HtmlHelperExtensions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Views/TurbinePage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Views/TurbinePage.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Views/TurbinePageView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Views/TurbinePageView.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web.Views/ViewExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web.Views/ViewExtensions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/ControllerBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/ControllerBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/CoreBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/CoreBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/CoreBlades.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/CoreBlades.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/EmbeddedViewBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/EmbeddedViewBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/FilterBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/FilterBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/HttpModuleBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/HttpModuleBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/InferredActionBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/InferredActionBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/InferredActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/InferredActions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/ModelBinderBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/ModelBinderBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/RoutingBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/RoutingBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Blades/ViewBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Blades/ViewBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Config/Engine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Config/Engine.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Config/EngineBladeExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Config/EngineBladeExt.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Config/EngineExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Config/EngineExt.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Controllers/InferredAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Controllers/InferredAction.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Controllers/MvcRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Controllers/MvcRegistration.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Filters/ActionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Filters/ActionFilter.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Filters/Filter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Filters/Filter.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Filters/GlobalFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Filters/GlobalFilter.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Filters/IFilterRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Filters/IFilterRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Metadata/MetadataAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Metadata/MetadataAttribute.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Models/ModelBinderRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Models/ModelBinderRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/HttpModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/HttpModule.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/HttpModuleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/HttpModuleManager.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/HttpModuleRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/HttpModuleRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/IHttpModuleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/IHttpModuleManager.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/IHttpModuleProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/IHttpModuleProvider.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Modules/TurbineHttpModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Modules/TurbineHttpModule.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/MvcTurbine.Web.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/MvcTurbine.Web.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Properties/Resources.resx -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/RotorContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/RotorContext.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/TurbineApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/TurbineApplication.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/TurbineDependencyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/TurbineDependencyResolver.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/TypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/TypeExtensions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/AllViewEngineRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/AllViewEngineRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/AssemblyResourceFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/AssemblyResourceFile.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/EmbeddedView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/EmbeddedView.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/EmbeddedViewResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/EmbeddedViewResolver.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/EmbeddedViewTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/EmbeddedViewTable.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/IEmbeddedViewResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/IEmbeddedViewResolver.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/IViewEngineManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/IViewEngineManager.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/IViewEngineProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/IViewEngineProvider.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/ViewEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/ViewEngine.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/ViewEngineManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/ViewEngineManager.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Web/Views/ViewEngineRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Web/Views/ViewEngineRegistry.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Windsor/MvcTurbine.Windsor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Windsor/MvcTurbine.Windsor.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Windsor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Windsor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Windsor/TurbineRegistrationList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Windsor/TurbineRegistrationList.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Windsor/WindsorRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Windsor/WindsorRegistrator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.Windsor/WindsorServiceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.Windsor/WindsorServiceLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine.sln -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Blades/Blade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Blades/Blade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Blades/BladeList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Blades/BladeList.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Blades/IBlade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Blades/IBlade.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/CollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/CollectionExtensions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/AssemblyFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/AssemblyFilter.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/ComponentReg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/ComponentReg.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/IAutoRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/IAutoRegistrator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/IServiceInjector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/IServiceInjector.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/IServiceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/IServiceLocator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/IServiceReleaser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/IServiceReleaser.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/Registration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/Registration.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ComponentModel/TypeCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ComponentModel/TypeCache.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/IRotorContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/IRotorContext.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/ITurbineApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/ITurbineApplication.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/MvcTurbine.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/MvcTurbine.csproj -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Properties/Resources.resx -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/Routing/IRouteRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/Routing/IRouteRegistrator.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine/TypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine/TypeExtensions.cs -------------------------------------------------------------------------------- /src/Engine/MvcTurbine_Tests.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine_Tests.sln -------------------------------------------------------------------------------- /src/Engine/MvcTurbine_With_Host.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/MvcTurbine_With_Host.sln -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/SampleRazorViews.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/SampleRazorViews.csproj -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/Views/Home/About.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/Views/Home/About.cshtml -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/Views/Home/Index.cshtml -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/Views/Home/Info.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/Views/Home/Info.cshtml -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/Views/Shared/Error.cshtml -------------------------------------------------------------------------------- /src/Engine/SampleRazorViews/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SampleRazorViews/Views/_ViewStart.cshtml -------------------------------------------------------------------------------- /src/Engine/ServiceLocator_Tests.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/ServiceLocator_Tests.sln -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Content/Site.css -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Global.asax -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Global.asax.cs -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Models/AccountModels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Models/AccountModels.cs -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/MicrosoftAjax.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/MicrosoftAjax.debug.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/MicrosoftMvcAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/MicrosoftMvcAjax.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/jquery-1.4.1-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/jquery-1.4.1-vsdoc.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/jquery-1.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/jquery-1.4.1.min.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/jquery.validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/jquery.validate.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Scripts/jquery.validate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Scripts/jquery.validate.min.js -------------------------------------------------------------------------------- /src/Engine/SimpleHost/SimpleHost.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/SimpleHost.csproj -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Account/LogOn.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Account/LogOn.aspx -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Account/Register.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Account/Register.aspx -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Home/About.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Home/About.aspx -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Home/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Home/Index.aspx -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Shared/Error.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Shared/Error.aspx -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Shared/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Shared/Site.Master -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Views/Web.config -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Web.Debug.config -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Web.Release.config -------------------------------------------------------------------------------- /src/Engine/SimpleHost/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Engine/SimpleHost/Web.config -------------------------------------------------------------------------------- /src/Samples/DEMO_README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/DEMO_README.txt -------------------------------------------------------------------------------- /src/Samples/Features/EmbeddedViews/EmbeddedViews.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/EmbeddedViews/EmbeddedViews.sln -------------------------------------------------------------------------------- /src/Samples/Features/EmbeddedViews/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/EmbeddedViews/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Samples/Features/LoggingBlade/MvcApplication/logs/turbine_log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcContrib/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcContrib/License.txt -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcContrib/MvcContrib.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcContrib/MvcContrib.XML -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcContrib/MvcContrib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcContrib/MvcContrib.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcContrib/NVelocity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcContrib/NVelocity.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcTurbine/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcTurbine/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/MvcTurbine/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/MvcTurbine/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/Features/lib/Spark/Spark.Web.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/Spark/Spark.Web.Mvc.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/Spark/Spark.Web.Mvc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/Spark/Spark.Web.Mvc.pdb -------------------------------------------------------------------------------- /src/Samples/Features/lib/Spark/Spark.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/Spark/Spark.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/Spark/Spark.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/Spark/Spark.pdb -------------------------------------------------------------------------------- /src/Samples/Features/lib/log4net/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/log4net/log4net.dll -------------------------------------------------------------------------------- /src/Samples/Features/lib/log4net/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Features/lib/log4net/log4net.xml -------------------------------------------------------------------------------- /src/Samples/Fubu/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/.gitignore -------------------------------------------------------------------------------- /src/Samples/Fubu/fubu_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/fubu_license.txt -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/FubuMVC.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/FubuMVC.Core.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/FubuMVC.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/FubuMVC.Core.pdb -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/FubuMVC.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/FubuMVC.UI.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/FubuMVC.UI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/FubuMVC.UI.pdb -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/HtmlTags.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/HtmlTags.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/HtmlTags.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/HtmlTags.pdb -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.Web.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.Web.xml -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/Ninject/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/Ninject/Ninject.dll -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/Ninject/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/Ninject/Ninject.xml -------------------------------------------------------------------------------- /src/Samples/Fubu/lib/MvcTurbine/mvctubine_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/lib/MvcTurbine/mvctubine_license.txt -------------------------------------------------------------------------------- /src/Samples/Fubu/notice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/notice.txt -------------------------------------------------------------------------------- /src/Samples/Fubu/src/InputBuilders.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/InputBuilders.sln -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Content/Site.css -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Default.aspx -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Default.aspx.cs -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Global.asax -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Global.asax.cs -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Models/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Models/Product.cs -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Routing/DefaultRoutes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Routing/DefaultRoutes.cs -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Sample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Sample.csproj -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Scripts/jquery-1.3.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Scripts/jquery-1.3.2.js -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Scripts/jquery-1.4.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Scripts/jquery-1.4.1.js -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Views/Product/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Views/Product/Index.aspx -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Views/Shared/Error.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Views/Shared/Error.aspx -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Views/Shared/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Views/Shared/Site.Master -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Views/Web.config -------------------------------------------------------------------------------- /src/Samples/Fubu/src/WebTest/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Fubu/src/WebTest/Web.config -------------------------------------------------------------------------------- /src/Samples/NerdDinner/CodeCoverage.testrunconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/CodeCoverage.testrunconfig -------------------------------------------------------------------------------- /src/Samples/NerdDinner/Logs/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/Logs/readme.txt -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner.Tests/App.config -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner.Tests/lib/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner.Tests/lib/Moq.dll -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner.sln -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner.vsmdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner.vsmdi -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/Img/bkg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/Img/bkg.jpg -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/Site.css -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/iui/iui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/iui/iui.css -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/iui/iui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/iui/iui.js -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/iui/iuix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/iui/iuix.js -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Content/nerd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Content/nerd.jpg -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Default.aspx -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Default.aspx.cs -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Global.asax -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Global.asax.cs -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Logs/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Logs/readme.txt -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Models/Dinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Models/Dinner.cs -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/NerdDinner.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/NerdDinner.csproj -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Views/Web.config -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/Web.config -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/favicon.ico -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/lib/Elmah.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/lib/Elmah.dll -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/lib/Elmah.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/lib/Elmah.pdb -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner/lib/Elmah.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner/lib/Elmah.xml -------------------------------------------------------------------------------- /src/Samples/NerdDinner/NerdDinner_License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/NerdDinner_License.txt -------------------------------------------------------------------------------- /src/Samples/NerdDinner/lib/MvcTurbine/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/lib/MvcTurbine/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/NerdDinner/lib/MvcTurbine/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/NerdDinner/lib/MvcTurbine/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/Domain/Domain.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Domain/Domain.csproj -------------------------------------------------------------------------------- /src/Samples/Okonau/Domain/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Domain/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Domain/Task.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Domain/Task.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/Controllers/TaskController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/Controllers/TaskController.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/OkonauApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/OkonauApplication.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/Services/ITaskService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/Services/ITaskService.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/Services/Impl/TaskService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/Services/Impl/TaskService.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/ViewModels/TaskInputModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/ViewModels/TaskInputModel.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Mvc/ViewModels/TaskViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Mvc/ViewModels/TaskViewModel.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Samples/Okonau/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Samples/Okonau/MvcApplication/Views/Task/New.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/MvcApplication/Views/Task/New.aspx -------------------------------------------------------------------------------- /src/Samples/Okonau/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Samples/Okonau/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Samples/Okonau/Okonau.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Okonau.sln -------------------------------------------------------------------------------- /src/Samples/Okonau/Okonau.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Okonau.zip -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/GenericRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/GenericRepository.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/IDatabaseResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/IDatabaseResolver.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/IOkonauPersistence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/IOkonauPersistence.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/IRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/IRepository.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/OkonauPersistence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/OkonauPersistence.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/Persistence.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/Persistence.csproj -------------------------------------------------------------------------------- /src/Samples/Okonau/Persistence/SqliteDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/Persistence/SqliteDatabase.cs -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/AutoMapper/AutoMapper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/AutoMapper/AutoMapper.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.Web.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.Web.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/Ninject/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/Ninject/Ninject.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/MvcTurbine/Ninject/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/MvcTurbine/Ninject/Ninject.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/Castle.Core.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/Castle.Core.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/NHibernate.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/NHibernate.Linq.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/NHibernate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/NHibernate.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/NHibernate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/NHibernate.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/log4net.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/NHibernate/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/NHibernate/log4net.xml -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.XML -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.dll -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/Sqlite/System.Data.SQLite.lib -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/Sqlite/sqlite3.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/Sqlite/sqlite3.def -------------------------------------------------------------------------------- /src/Samples/Okonau/lib/Sqlite/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/Okonau/lib/Sqlite/sqlite3.dll -------------------------------------------------------------------------------- /src/Samples/build/binaries/MvcTurbine.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/MvcTurbine.Web.dll -------------------------------------------------------------------------------- /src/Samples/build/binaries/MvcTurbine.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/MvcTurbine.Web.xml -------------------------------------------------------------------------------- /src/Samples/build/binaries/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/build/binaries/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/build/binaries/Ninject/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/Ninject/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/build/binaries/Ninject/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/Ninject/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Samples/build/binaries/Ninject/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/Ninject/Ninject.dll -------------------------------------------------------------------------------- /src/Samples/build/binaries/Ninject/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/binaries/Ninject/Ninject.xml -------------------------------------------------------------------------------- /src/Samples/build/nuget/lib/MvcTurbine.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/nuget/lib/MvcTurbine.Web.dll -------------------------------------------------------------------------------- /src/Samples/build/nuget/lib/MvcTurbine.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/nuget/lib/MvcTurbine.Web.xml -------------------------------------------------------------------------------- /src/Samples/build/nuget/lib/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/nuget/lib/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Samples/build/nuget/lib/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Samples/build/nuget/lib/MvcTurbine.xml -------------------------------------------------------------------------------- /src/Templates/Mvc/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/Mvc/Controllers/HomeController.cs -------------------------------------------------------------------------------- /src/Templates/Mvc/DefaultMvcApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/Mvc/DefaultMvcApplication.cs -------------------------------------------------------------------------------- /src/Templates/Mvc/Mvc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/Mvc/Mvc.csproj -------------------------------------------------------------------------------- /src/Templates/Mvc/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/Mvc/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Templates/Mvc/Routing/DefaultRouteConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/Mvc/Routing/DefaultRouteConfigurator.cs -------------------------------------------------------------------------------- /src/Templates/MvcApplication.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication.sln -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Content/Site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Content/Site.css -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Default.aspx -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Default.aspx.cs -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Global.asax -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Global.asax.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Global.asax.cs -------------------------------------------------------------------------------- /src/Templates/MvcApplication/MvcApplication.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/MvcApplication.csproj -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Scripts/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Scripts/MicrosoftAjax.js -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Scripts/jquery-1.3.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Scripts/jquery-1.3.2.js -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Views/Home/About.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Views/Home/About.aspx -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Views/Home/Index.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Views/Home/Index.aspx -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Views/Shared/Error.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Views/Shared/Error.aspx -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Views/Shared/Site.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Views/Shared/Site.Master -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Views/Web.config -------------------------------------------------------------------------------- /src/Templates/MvcApplication/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/MvcApplication/Web.config -------------------------------------------------------------------------------- /src/Templates/bin/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.Core.dll -------------------------------------------------------------------------------- /src/Templates/bin/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.Core.xml -------------------------------------------------------------------------------- /src/Templates/bin/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /src/Templates/bin/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /src/Templates/bin/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /src/Templates/bin/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /src/Templates/bin/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.Windsor.dll -------------------------------------------------------------------------------- /src/Templates/bin/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/Castle.Windsor.xml -------------------------------------------------------------------------------- /src/Templates/bin/MvcTurbine.Windsor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/MvcTurbine.Windsor.XML -------------------------------------------------------------------------------- /src/Templates/bin/MvcTurbine.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/MvcTurbine.Windsor.dll -------------------------------------------------------------------------------- /src/Templates/bin/MvcTurbine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/MvcTurbine.dll -------------------------------------------------------------------------------- /src/Templates/bin/MvcTurbine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/Templates/bin/MvcTurbine.xml -------------------------------------------------------------------------------- /src/mvcturbine.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/src/mvcturbine.snk -------------------------------------------------------------------------------- /tools/nuget/NuGet.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lozanotek/mvcturbine/HEAD/tools/nuget/NuGet.Core.dll --------------------------------------------------------------------------------