Download ASP.Net MVP Framework

Description

A project to get you started with creating and designing websites. The project is intended to provide you with guidance for whatever you want to do in ASP.Net. We hope to make it easier for you to create and reuse your websites by focusing on productivity and quality.

Icons

ASP.Net MVP Framework

Source Files

The download file aspnetmvp.zip has the following entries.


App/AdventureWorks_MVP.sln/*ww  w . j  a v a2s  .c  om*/
App/Core/AdventureWorks.Application/AdventureWorks.Application.csproj
App/Core/AdventureWorks.Application/Controllers/AppController.cs
App/Core/AdventureWorks.Application/Data/AdventureWorksDataContext.cs
App/Core/AdventureWorks.Application/Data/aworks.dbml
App/Core/AdventureWorks.Application/Data/aworks.dbml.layout
App/Core/AdventureWorks.Application/Data/aworks.designer.cs
App/Core/AdventureWorks.Application/Presenters/DefaultPresenter.cs
App/Core/AdventureWorks.Application/Presenters/LoginPresenter.cs
App/Core/AdventureWorks.Application/Presenters/Production/DefaultPresenter.cs
App/Core/AdventureWorks.Application/Properties/AssemblyInfo.cs
App/Core/AdventureWorks.Application/ViewModels/Production/Default/ProductSelector.cs
App/Core/AdventureWorks.Application/Views/IDefaultView.cs
App/Core/AdventureWorks.Application/Views/ILoginView.cs
App/Core/AdventureWorks.Application/Views/Production/IDefaultView.cs
App/Core/AdventureWorks.Application/app.config
App/Core/AppExtensions/AppExtensions.csproj
App/Core/AppExtensions/Controllers/BaseController.cs
App/Core/AppExtensions/Exceptions/ConnectionStringMissingException.cs
App/Core/AppExtensions/Exceptions/ConnectionStringNotConnectableException.cs
App/Core/AppExtensions/Exceptions/ConnectionStringProviderNameMissingException.cs
App/Core/AppExtensions/Exceptions/ConnectionStringProviderNameUnknownException.cs
App/Core/AppExtensions/Exceptions/ParameterNotFoundException.cs
App/Core/AppExtensions/Exceptions/RouteNotRegisteredException.cs
App/Core/AppExtensions/Exceptions/WrongTypeParameterExceptionOfT.cs
App/Core/AppExtensions/Extensions/NullableExtension.cs
App/Core/AppExtensions/Extensions/PropertyDictionaryCreator.cs
App/Core/AppExtensions/Helpers/EventHelper.cs
App/Core/AppExtensions/Helpers/ExceptionUtil.cs
App/Core/AppExtensions/Helpers/Guard.cs
App/Core/AppExtensions/Helpers/IBuilder.cs
App/Core/AppExtensions/Helpers/Singleton.cs
App/Core/AppExtensions/Helpers/With.cs
App/Core/AppExtensions/Presenters/BasePresenter.cs
App/Core/AppExtensions/Properties/AssemblyInfo.cs
App/Core/AppExtensions/Routing/Route.cs
App/Core/AppExtensions/Routing/Router.cs
App/Core/AppExtensions/Views/IBaseView.cs
App/Core/AppExtensions/Views/SessionDictionary.cs
App/Core/AspNetExtensions/AspNetExtensions.csproj
App/Core/AspNetExtensions/Exceptions/Http500Exception.cs
App/Core/AspNetExtensions/ExpressionBuilders/CodeExpressionBuilder.cs
App/Core/AspNetExtensions/ExpressionBuilders/ContextObjectExpressionBuilder.cs
App/Core/AspNetExtensions/ExpressionBuilders/HttpsUrlExpressionBuilder.cs
App/Core/AspNetExtensions/ExpressionBuilders/ProfileExpressionBuilder.cs
App/Core/AspNetExtensions/ExpressionBuilders/VersionExpressionBuilder.cs
App/Core/AspNetExtensions/Helpers/AspNetAutomaticLifeflowControllerBuilder.cs
App/Core/AspNetExtensions/Helpers/AspNetManualLifeflowControllerBuilder.cs
App/Core/AspNetExtensions/Helpers/AutomaticLifeflowController.cs
App/Core/AspNetExtensions/Helpers/ManualLifeflowController.cs
App/Core/AspNetExtensions/Helpers/SslTools.cs
App/Core/AspNetExtensions/Pages/BasePage.cs
App/Core/AspNetExtensions/Pages/ContextPage.cs
App/Core/AspNetExtensions/Pages/ViewAddressAttribute.cs
App/Core/AspNetExtensions/Properties/AssemblyInfo.cs
App/Core/AspNetExtensions/Routing/BasePageRoute.cs
App/Core/AspNetExtensions/Routing/FormsRedirectToLoginRoute.cs
App/Core/AspNetExtensions/Web/SessionState/SessionDictionaryWrapper.cs
App/Framework/AppExtensions/AppExtensions.csproj
App/Framework/AppExtensions/Controllers/BaseController.cs
App/Framework/AppExtensions/Exceptions/ConnectionStringMissingException.cs
App/Framework/AppExtensions/Exceptions/ConnectionStringNotConnectableException.cs
App/Framework/AppExtensions/Exceptions/ConnectionStringProviderNameMissingException.cs
App/Framework/AppExtensions/Exceptions/ConnectionStringProviderNameUnknownException.cs
App/Framework/AppExtensions/Exceptions/ParameterNotFoundException.cs
App/Framework/AppExtensions/Exceptions/RouteNotRegisteredException.cs
App/Framework/AppExtensions/Exceptions/WrongTypeParameterExceptionOfT.cs
App/Framework/AppExtensions/Extensions/NullableExtension.cs
App/Framework/AppExtensions/Extensions/PropertyDictionaryCreator.cs
App/Framework/AppExtensions/Helpers/EventHelper.cs
App/Framework/AppExtensions/Helpers/ExceptionUtil.cs
App/Framework/AppExtensions/Helpers/Guard.cs
App/Framework/AppExtensions/Helpers/IBuilder.cs
App/Framework/AppExtensions/Helpers/Singleton.cs
App/Framework/AppExtensions/Helpers/With.cs
App/Framework/AppExtensions/Presenters/BasePresenter.cs
App/Framework/AppExtensions/Properties/AssemblyInfo.cs
App/Framework/AppExtensions/Routing/Route.cs
App/Framework/AppExtensions/Routing/Router.cs
App/Framework/AppExtensions/Views/IBaseView.cs
App/Framework/AppExtensions/Views/SessionDictionary.cs
App/Framework/AspNetExtensions/AspNetExtensions.csproj
App/Framework/AspNetExtensions/Exceptions/Http500Exception.cs
App/Framework/AspNetExtensions/ExpressionBuilders/CodeExpressionBuilder.cs
App/Framework/AspNetExtensions/ExpressionBuilders/ContextObjectExpressionBuilder.cs
App/Framework/AspNetExtensions/ExpressionBuilders/HttpsUrlExpressionBuilder.cs
App/Framework/AspNetExtensions/ExpressionBuilders/ProfileExpressionBuilder.cs
App/Framework/AspNetExtensions/ExpressionBuilders/VersionExpressionBuilder.cs
App/Framework/AspNetExtensions/Helpers/AspNetAutomaticLifeflowControllerBuilder.cs
App/Framework/AspNetExtensions/Helpers/AspNetManualLifeflowControllerBuilder.cs
App/Framework/AspNetExtensions/Helpers/AutomaticLifeflowController.cs
App/Framework/AspNetExtensions/Helpers/ManualLifeflowController.cs
App/Framework/AspNetExtensions/Helpers/SslTools.cs
App/Framework/AspNetExtensions/Pages/BasePage.cs
App/Framework/AspNetExtensions/Pages/ContextPage.cs
App/Framework/AspNetExtensions/Pages/ViewAddressAttribute.cs
App/Framework/AspNetExtensions/Properties/AssemblyInfo.cs
App/Framework/AspNetExtensions/Resources/ExceptionMessages.Designer.cs
App/Framework/AspNetExtensions/Resources/ExceptionMessages.resx
App/Framework/AspNetExtensions/Routing/BasePageRoute.cs
App/Framework/AspNetExtensions/Routing/FormsRedirectToLoginRoute.cs
App/Framework/AspNetExtensions/Web/SessionState/SessionDictionaryWrapper.cs
App/Readme.txt
App/Tests/AdventureWorks.Application.Tests/AdventureWorks.Application.Tests.csproj
App/Tests/AdventureWorks.Application.Tests/Presenters/Production/DefaultPresenter/DefaultTest.cs
App/Tests/AdventureWorks.Application.Tests/Properties/AssemblyInfo.cs
App/Tests/AdventureWorks.Application.Tests/app.config
App/Tests/AppExtensionsTests/AppExtensionsTests.csproj
App/Tests/AppExtensionsTests/Extensions/PropertyDictionaryCreatorTest.cs
App/Tests/AppExtensionsTests/Properties/AssemblyInfo.cs
App/Tests/AppExtensionsTests/WithTest.cs
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/EntLibConfig.exe.config
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.Database.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Caching.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Common.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Data.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Logging.Database.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Logging.Database.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Logging.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.AzMan.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.Cache.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Security.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.Design.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/Microsoft.Practices.EnterpriseLibrary.Validation.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/MsmqDistributor.exe.config
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Bin/MsmqDistributor.xml
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/EnterpriseLibrary.HxS
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_AIndex_83762a1c8e3e4dcf943e3e9ae974517a.HxK
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_Collection_83762a1c8e3e4dcf943e3e9ae974517a.HxC
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_FIndex_83762a1c8e3e4dcf943e3e9ae974517a.HxK
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_KIndex_83762a1c8e3e4dcf943e3e9ae974517a.HxK
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_NUrlIndex_83762a1c8e3e4dcf943e3e9ae974517a.HxK
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Module Retargetable Folder/_TOC_83762a1c8e3e4dcf943e3e9ae974517a.HxT
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Docs/Release Notes - Enterprise Library 3.1 - May 2007.htm
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Enterprise Library Blogs.url
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/Enterprise Library Community.url
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/InstallServices.bat
App/Vendor/Microsoft Enterprise Library 3.1 - May 2007/src/Enterprise Library May 2007 - Source Code.msi
App/WebSites/www/App_Browsers/CSSFriendlyAdapters.browser_
App/WebSites/www/App_Browsers/Form.browser_
App/WebSites/www/App_Code/Adapters/ChangePasswordAdapter.cs
App/WebSites/www/App_Code/Adapters/CompositeDataBoundControlAdapter.cs
App/WebSites/www/App_Code/Adapters/CreateUserWizardAdapter.cs
App/WebSites/www/App_Code/Adapters/DataListAdapter.cs
App/WebSites/www/App_Code/Adapters/DetailsViewAdapter.cs
App/WebSites/www/App_Code/Adapters/FormViewAdapter.cs
App/WebSites/www/App_Code/Adapters/GridViewAdapter.cs
App/WebSites/www/App_Code/Adapters/LoginAdapter.cs
App/WebSites/www/App_Code/Adapters/LoginStatusAdapter.cs
App/WebSites/www/App_Code/Adapters/MenuAdapter.cs
App/WebSites/www/App_Code/Adapters/PasswordRecoveryAdapter.cs
App/WebSites/www/App_Code/Adapters/TreeViewAdapter.cs
App/WebSites/www/App_Code/Adapters/WebControlAdapterExtender.cs
App/WebSites/www/App_Code/FormAdapter/FormRewriter.vb
App/WebSites/www/App_Themes/Default/Default.css
App/WebSites/www/App_Themes/Default/Default.skin
App/WebSites/www/App_Themes/Default/Images/html-bg.gif
App/WebSites/www/App_Themes/Default/Images/main-bg.jpg
App/WebSites/www/App_Themes/Default/_yui.css
App/WebSites/www/Bin/AjaxControlToolkit.dll.refresh
App/WebSites/www/Bin/Microsoft.Practices.EnterpriseLibrary.Common.xml
App/WebSites/www/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.xml
App/WebSites/www/Bin/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.xml
App/WebSites/www/Bin/Microsoft.Practices.EnterpriseLibrary.Logging.xml
App/WebSites/www/Company/Default.aspx
App/WebSites/www/Company/Default.aspx.cs
App/WebSites/www/Config/AppSettings.config
App/WebSites/www/Config/ConnectionStrings.config
App/WebSites/www/Config/CustomErrors.config
App/WebSites/www/Config/ExceptionHandling.config
App/WebSites/www/Config/HttpHandlers.config
App/WebSites/www/Config/HttpModules.config
App/WebSites/www/Config/Logging.config
App/WebSites/www/Config/MailSettings.config
App/WebSites/www/Config/Membership.config
App/WebSites/www/Config/Profile.config
App/WebSites/www/Config/SiteMap.config
App/WebSites/www/Config/WebServer.config
App/WebSites/www/Default.aspx
App/WebSites/www/Default.aspx.cs
App/WebSites/www/Errors/404.aspx
App/WebSites/www/Errors/404.aspx.cs
App/WebSites/www/Errors/500.aspx
App/WebSites/www/Errors/500.aspx.cs
App/WebSites/www/Errors/AccessDenied.aspx
App/WebSites/www/Errors/AccessDenied.aspx.cs
App/WebSites/www/Global.asax
App/WebSites/www/Help/Overview.aspx
App/WebSites/www/Help/Overview.aspx.cs
App/WebSites/www/Javascript/AdapterUtils.js
App/WebSites/www/Javascript/MenuAdapter.js
App/WebSites/www/Javascript/TreeViewAdapter.js
App/WebSites/www/Javascript/application.js
App/WebSites/www/Javascript/controls.js
App/WebSites/www/Javascript/dragdrop.js
App/WebSites/www/Javascript/effects.js
App/WebSites/www/Javascript/prototype.js
App/WebSites/www/Login.aspx
App/WebSites/www/Login.aspx.cs
App/WebSites/www/Members/Web.config
App/WebSites/www/Person/Web.config
App/WebSites/www/Production/Default.aspx
App/WebSites/www/Production/Default.aspx.cs
App/WebSites/www/Production/Web.config
App/WebSites/www/Sales/Web.config
App/WebSites/www/Shared/1-col.master
App/WebSites/www/Shared/1-col.master.cs
App/WebSites/www/Shared/2-col.master
App/WebSites/www/Shared/2-col.master.cs
App/WebSites/www/Shared/Doc.master
App/WebSites/www/Shared/Doc.master.cs
App/WebSites/www/Shared/HelpPages.master
App/WebSites/www/Shared/HelpPages.master.cs
App/WebSites/www/Shared/Web.sitemap
App/WebSites/www/Styles/AspNet_Login.css
App/WebSites/www/Styles/adapters/BrowserSpecific/IEMenu6.css
App/WebSites/www/Styles/adapters/ChangePassword.css
App/WebSites/www/Styles/adapters/CreateUserWizard.css
App/WebSites/www/Styles/adapters/DataList.css
App/WebSites/www/Styles/adapters/DetailsView.css
App/WebSites/www/Styles/adapters/FormView.css
App/WebSites/www/Styles/adapters/GridView.css
App/WebSites/www/Styles/adapters/Import.css
App/WebSites/www/Styles/adapters/Login.css
App/WebSites/www/Styles/adapters/LoginStatus.css
App/WebSites/www/Styles/adapters/Menu.css
App/WebSites/www/Styles/adapters/PasswordRecovery.css
App/WebSites/www/Styles/adapters/TreeView.css
App/WebSites/www/Styles/basic.css
App/WebSites/www/Styles/calendar.css
App/WebSites/www/Styles/default.css
App/WebSites/www/Styles/folders.css
App/WebSites/www/Styles/layout.css
App/WebSites/www/Styles/main.css
App/WebSites/www/Styles/minimal.css
App/WebSites/www/Styles/openidlogin.css
App/WebSites/www/Styles/scaffold.css
App/WebSites/www/Styles/style1.css
App/WebSites/www/Styles/style2.css
App/WebSites/www/Styles/style3.css
App/WebSites/www/Styles/yui.css
App/WebSites/www/Web.config
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Config/AppSettings.config
Config/ConnectionStrings.config
Config/ConnectionStrings.tmpl
Config/CustomErrors.config
Config/ExceptionHandling.config
Config/HttpHandlers.config
Config/HttpModules.config
Config/Important - How to use Tortoise Templates.txt
Config/Logging.config
Config/MailSettings.config
Config/Membership.config
Config/Profile.config
Config/SiteMap.config
Config/UpdateWebConfig.bat
Config/WebServer.config
Setup/Test/www_deploy/www_deploy.wdproj
Utils/Testing/MbUnit/MbUnit.Cons.exe.config
Utils/Testing/MbUnit/MbUnit.GUI.exe.config
Utils/Testing/MbUnit/TestProject.mbunit
Utils/Testing/Microsoft FxCop 1.35/CustomDictionary.xml
Utils/Testing/Microsoft FxCop 1.35/FxCop.chm
Utils/Testing/Microsoft FxCop 1.35/FxCop.exe.Config
Utils/Testing/Microsoft FxCop 1.35/FxCop.exe.manifest
Utils/Testing/Microsoft FxCop 1.35/FxCopCmd.exe.config
Utils/Testing/Microsoft FxCop 1.35/Repository/System.Windows.Forms.xml
Utils/Testing/Microsoft FxCop 1.35/Repository/index.xml
Utils/Testing/Microsoft FxCop 1.35/Repository/mscorlib.xml
Utils/Testing/Microsoft FxCop 1.35/Repository/system.xml
Utils/Testing/Microsoft FxCop 1.35/Repository/system32.bin
Utils/Testing/Microsoft FxCop 1.35/Xml/FxCopReport.xsd
Utils/Testing/Microsoft FxCop 1.35/Xml/FxCopReport.xsl
Utils/Testing/Microsoft FxCop 1.35/Xml/FxCopReportExcludes.xsl
Utils/Testing/Microsoft FxCop 1.35/Xml/FxCopRichConsoleOutput.xsl
Utils/Testing/Microsoft FxCop 1.35/Xml/VSConsoleOutput.xsl
Utils/Testing/NCover/Coverage.xsl
Utils/Testing/NCover/Microsoft.VC80.CRT.manifest
Utils/Testing/NCover/NCover.Console.exe.config
Utils/Testing/NCover/NCoverFAQ.html
Utils/Testing/NCoverExplorer.Extras/Common/Enumerations.cs
Utils/Testing/NCoverExplorer.Extras/Common/NCoverUtilities.cs
Utils/Testing/NCoverExplorer.Extras/Common/PathSearch.cs
Utils/Testing/NCoverExplorer.Extras/CruiseControl.Net/NCoverExplorer.xsl
Utils/Testing/NCoverExplorer.Extras/CruiseControl.Net/NCoverExplorerSummary.xsl
Utils/Testing/NCoverExplorer.Extras/CruiseControl.Net/dashboard.config
Utils/Testing/NCoverExplorer.Extras/CruiseControl.Net/readme.txt
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/AssemblyInfo.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NCover.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.csproj
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.ndoc
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.sln
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NCoverExplorer.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/NUnitProject.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/Properties/Resources.Designer.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.MSBuildTasks/Properties/Resources.resx
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/AssemblyInfo.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NCoverExplorer.NAntTasks.csproj
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NCoverExplorer.NAntTasks.sln
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NCoverExplorer.NAntTasks.xml
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NCoverExplorerTask.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NCoverTask.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NDoc2Task.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/NUnitProjectTask.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/Types/CoverageExclusion.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/Types/CoverageExclusionCollection.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/Types/ModuleThreshold.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/Types/ModuleThresholdCollection.cs
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.NAntTasks/lib/NAnt.Core.xml
Utils/Testing/NCoverExplorer.Extras/NCoverExplorer.Tasks.build
Utils/Testing/NCoverExplorer.Extras/TaskReleaseNotes.html
Utils/Testing/NCoverExplorer.Extras/bin/NCoverExplorer.MSBuildTasks.xml
Utils/Testing/NCoverExplorer.Extras/bin/NCoverExplorer.NAntTasks.xml
Utils/Testing/NCoverExplorer.Extras/doc/NAntTemplate/images/arrow.gif
Utils/Testing/NCoverExplorer.Extras/doc/NAntTemplate/images/bullet.gif
Utils/Testing/NCoverExplorer.Extras/doc/NAntTemplate/images/logo.gif
Utils/Testing/NCoverExplorer.Extras/doc/NAntTemplate/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NAntTemplate/style.css
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/MSDN.css
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.CoverageReportType.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.NCoverLogLevel.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.NCoverXmlFormat.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.TreeFilterStyle.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.TreeSortStyle.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.Common.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.CommonHierarchy.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.Assemblies.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.AssemblyList.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.CommandLineArgs.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.CommandLineExe.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.CoverageFile.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.ExcludeAttributes.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.Execute.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.LogFile.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.LogLevel.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.ProfileIIS.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.ProfileService.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.ProfiledProcessModule.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.RegisterProfiler.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.WorkingDirectory.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.XmlFormat.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCover.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverConstructor.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.ConfigName.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.CoverageFiles.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.Exclusions.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.Execute.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.FailMinimum.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.Filter.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.HtmlReportName.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.MergeFileName.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.ModuleThresholds.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.OutputDir.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.ProjectName.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.ReportType.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.SatisfactoryCoverage.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.ShowExcluded.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.Sort.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.XmlReportName.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorer.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorerConstructor.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorerMembers.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorerMethods.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverExplorerProperties.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverMembers.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverMethods.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NCoverProperties.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.AppBase.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.AppConfig.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.Assemblies.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.Execute.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.Project.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProject.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProjectConstructor.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProjectMembers.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProjectMethods.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.NUnitProjectProperties.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasks.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/NCoverExplorer.MSBuildTasksHierarchy.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/contents.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/intevent.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/intfield.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/intmethod.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/intoperator.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/intproperty.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/privevent.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/privfield.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/privmethod.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/privoperator.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/privproperty.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/protevent.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/protfield.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/protmethod.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/protoperator.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/protproperty.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/pubevent.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/pubfield.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/pubmethod.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/puboperator.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/pubproperty.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/static.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/tree.css
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/tree.js
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/treenodedot.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/treenodeminus.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.MSBuildTasks/treenodeplus.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/elements/NCoverExplorer.NAntTasks.Types.CoverageExclusion.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/elements/NCoverExplorer.NAntTasks.Types.ModuleThreshold.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/enums/NCoverExplorer.Common.NCoverLogLevel.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/enums/NCoverExplorer.Common.NCoverXmlFormat.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/filters/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/functions/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/images/arrow.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/images/bullet.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/images/logo.gif
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/style.css
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/tasks/index.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/tasks/ncover.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/tasks/ncoverexplorer.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/tasks/ndoc2.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/tasks/nunitproject.html
Utils/Testing/NCoverExplorer.Extras/doc/NCoverExplorer.NAntTasks/types/index.html
Utils/Testing/NCoverExplorer.Extras/examples/example.build
Utils/Testing/NCoverExplorer.Extras/examples/example.proj
Utils/Testing/NCoverExplorer.Extras/release.cmd
Utils/Testing/NCoverExplorer/ConsoleConfig.xsd
Utils/Testing/NCoverExplorer/ConsoleExample.config
Utils/Testing/NCoverExplorer/CoverageReport.xsl
Utils/Testing/NCoverExplorer/NCoverExplorer.exe.config
Utils/Testing/NCoverExplorer/NCoverExplorerFAQ.html
Utils/Testing/NCoverExplorer/NCoverExplorerReleaseNotes.html
Utils/Testing/NCoverExplorer/license.txt
Utils/Testing/RhinoMocks/Rhino.Mocks.xml

Download

Click the following link to download aspnetmvp.zip.

aspnetmvp.zip




















Home »
  ASP.NET Free Code »
    Design Patterns »




MVC
MVC Application
MVC Control
MVC Design Patterns
MVC Framework
MVC Library
MVC Sample
MVC View
MVP
MVVM