From 7e14f6113ed6abf9eed18589260236a9ff90fb4d Mon Sep 17 00:00:00 2001 From: danroth27 Date: Mon, 29 Feb 2016 09:07:15 -0800 Subject: [PATCH] Move mvc folder under aspnet --- {mvc => aspnet/mvc}/Makefile | 0 {mvc => aspnet/mvc}/conf.py | 0 {mvc => aspnet/mvc}/controllers/actions.rst | 0 .../mvc}/controllers/application-model.rst | 0 {mvc => aspnet/mvc}/controllers/areas.rst | 0 .../mvc}/controllers/dependency-injection.rst | 0 .../_static/server-greeting.png | Bin .../sample/ControllerDepInjection.sln | 0 .../dependency-injection/sample/global.json | 0 .../sample/src/ControllerDI/ControllerDI.xproj | 0 .../src/ControllerDI/Controllers/HomeController.cs | 0 .../ControllerDI/Controllers/SettingsController.cs | 0 .../sample/src/ControllerDI/Interfaces/IDateTime.cs | 0 .../src/ControllerDI/Model/SampleWebSettings.cs | 0 .../src/ControllerDI/Properties/launchSettings.json | 0 .../src/ControllerDI/Services/SystemDateTime.cs | 0 .../sample/src/ControllerDI/Startup.cs | 0 .../sample/src/ControllerDI/Views/Home/About.cshtml | 0 .../sample/src/ControllerDI/Views/Home/Index.cshtml | 0 .../src/ControllerDI/Views/Settings/Index.cshtml | 0 .../src/ControllerDI/Views/Shared/_Layout.cshtml | 0 .../sample/src/ControllerDI/Views/_ViewStart.cshtml | 0 .../sample/src/ControllerDI/project.json | 0 .../sample/src/ControllerDI/samplewebsettings.json | 0 .../sample/src/ControllerDI/wwwroot/web.config | 0 {mvc => aspnet/mvc}/controllers/error-handling.rst | 0 {mvc => aspnet/mvc}/controllers/filters.rst | 0 {mvc => aspnet/mvc}/controllers/index.rst | 0 {mvc => aspnet/mvc}/controllers/routing.rst | 0 {mvc => aspnet/mvc}/controllers/testing.rst | 0 .../first-mvc-app/adding-controller.rst | 0 .../adding-controller/_static/Thumbs.db | Bin .../adding-controller/_static/add_controller.png | Bin .../adding-controller/_static/hell1.png | Bin .../adding-controller/_static/mvc1.png | Bin .../adding-controller/_static/new_hell_ctl.png | Bin .../adding-controller/_static/rick4.png | Bin .../adding-controller/_static/rick_routedata.png | Bin .../adding-controller/_static/welcome.png | Bin .../getting-started/first-mvc-app/adding-model.rst | 0 .../first-mvc-app/adding-model/_static/Thumbs.db | Bin .../adding-model/_static/add_class.png | Bin .../adding-model/_static/add_controller.png | Bin .../adding-model/_static/add_controller2.png | Bin .../adding-model/_static/add_scaffold2.png | Bin .../first-mvc-app/adding-model/_static/cmd.png | Bin .../first-mvc-app/adding-model/_static/files.png | Bin .../first-mvc-app/adding-model/_static/folder.png | Bin .../first-mvc-app/adding-model/_static/h.png | Bin .../first-mvc-app/adding-model/_static/ints.png | Bin .../first-mvc-app/adding-model/_static/movies.png | Bin .../first-mvc-app/adding-model/_static/quick.png | Bin .../getting-started/first-mvc-app/adding-view.rst | 0 .../first-mvc-app/adding-view/_static/1.png | Bin .../first-mvc-app/adding-view/_static/Thumbs.db | Bin .../adding-view/_static/add_folder.png | Bin .../first-mvc-app/adding-view/_static/add_view.png | Bin .../adding-view/_static/add_view_dlg.png | Bin .../first-mvc-app/adding-view/_static/hell3.png | Bin .../adding-view/_static/hell_template.png | Bin .../first-mvc-app/adding-view/_static/rick.png | Bin .../first-mvc-app/controller-methods-views.rst | 0 .../controller-methods-views/_static/1.png | Bin .../controller-methods-views/_static/Thumbs.db | Bin .../controller-methods-views/_static/da.png | Bin .../controller-methods-views/_static/edit7.png | Bin .../controller-methods-views/_static/f12.png | Bin .../controller-methods-views/_static/qa.png | Bin .../controller-methods-views/_static/rm.png | Bin .../controller-methods-views/_static/val.png | Bin .../mvc}/getting-started/first-mvc-app/details.rst | 0 .../mvc}/getting-started/first-mvc-app/index.rst | 0 .../getting-started/first-mvc-app/new-field.rst | 0 .../first-mvc-app/new-field/_static/cr.png | Bin .../first-mvc-app/new-field/_static/se.png | Bin .../mvc}/getting-started/first-mvc-app/search.rst | 0 .../first-mvc-app/search/_static/f12.png | Bin .../first-mvc-app/search/_static/f12_rb.png | Bin .../first-mvc-app/search/_static/filter.png | Bin .../first-mvc-app/search/_static/fo.png | Bin .../first-mvc-app/search/_static/g2.png | Bin .../first-mvc-app/search/_static/ghost.png | Bin .../first-mvc-app/search/_static/int_get.png | Bin .../first-mvc-app/search/_static/int_m.png | Bin .../first-mvc-app/search/_static/rename.png | Bin .../first-mvc-app/search/_static/rename2.png | Bin .../first-mvc-app/search/_static/rename3.png | Bin .../first-mvc-app/search/_static/search_get.png | Bin .../getting-started/first-mvc-app/start-mvc.rst | 0 .../first-mvc-app/start-mvc/_static/1.png | Bin .../first-mvc-app/start-mvc/_static/2.png | Bin .../start-mvc/_static/_static - Shortcut.lnk | Bin .../start-mvc/_static/alt_new_project.png | Bin .../first-mvc-app/start-mvc/_static/debug_menu.png | Bin .../first-mvc-app/start-mvc/_static/iis_express.png | Bin .../first-mvc-app/start-mvc/_static/new_project.png | Bin .../start-mvc/_static/new_project2.png | Bin .../first-mvc-app/start-mvc/_static/p3.png | Bin .../first-mvc-app/start-mvc/sample/MvcMovie.sln | 0 .../first-mvc-app/start-mvc/sample/global.json | 0 .../start-mvc/sample/src/MvcMovie/.bowerrc | 0 .../src/MvcMovie/Controllers/AccountController.cs | 0 .../MvcMovie/Controllers/HelloWorldController.cs | 0 .../src/MvcMovie/Controllers/HomeController.cs | 0 .../src/MvcMovie/Controllers/ManageController.cs | 0 .../src/MvcMovie/Controllers/MoviesController.cs | 0 .../src/MvcMovie/Controllers/MoviesController1.cs | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../00000000000000_CreateIdentitySchema.cs | 0 .../Migrations/20151115185414_Initial.Designer.cs | 0 .../MvcMovie/Migrations/20151115185414_Initial.cs | 0 .../Migrations/20151117235119_Rating.Designer.cs | 0 .../MvcMovie/Migrations/20151117235119_Rating.cs | 0 .../20151118050641_DataAnnotations.Designer.cs | 0 .../Migrations/20151118050641_DataAnnotations.cs | 0 .../Migrations/ApplicationDbContextModelSnapshot.cs | 0 .../src/MvcMovie/Models/ApplicationDbContext.cs | 0 .../sample/src/MvcMovie/Models/ApplicationUser.cs | 0 .../start-mvc/sample/src/MvcMovie/Models/Movie.cs | 0 .../sample/src/MvcMovie/Models/MovieDate.cs | 0 .../sample/src/MvcMovie/Models/MovieDateRating.cs | 0 .../sample/src/MvcMovie/Models/MovieDateRatingDA.cs | 0 .../src/MvcMovie/Models/MovieDateRatingDAmult.cs | 0 .../sample/src/MvcMovie/Models/MovieNoEF.cs | 0 .../sample/src/MvcMovie/Models/SeedData.cs | 0 .../sample/src/MvcMovie/Models/SeedDataRating.cs | 0 .../start-mvc/sample/src/MvcMovie/MvcMovie.xproj | 0 .../sample/src/MvcMovie/Project_Readme.html | 0 .../src/MvcMovie/Properties/launchSettings.json | 0 .../sample/src/MvcMovie/Services/IEmailSender.cs | 0 .../sample/src/MvcMovie/Services/ISmsSender.cs | 0 .../sample/src/MvcMovie/Services/MessageServices.cs | 0 .../start-mvc/sample/src/MvcMovie/Startup.cs | 0 .../Account/ExternalLoginConfirmationViewModel.cs | 0 .../ViewModels/Account/ForgotPasswordViewModel.cs | 0 .../MvcMovie/ViewModels/Account/LoginViewModel.cs | 0 .../ViewModels/Account/RegisterViewModel.cs | 0 .../ViewModels/Account/ResetPasswordViewModel.cs | 0 .../ViewModels/Account/SendCodeViewModel.cs | 0 .../ViewModels/Account/VerifyCodeViewModel.cs | 0 .../ViewModels/Manage/AddPhoneNumberViewModel.cs | 0 .../ViewModels/Manage/ChangePasswordViewModel.cs | 0 .../Manage/ConfigureTwoFactorViewModel.cs | 0 .../MvcMovie/ViewModels/Manage/FactorViewModel.cs | 0 .../MvcMovie/ViewModels/Manage/IndexViewModel.cs | 0 .../ViewModels/Manage/ManageLoginsViewModel.cs | 0 .../ViewModels/Manage/RemoveLoginViewModel.cs | 0 .../ViewModels/Manage/SetPasswordViewModel.cs | 0 .../ViewModels/Manage/VerifyPhoneNumberViewModel.cs | 0 .../src/MvcMovie/Views/Account/ConfirmEmail.cshtml | 0 .../Views/Account/ExternalLoginConfirmation.cshtml | 0 .../Views/Account/ExternalLoginFailure.cshtml | 0 .../MvcMovie/Views/Account/ForgotPassword.cshtml | 0 .../Views/Account/ForgotPasswordConfirmation.cshtml | 0 .../src/MvcMovie/Views/Account/Lockout.cshtml | 0 .../sample/src/MvcMovie/Views/Account/Login.cshtml | 0 .../src/MvcMovie/Views/Account/Register.cshtml | 0 .../src/MvcMovie/Views/Account/ResetPassword.cshtml | 0 .../Views/Account/ResetPasswordConfirmation.cshtml | 0 .../src/MvcMovie/Views/Account/SendCode.cshtml | 0 .../src/MvcMovie/Views/Account/VerifyCode.cshtml | 0 .../src/MvcMovie/Views/HelloWorld/Index.cshtml | 0 .../src/MvcMovie/Views/HelloWorld/Index2.cshtml | 0 .../src/MvcMovie/Views/HelloWorld/Welcome.cshtml | 0 .../sample/src/MvcMovie/Views/Home/About.cshtml | 0 .../sample/src/MvcMovie/Views/Home/Contact.cshtml | 0 .../sample/src/MvcMovie/Views/Home/Index.cshtml | 0 .../src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml | 0 .../src/MvcMovie/Views/Manage/ChangePassword.cshtml | 0 .../sample/src/MvcMovie/Views/Manage/Index.cshtml | 0 .../src/MvcMovie/Views/Manage/ManageLogins.cshtml | 0 .../src/MvcMovie/Views/Manage/SetPassword.cshtml | 0 .../MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Create.cshtml | 0 .../Views/Movies/CreateRatingBrevity.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Delete.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Details.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Edit.cshtml | 0 .../src/MvcMovie/Views/Movies/EditCopy.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Index.cshtml | 0 .../sample/src/MvcMovie/Views/Movies/Index2.cshtml | 0 .../src/MvcMovie/Views/Movies/IndexGenre.cshtml | 0 .../MvcMovie/Views/Movies/IndexGenreRating.cshtml | 0 .../src/MvcMovie/Views/Movies/IndexGet.cshtml | 0 .../sample/src/MvcMovie/Views/Shared/Error.cshtml | 0 .../sample/src/MvcMovie/Views/Shared/_Layout.cshtml | 0 .../src/MvcMovie/Views/Shared/_LoginPartial.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/MvcMovie/Views/Shared/edit_view_source.html | 0 .../sample/src/MvcMovie/Views/_ViewImports.cshtml | 0 .../sample/src/MvcMovie/Views/_ViewStart.cshtml | 0 .../start-mvc/sample/src/MvcMovie/appsettings.json | 0 .../start-mvc/sample/src/MvcMovie/bower.json | 0 .../start-mvc/sample/src/MvcMovie/gulpfile.js | 0 .../start-mvc/sample/src/MvcMovie/package.json | 0 .../start-mvc/sample/src/MvcMovie/project.json | 0 .../getting-started/first-mvc-app/validation.rst | 0 .../first-mvc-app/validation/_static/chrome.png | Bin .../first-mvc-app/validation/_static/ff.png | Bin .../first-mvc-app/validation/_static/ms.png | Bin .../first-mvc-app/validation/_static/newsc.png | Bin .../first-mvc-app/validation/_static/nvar.png | Bin .../validation/_static/p8_IE9_disableJavaScript.png | Bin .../first-mvc-app/validation/_static/val.png | Bin .../first-mvc-app/working-with-sql.rst | 0 .../working-with-sql/_static/Thumbs.db | Bin .../first-mvc-app/working-with-sql/_static/dbg.png | Bin .../working-with-sql/_static/design.png | Bin .../working-with-sql/_static/di_intel.png | Bin .../first-mvc-app/working-with-sql/_static/dv.png | Bin .../first-mvc-app/working-with-sql/_static/m55.png | Bin .../first-mvc-app/working-with-sql/_static/sort.png | Bin .../first-mvc-app/working-with-sql/_static/ssox.png | Bin .../working-with-sql/_static/ssox2.png | Bin .../first-mvc-app/working-with-sql/_static/vd22.png | Bin .../mvc}/getting-started/first-web-api.rst | 0 .../first-web-api/_static/add-class.png | Bin .../first-web-api/_static/add-folder.png | Bin .../first-web-api/_static/architecture.png | Bin .../first-web-api/_static/delete.png | Bin .../first-web-api/_static/fiddler1.png | Bin .../first-web-api/_static/fiddler2.png | Bin .../first-web-api/_static/fiddler3.png | Bin .../first-web-api/_static/fiddler4.png | Bin .../first-web-api/_static/new-project.png | Bin .../getting-started/first-web-api/_static/put.png | Bin .../first-web-api/_static/web-api-project.png | Bin .../first-web-api/sample/NuGet.Config | 0 .../first-web-api/sample/TodoApi.sln | 0 .../first-web-api/sample/global.json | 0 .../src/TodoApi/Controllers/TodoController.cs | 0 .../sample/src/TodoApi/Models/ITodoRepository.cs | 0 .../sample/src/TodoApi/Models/TodoItem.cs | 0 .../sample/src/TodoApi/Models/TodoRepository.cs | 0 .../sample/src/TodoApi/Project_Readme.html | 0 .../sample/src/TodoApi/Properties/AssemblyInfo.cs | 0 .../src/TodoApi/Properties/launchSettings.json | 0 .../first-web-api/sample/src/TodoApi/Startup.cs | 0 .../first-web-api/sample/src/TodoApi/TodoApi.xproj | 0 .../first-web-api/sample/src/TodoApi/hosting.ini | 0 .../first-web-api/sample/src/TodoApi/project.json | 0 .../sample/src/TodoApi/wwwroot/web.config | 0 {mvc => aspnet/mvc}/getting-started/index.rst | 0 {mvc => aspnet/mvc}/index.rst | 0 {mvc => aspnet/mvc}/make.bat | 0 {mvc => aspnet/mvc}/migration/index.rst | 0 .../mvc}/migration/migratingauthmembership.rst | 0 .../_static/AddLoginPartial.png | Bin {mvc => aspnet/mvc}/migration/migratingconfig.rst | 0 .../_static/add-appsettings-json.png | Bin .../migratingconfig/_static/add-config-json.png | Bin .../migratingconfig/samples/WebApp1/WebApp1.sln | 0 .../migratingconfig/samples/WebApp1/global.json | 0 .../samples/WebApp1/src/WebApp1/.bowerrc | 0 .../src/WebApp1/Controllers/HomeController.cs | 0 .../samples/WebApp1/src/WebApp1/Project_Readme.html | 0 .../src/WebApp1/Properties/launchSettings.json | 0 .../samples/WebApp1/src/WebApp1/Startup.cs | 0 .../WebApp1/src/WebApp1/Views/Home/About.cshtml | 0 .../WebApp1/src/WebApp1/Views/Home/Contact.cshtml | 0 .../WebApp1/src/WebApp1/Views/Home/Index.cshtml | 0 .../WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml | 0 .../WebApp1/src/WebApp1/Views/_ViewStart.cshtml | 0 .../samples/WebApp1/src/WebApp1/WebApp1.xproj | 0 .../samples/WebApp1/src/WebApp1/appsettings.json | 0 .../samples/WebApp1/src/WebApp1/bower.json | 0 .../samples/WebApp1/src/WebApp1/gulpfile.js | 0 .../samples/WebApp1/src/WebApp1/package.json | 0 .../samples/WebApp1/src/WebApp1/project.json | 0 .../samples/WebApp1/src/WebApp1/wwwroot/web.config | 0 {mvc => aspnet/mvc}/migration/migratingfrommvc5.rst | 0 .../migratingfrommvc5/_static/add-gulpfile.png | Bin .../migratingfrommvc5/_static/addExisting.png | Bin .../migratingfrommvc5/_static/add_mvc_ctl.png | Bin .../migratingfrommvc5/_static/contact-page.png | Bin .../migratingfrommvc5/_static/hello-world.png | Bin .../new-project-select-empty-aspnet5-template.png | Bin .../_static/new-project-select-mvc-template.png | Bin .../migratingfrommvc5/_static/new-project.png | Bin .../_static/project-structure-controller-view.png | Bin .../migration/migratingfrommvc5/_static/search.png | Bin .../_static/task-runner-explorer.png | Bin .../_static/updated-gulpfile-with-concat.png | Bin .../migration/migratingfrommvc5/_static/view.png | Bin .../_static/wwwroot-lib-folder.png | Bin .../migratingfrommvc5/samples/WebApp1/WebApp1.sln | 0 .../migratingfrommvc5/samples/WebApp1/global.json | 0 .../samples/WebApp1/src/WebApp1/.bowerrc | 0 .../src/WebApp1/Controllers/HomeController.cs | 0 .../samples/WebApp1/src/WebApp1/Project_Readme.html | 0 .../src/WebApp1/Properties/launchSettings.json | 0 .../samples/WebApp1/src/WebApp1/Startup.cs | 0 .../WebApp1/src/WebApp1/Views/Home/About.cshtml | 0 .../WebApp1/src/WebApp1/Views/Home/Contact.cshtml | 0 .../WebApp1/src/WebApp1/Views/Home/Index.cshtml | 0 .../WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml | 0 .../WebApp1/src/WebApp1/Views/_ViewStart.cshtml | 0 .../samples/WebApp1/src/WebApp1/WebApp1.xproj | 0 .../samples/WebApp1/src/WebApp1/bower.json | 0 .../samples/WebApp1/src/WebApp1/gulpfile.js | 0 .../samples/WebApp1/src/WebApp1/package.json | 0 .../samples/WebApp1/src/WebApp1/project.json | 0 .../samples/WebApp1/src/WebApp1/wwwroot/web.config | 0 .../mvc}/migration/migratingfromwebapi2.rst | 0 .../_static/add-web-project.png | Bin .../_static/aspnet-5-webapi.png | Bin .../_static/webapimigration-solution.png | Bin .../sample/ProductsApp/App_Start/WebApiConfig.cs | 0 .../ProductsApp/Controllers/ProductsController.cs | 0 .../sample/ProductsApp/Global.asax | 0 .../sample/ProductsApp/Global.asax.cs | 0 .../sample/ProductsApp/Models/Product.cs | 0 .../sample/ProductsApp/ProductsApp.csproj | 0 .../sample/ProductsApp/Properties/AssemblyInfo.cs | 0 .../sample/ProductsApp/Web.Debug.config | 0 .../sample/ProductsApp/Web.Release.config | 0 .../sample/ProductsApp/Web.config | 0 .../sample/ProductsApp/packages.config | 0 .../ProductsDnx/Controllers/HomeController.cs | 0 .../ProductsDnx/Controllers/ProductsController.cs | 0 .../ProductsDnx/Controllers/ValuesController.cs | 0 .../sample/ProductsDnx/Models/Product.cs | 0 .../sample/ProductsDnx/ProductsDnx.xproj | 0 .../sample/ProductsDnx/Startup.cs | 0 .../sample/ProductsDnx/Views/Home/Index.cshtml | 0 .../sample/ProductsDnx/appsettings.json | 0 .../sample/ProductsDnx/project.json | 0 .../sample/ProductsDnx/project.lock.json | 0 .../migratingfromwebapi2/sample/WebAPIMigration.sln | 0 {mvc => aspnet/mvc}/models/custom-formatters.rst | 0 {mvc => aspnet/mvc}/models/formatting.rst | 0 {mvc => aspnet/mvc}/models/index.rst | 0 {mvc => aspnet/mvc}/models/model-binding.rst | 0 {mvc => aspnet/mvc}/models/validation.rst | 0 {mvc => aspnet/mvc}/overview.rst | 0 {mvc => aspnet/mvc}/performance/index.rst | 0 .../mvc}/performance/response-caching.rst | 0 .../response-caching/_static/proxy-and-cache.png | Bin .../response-caching/sample/ResponseCacheSample.sln | 0 .../performance/response-caching/sample/global.json | 0 .../sample/src/ResponseCacheSample/.bowerrc | 0 .../Controllers/HomeController.cs | 0 .../Properties/launchSettings.json | 0 .../ResponseCacheSample/ResponseCacheSample.xproj | 0 .../sample/src/ResponseCacheSample/Startup.cs | 0 .../src/ResponseCacheSample/Views/Home/About.cshtml | 0 .../ResponseCacheSample/Views/Home/Contact.cshtml | 0 .../src/ResponseCacheSample/Views/Home/Index.cshtml | 0 .../ResponseCacheSample/Views/Shared/Error.cshtml | 0 .../ResponseCacheSample/Views/Shared/_Layout.cshtml | 0 .../ResponseCacheSample/Views/_ViewImports.cshtml | 0 .../src/ResponseCacheSample/Views/_ViewStart.cshtml | 0 .../sample/src/ResponseCacheSample/appsettings.json | 0 .../sample/src/ResponseCacheSample/bower.json | 0 .../sample/src/ResponseCacheSample/gulpfile.js | 0 .../sample/src/ResponseCacheSample/package.json | 0 .../sample/src/ResponseCacheSample/project.json | 0 .../src/ResponseCacheSample/wwwroot/_references.js | 0 .../src/ResponseCacheSample/wwwroot/css/site.css | 0 .../ResponseCacheSample/wwwroot/css/site.min.css | 0 .../src/ResponseCacheSample/wwwroot/favicon.ico | Bin .../wwwroot/images/ASP-NET-Banners-01.png | Bin .../wwwroot/images/ASP-NET-Banners-02.png | Bin .../wwwroot/images/Banner-01-Azure.png | Bin .../wwwroot/images/Banner-02-VS.png | Bin .../src/ResponseCacheSample/wwwroot/js/site.js | 0 .../src/ResponseCacheSample/wwwroot/js/site.min.js | 0 .../src/ResponseCacheSample/wwwroot/web.config | 0 .../mvc}/security/anti-request-forgery.rst | 0 .../mvc}/security/authorization-filters.rst | 0 {mvc => aspnet/mvc}/security/cors-policy.rst | 0 .../sample/Controllers/HomeController.cs | 0 .../mvc}/security/cors-policy/sample/Startup.cs | 0 .../mvc}/security/cors-policy/sample/project.json | 0 {mvc => aspnet/mvc}/security/enforcing-ssl.rst | 0 {mvc => aspnet/mvc}/security/index.rst | 0 {mvc => aspnet/mvc}/tutorials/index.rst | 0 {mvc => aspnet/mvc}/tutorials/music-store/index.rst | 0 .../mvc}/tutorials/native-mobile-backend.rst | 0 {mvc => aspnet/mvc}/views/custom-view-engine.rst | 0 {mvc => aspnet/mvc}/views/dependency-injection.rst | 0 .../dependency-injection/_static/razor-fields.png | Bin .../dependency-injection/_static/screenshot.png | Bin .../views/dependency-injection/_static/stat.png | Bin .../dependency-injection/_static/updateprofile.png | Bin .../sample/ViewInjectSample.sln | 0 .../views/dependency-injection/sample/global.json | 0 .../Controllers/HelperController.cs | 0 .../Controllers/ProfileController.cs | 0 .../ViewInjectSample/Controllers/ToDoController.cs | 0 .../src/ViewInjectSample/Helpers/MyHtmlHelper.cs | 0 .../Infrastructure/ToDoItemRepository.cs | 0 .../Interfaces/IToDoItemRepository.cs | 0 .../sample/src/ViewInjectSample/Model/Profile.cs | 0 .../Model/Services/ProfileOptionsService.cs | 0 .../Model/Services/StatisticsService.cs | 0 .../sample/src/ViewInjectSample/Model/State.cs | 0 .../sample/src/ViewInjectSample/Model/ToDoItem.cs | 0 .../sample/src/ViewInjectSample/Project_Readme.html | 0 .../ViewInjectSample/Properties/launchSettings.json | 0 .../sample/src/ViewInjectSample/Startup.cs | 0 .../src/ViewInjectSample/ViewInjectSample.xproj | 0 .../src/ViewInjectSample/Views/Helper/Index.cshtml | 0 .../src/ViewInjectSample/Views/Profile/Index.cshtml | 0 .../src/ViewInjectSample/Views/Todo/Index.cshtml | 0 .../sample/src/ViewInjectSample/project.json | 0 .../sample/src/ViewInjectSample/wwwroot/web.config | 0 {mvc => aspnet/mvc}/views/dynamic-vs-static.rst | 0 {mvc => aspnet/mvc}/views/html-helpers.rst | 0 {mvc => aspnet/mvc}/views/index.rst | 0 {mvc => aspnet/mvc}/views/mobile.rst | 0 {mvc => aspnet/mvc}/views/partial.rst | 0 {mvc => aspnet/mvc}/views/razor.rst | 0 {mvc => aspnet/mvc}/views/tag-helpers/advanced.rst | 0 {mvc => aspnet/mvc}/views/tag-helpers/authoring.rst | 0 .../AuthoringTagHelpers/AuthoringTagHelpers.sln | 0 .../sample/AuthoringTagHelpers/NuGet.Config | 0 .../sample/AuthoringTagHelpers/global.json | 0 .../src/AuthoringTagHelpers/.bowerrc | 0 .../AuthoringTagHelpers/AuthoringTagHelpers.xproj | 0 .../Controllers/HomeController.cs | 0 .../AuthoringTagHelpers/Models/WebsiteContext.cs | 0 .../src/AuthoringTagHelpers/Project_Readme.html | 0 .../src/AuthoringTagHelpers/Startup.cs | 0 .../AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs | 0 .../TagHelpers/ConditionTagHelper.cs | 0 .../TagHelpers/EmailTagHelper.cs | 0 .../TagHelpers/EmailTagHelperMailTo.cs | 0 .../TagHelpers/EmailTagHelperMailVoid.cs | 0 .../TagHelpers/WebsiteInformationTagHelper.cs | 0 .../AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs | 0 .../TagHelpers/z1AutoLinkerCopy.cs | 0 .../TagHelpers/z1EmailTagHelperCopy.cs | 0 .../TagHelpers/z2AutoLinkerCopy.cs | 0 .../TagHelpers/zBoldTagHelperCopy.cs | 0 .../TagHelpers/zConditionTagHelperCopy.cs | 0 .../src/AuthoringTagHelpers/Views/Home/About.cshtml | 0 .../Views/Home/AboutBoldOnly.cshtml | 0 .../Views/Home/AboutNotSelfClosing.cshtml | 0 .../AuthoringTagHelpers/Views/Home/Contact.cshtml | 0 .../Views/Home/ContactCopy.cshtml | 0 .../Views/Home/ContactVoid.cshtml | 0 .../src/AuthoringTagHelpers/Views/Home/Index.cshtml | 0 .../AuthoringTagHelpers/Views/Shared/Error.cshtml | 0 .../AuthoringTagHelpers/Views/Shared/_Layout.cshtml | 0 .../AuthoringTagHelpers/Views/_ViewImports.cshtml | 0 .../Views/_ViewImportsCopy.cshtml | 0 .../src/AuthoringTagHelpers/Views/_ViewStart.cshtml | 0 .../src/AuthoringTagHelpers/bower.json | 0 .../src/AuthoringTagHelpers/config.json | 0 .../src/AuthoringTagHelpers/gulpfile.js | 0 .../src/AuthoringTagHelpers/hosting.ini | 0 .../src/AuthoringTagHelpers/package.json | 0 .../src/AuthoringTagHelpers/project.json | 0 .../src/AuthoringTagHelpers/wwwroot/_references.js | 0 .../src/AuthoringTagHelpers/wwwroot/css/site.css | 0 .../src/AuthoringTagHelpers/wwwroot/favicon.ico | Bin .../wwwroot/images/ASP-NET-Banners-01.png | Bin .../wwwroot/images/ASP-NET-Banners-02.png | Bin .../wwwroot/images/Banner-01-Azure.png | Bin .../wwwroot/images/Banner-02-VS.png | Bin .../src/AuthoringTagHelpers/wwwroot/js/site.js | 0 .../src/AuthoringTagHelpers/wwwroot/web.config | 0 {mvc => aspnet/mvc}/views/tag-helpers/index.rst | 0 {mvc => aspnet/mvc}/views/tag-helpers/intro.rst | 0 .../views/tag-helpers/intro/_static/1stName.png | Bin .../tag-helpers/intro/_static/LableHtmlTag.png | Bin .../mvc}/views/tag-helpers/intro/_static/bang.png | Bin .../mvc}/views/tag-helpers/intro/_static/class.png | Bin .../mvc}/views/tag-helpers/intro/_static/fname.png | Bin .../tag-helpers/intro/_static/fontoptions2.png | Bin .../mvc}/views/tag-helpers/intro/_static/iclass.png | Bin .../mvc}/views/tag-helpers/intro/_static/intel3.png | Bin .../views/tag-helpers/intro/_static/intelclass.png | Bin .../views/tag-helpers/intro/_static/intellemail.png | Bin .../mvc}/views/tag-helpers/intro/_static/label.png | Bin .../mvc}/views/tag-helpers/intro/_static/label2.png | Bin .../views/tag-helpers/intro/_static/labelVM.png | Bin .../views/tag-helpers/intro/_static/labelaspfor.PNG | Bin .../tag-helpers/intro/_static/labelaspfor2.png | Bin .../views/tag-helpers/intro/_static/labelattr.png | Bin .../mvc}/views/tag-helpers/intro/_static/model.png | Bin .../views/tag-helpers/intro/_static/options.png | Bin .../mvc}/views/tag-helpers/intro/_static/regCS.png | Bin .../mvc}/views/tag-helpers/intro/_static/regTH.png | Bin .../tag-helpers/intro/_static/stmtcomplete.png | Bin .../mvc}/views/tag-helpers/intro/_static/tagSym.png | Bin .../mvc}/views/tag-helpers/intro/_static/th.png | Bin .../mvc}/views/tag-helpers/intro/_static/thp.png | Bin .../sample/IntroToTagHelpers/IntroToTagHelpers.sln | 0 .../intro/sample/IntroToTagHelpers/NuGet.Config | 0 .../intro/sample/IntroToTagHelpers/global.json | 0 .../src/IntroToTagHelpers/.bowerrc | 0 .../Controllers/AccountController.cs | 0 .../IntroToTagHelpers/Controllers/HomeController.cs | 0 .../Controllers/ManageController.cs | 0 .../src/IntroToTagHelpers/IntroToTagHelpers.xproj | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../00000000000000_CreateIdentitySchema.cs | 0 .../Migrations/ApplicationDbContextModelSnapshot.cs | 0 .../Models/ApplicationDbContext.cs | 0 .../src/IntroToTagHelpers/Models/ApplicationUser.cs | 0 .../src/IntroToTagHelpers/Project_Readme.html | 0 .../src/IntroToTagHelpers/Services/IEmailSender.cs | 0 .../src/IntroToTagHelpers/Services/ISmsSender.cs | 0 .../IntroToTagHelpers/Services/MessageServices.cs | 0 .../src/IntroToTagHelpers/Startup.cs | 0 .../Account/ExternalLoginConfirmationViewModel.cs | 0 .../ViewModels/Account/ForgotPasswordViewModel.cs | 0 .../ViewModels/Account/LoginViewModel.cs | 0 .../ViewModels/Account/RegisterViewModel.cs | 0 .../ViewModels/Account/ResetPasswordViewModel.cs | 0 .../ViewModels/Account/SendCodeViewModel.cs | 0 .../ViewModels/Account/VerifyCodeViewModel.cs | 0 .../ViewModels/Manage/AddPhoneNumberViewModel.cs | 0 .../ViewModels/Manage/ChangePasswordViewModel.cs | 0 .../Manage/ConfigureTwoFactorViewModel.cs | 0 .../ViewModels/Manage/FactorViewModel.cs | 0 .../ViewModels/Manage/IndexViewModel.cs | 0 .../ViewModels/Manage/ManageLoginsViewModel.cs | 0 .../ViewModels/Manage/SetPasswordViewModel.cs | 0 .../ViewModels/Manage/VerifyPhoneNumberViewModel.cs | 0 .../Views/Account/ConfirmEmail.cshtml | 0 .../Views/Account/ExternalLoginConfirmation.cshtml | 0 .../Views/Account/ExternalLoginFailure.cshtml | 0 .../Views/Account/ForgotPassword.cshtml | 0 .../Views/Account/ForgotPasswordConfirmation.cshtml | 0 .../IntroToTagHelpers/Views/Account/Lockout.cshtml | 0 .../IntroToTagHelpers/Views/Account/Login.cshtml | 0 .../IntroToTagHelpers/Views/Account/Register.cshtml | 0 .../Views/Account/ResetPassword.cshtml | 0 .../Views/Account/ResetPasswordConfirmation.cshtml | 0 .../IntroToTagHelpers/Views/Account/SendCode.cshtml | 0 .../Views/Account/VerifyCode.cshtml | 0 .../src/IntroToTagHelpers/Views/Home/About.cshtml | 0 .../IntroToTagHelpers/Views/Home/AboutImage.cshtml | 0 .../src/IntroToTagHelpers/Views/Home/Contact.cshtml | 0 .../src/IntroToTagHelpers/Views/Home/Index.cshtml | 0 .../Views/Manage/AddPhoneNumber.cshtml | 0 .../Views/Manage/ChangePassword.cshtml | 0 .../src/IntroToTagHelpers/Views/Manage/Index.cshtml | 0 .../Views/Manage/ManageLogins.cshtml | 0 .../Views/Manage/RemoveLogin.cshtml | 0 .../Views/Manage/SetPassword.cshtml | 0 .../Views/Manage/VerifyPhoneNumber.cshtml | 0 .../src/IntroToTagHelpers/Views/Shared/Error.cshtml | 0 .../IntroToTagHelpers/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_LoginPartial.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/IntroToTagHelpers/Views/_ViewImports.cshtml | 0 .../Views/_ViewImportsNoAuth.cshtml | 0 .../src/IntroToTagHelpers/Views/_ViewStart.cshtml | 0 .../src/IntroToTagHelpers/bower.json | 0 .../src/IntroToTagHelpers/config.json | 0 .../src/IntroToTagHelpers/gulpfile.js | 0 .../src/IntroToTagHelpers/hosting.ini | 0 .../src/IntroToTagHelpers/package.json | 0 .../src/IntroToTagHelpers/project.json | 0 .../src/IntroToTagHelpers/wwwroot/_references.js | 0 .../src/IntroToTagHelpers/wwwroot/css/site.css | 0 .../src/IntroToTagHelpers/wwwroot/favicon.ico | Bin .../wwwroot/images/ASP-NET-Banners-01.png | Bin .../wwwroot/images/ASP-NET-Banners-02.png | Bin .../wwwroot/images/Banner-01-Azure.png | Bin .../wwwroot/images/Banner-02-VS.png | Bin .../IntroToTagHelpers/wwwroot/images/MyBanner.png | Bin .../src/IntroToTagHelpers/wwwroot/js/site.js | 0 .../src/IntroToTagHelpers/wwwroot/web.config | 0 .../sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln | 0 .../HtmlHelpers/App_Start/BundleConfig.cs | 0 .../HtmlHelpers/App_Start/FilterConfig.cs | 0 .../HtmlHelpers/App_Start/IdentityConfig.cs | 0 .../HtmlHelpers/App_Start/RouteConfig.cs | 0 .../HtmlHelpers/App_Start/Startup.Auth.cs | 0 .../HtmlHelpers/HtmlHelpers/Content/Site.css | 0 .../HtmlHelpers/HtmlHelpers/Content/bootstrap.css | 0 .../HtmlHelpers/Content/bootstrap.min.css | 0 .../HtmlHelpers/Controllers/AccountController.cs | 0 .../HtmlHelpers/Controllers/HomeController.cs | 0 .../HtmlHelpers/Controllers/ManageController.cs | 0 .../HtmlHelpers/HtmlHelpers/Global.asax | 0 .../HtmlHelpers/HtmlHelpers/Global.asax.cs | 0 .../HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj | 0 .../HtmlHelpers/Models/AccountViewModels.cs | 0 .../HtmlHelpers/Models/IdentityModels.cs | 0 .../HtmlHelpers/Models/ManageViewModels.cs | 0 .../HtmlHelpers/HtmlHelpers/Project_Readme.html | 0 .../HtmlHelpers/Properties/AssemblyInfo.cs | 0 .../HtmlHelpers/HtmlHelpers/Scripts/_references.js | Bin .../HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js | 0 .../HtmlHelpers/Scripts/bootstrap.min.js | 0 .../Scripts/jquery-1.10.2.intellisense.js | 0 .../HtmlHelpers/Scripts/jquery-1.10.2.js | 0 .../HtmlHelpers/Scripts/jquery-1.10.2.min.js | 0 .../HtmlHelpers/Scripts/jquery-1.10.2.min.map | 0 .../HtmlHelpers/Scripts/jquery.validate-vsdoc.js | 0 .../HtmlHelpers/Scripts/jquery.validate.js | 0 .../HtmlHelpers/Scripts/jquery.validate.min.js | 0 .../Scripts/jquery.validate.unobtrusive.js | 0 .../Scripts/jquery.validate.unobtrusive.min.js | 0 .../HtmlHelpers/Scripts/modernizr-2.6.2.js | 0 .../HtmlHelpers/HtmlHelpers/Scripts/respond.js | 0 .../HtmlHelpers/HtmlHelpers/Scripts/respond.min.js | 0 .../HtmlHelpers/HtmlHelpers/Startup.cs | 0 .../HtmlHelpers/Views/Account/ConfirmEmail.cshtml | 0 .../Views/Account/ExternalLoginConfirmation.cshtml | 0 .../Views/Account/ExternalLoginFailure.cshtml | 0 .../HtmlHelpers/Views/Account/ForgotPassword.cshtml | 0 .../Views/Account/ForgotPasswordConfirmation.cshtml | 0 .../HtmlHelpers/Views/Account/Login.cshtml | 0 .../HtmlHelpers/Views/Account/Register.cshtml | 0 .../HtmlHelpers/Views/Account/ResetPassword.cshtml | 0 .../Views/Account/ResetPasswordConfirmation.cshtml | 0 .../HtmlHelpers/Views/Account/SendCode.cshtml | 0 .../HtmlHelpers/Views/Account/VerifyCode.cshtml | 0 .../Views/Account/_ExternalLoginsListPartial.cshtml | 0 .../HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml | 0 .../HtmlHelpers/Views/Home/Contact.cshtml | 0 .../HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml | 0 .../HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml | 0 .../HtmlHelpers/Views/Manage/ChangePassword.cshtml | 0 .../HtmlHelpers/Views/Manage/Index.cshtml | 0 .../HtmlHelpers/Views/Manage/ManageLogins.cshtml | 0 .../HtmlHelpers/Views/Manage/SetPassword.cshtml | 0 .../Views/Manage/VerifyPhoneNumber.cshtml | 0 .../HtmlHelpers/Views/Shared/Error.cshtml | 0 .../HtmlHelpers/Views/Shared/Lockout.cshtml | 0 .../HtmlHelpers/Views/Shared/_Layout.cshtml | 0 .../HtmlHelpers/Views/Shared/_LoginPartial.cshtml | 0 .../HtmlHelpers/HtmlHelpers/Views/Web.config | 0 .../HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml | 0 .../HtmlHelpers/HtmlHelpers/Web.Debug.config | 0 .../HtmlHelpers/HtmlHelpers/Web.Release.config | 0 .../HtmlHelpers/HtmlHelpers/Web.config | 0 .../HtmlHelpers/HtmlHelpers/favicon.ico | Bin .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../HtmlHelpers/HtmlHelpers/packages.config | 0 {mvc => aspnet/mvc}/views/view-components.rst | 0 .../mvc}/views/view-components/_static/p2.png | Bin .../mvc}/views/view-components/_static/pi.png | Bin .../mvc}/views/view-components/_static/pvc.png | Bin 644 files changed, 0 insertions(+), 0 deletions(-) rename {mvc => aspnet/mvc}/Makefile (100%) rename {mvc => aspnet/mvc}/conf.py (100%) rename {mvc => aspnet/mvc}/controllers/actions.rst (100%) rename {mvc => aspnet/mvc}/controllers/application-model.rst (100%) rename {mvc => aspnet/mvc}/controllers/areas.rst (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection.rst (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/_static/server-greeting.png (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/ControllerDepInjection.sln (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/global.json (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/ControllerDI.xproj (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Controllers/SettingsController.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Interfaces/IDateTime.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Model/SampleWebSettings.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Services/SystemDateTime.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Startup.cs (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Views/Settings/Index.cshtml (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/project.json (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/samplewebsettings.json (100%) rename {mvc => aspnet/mvc}/controllers/dependency-injection/sample/src/ControllerDI/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/controllers/error-handling.rst (100%) rename {mvc => aspnet/mvc}/controllers/filters.rst (100%) rename {mvc => aspnet/mvc}/controllers/index.rst (100%) rename {mvc => aspnet/mvc}/controllers/routing.rst (100%) rename {mvc => aspnet/mvc}/controllers/testing.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/Thumbs.db (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/add_controller.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/hell1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/mvc1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/new_hell_ctl.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/rick4.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/rick_routedata.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-controller/_static/welcome.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/Thumbs.db (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/add_class.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/add_controller.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/add_controller2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/add_scaffold2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/cmd.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/files.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/folder.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/h.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/ints.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/movies.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-model/_static/quick.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/Thumbs.db (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/add_folder.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/add_view.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/add_view_dlg.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/hell3.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/hell_template.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/adding-view/_static/rick.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/Thumbs.db (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/da.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/edit7.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/f12.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/qa.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/rm.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/controller-methods-views/_static/val.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/details.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/index.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/new-field.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/new-field/_static/cr.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/new-field/_static/se.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/f12.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/f12_rb.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/filter.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/fo.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/g2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/ghost.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/int_get.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/int_m.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/rename.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/rename2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/rename3.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/search/_static/search_get.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/_static - Shortcut.lnk (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/alt_new_project.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/debug_menu.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/iis_express.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/new_project.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/new_project2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/_static/p3.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/MvcMovie.sln (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/global.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/.bowerrc (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/AccountController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HelloWorldController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/ManageController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController1.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.Designer.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.Designer.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.Designer.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/ApplicationDbContextModelSnapshot.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationDbContext.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationUser.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/Movie.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDate.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRating.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDA.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDAmult.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieNoEF.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedData.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedDataRating.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/MvcMovie.xproj (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/IEmailSender.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/ISmsSender.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/MessageServices.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Startup.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ExternalLoginConfirmationViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ForgotPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/LoginViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/RegisterViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ResetPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/SendCodeViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/VerifyCodeViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/AddPhoneNumberViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ChangePasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ConfigureTwoFactorViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/FactorViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/IndexViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ManageLoginsViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/RemoveLoginViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/SetPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/VerifyPhoneNumberViewModel.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ConfirmEmail.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginFailure.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPassword.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Lockout.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Login.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Register.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/SendCode.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/VerifyCode.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index2.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Welcome.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ChangePassword.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/Index.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ManageLogins.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/SetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Create.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/CreateRatingBrevity.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Delete.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Details.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Edit.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/EditCopy.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index2.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenre.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenreRating.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGet.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/Error.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_LoginPartial.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/edit_view_source.html (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewImports.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/appsettings.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/bower.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/gulpfile.js (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/package.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/project.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/chrome.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/ff.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/ms.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/newsc.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/nvar.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/p8_IE9_disableJavaScript.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/validation/_static/val.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/Thumbs.db (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/dbg.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/design.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/di_intel.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/dv.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/m55.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/sort.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/ssox.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/ssox2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-mvc-app/working-with-sql/_static/vd22.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api.rst (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/add-class.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/add-folder.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/architecture.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/delete.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/fiddler1.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/fiddler2.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/fiddler3.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/fiddler4.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/new-project.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/put.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/_static/web-api-project.png (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/NuGet.Config (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/TodoApi.sln (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/global.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Controllers/TodoController.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Models/ITodoRepository.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Models/TodoItem.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Models/TodoRepository.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Properties/AssemblyInfo.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/Startup.cs (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/TodoApi.xproj (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/hosting.ini (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/project.json (100%) rename {mvc => aspnet/mvc}/getting-started/first-web-api/sample/src/TodoApi/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/getting-started/index.rst (100%) rename {mvc => aspnet/mvc}/index.rst (100%) rename {mvc => aspnet/mvc}/make.bat (100%) rename {mvc => aspnet/mvc}/migration/index.rst (100%) rename {mvc => aspnet/mvc}/migration/migratingauthmembership.rst (100%) rename {mvc => aspnet/mvc}/migration/migratingauthmembership/_static/AddLoginPartial.png (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig.rst (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/_static/add-appsettings-json.png (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/_static/add-config-json.png (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/WebApp1.sln (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/global.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/.bowerrc (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Startup.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/WebApp1.xproj (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/appsettings.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/bower.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/gulpfile.js (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/package.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/project.json (100%) rename {mvc => aspnet/mvc}/migration/migratingconfig/samples/WebApp1/src/WebApp1/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5.rst (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/add-gulpfile.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/addExisting.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/add_mvc_ctl.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/contact-page.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/hello-world.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/new-project-select-empty-aspnet5-template.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/new-project-select-mvc-template.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/new-project.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/project-structure-controller-view.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/search.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/task-runner-explorer.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/updated-gulpfile-with-concat.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/view.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/_static/wwwroot-lib-folder.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/WebApp1.sln (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/global.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/.bowerrc (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Startup.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/WebApp1.xproj (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/bower.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/gulpfile.js (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/package.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/project.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2.rst (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/_static/add-web-project.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/_static/aspnet-5-webapi.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/_static/webapimigration-solution.png (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/App_Start/WebApiConfig.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Controllers/ProductsController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Models/Product.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/ProductsApp.csproj (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Properties/AssemblyInfo.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Web.Debug.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Web.Release.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/Web.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsApp/packages.config (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ProductsController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ValuesController.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Models/Product.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/ProductsDnx.xproj (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Startup.cs (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/appsettings.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/project.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/ProductsDnx/project.lock.json (100%) rename {mvc => aspnet/mvc}/migration/migratingfromwebapi2/sample/WebAPIMigration.sln (100%) rename {mvc => aspnet/mvc}/models/custom-formatters.rst (100%) rename {mvc => aspnet/mvc}/models/formatting.rst (100%) rename {mvc => aspnet/mvc}/models/index.rst (100%) rename {mvc => aspnet/mvc}/models/model-binding.rst (100%) rename {mvc => aspnet/mvc}/models/validation.rst (100%) rename {mvc => aspnet/mvc}/overview.rst (100%) rename {mvc => aspnet/mvc}/performance/index.rst (100%) rename {mvc => aspnet/mvc}/performance/response-caching.rst (100%) rename {mvc => aspnet/mvc}/performance/response-caching/_static/proxy-and-cache.png (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/ResponseCacheSample.sln (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/global.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/.bowerrc (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/ResponseCacheSample.xproj (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Startup.cs (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/Error.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewImports.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/appsettings.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/bower.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/gulpfile.js (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/package.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/project.json (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/_references.js (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.css (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.min.css (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/favicon.ico (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-01.png (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-02.png (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-01-Azure.png (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-02-VS.png (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.js (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.min.js (100%) rename {mvc => aspnet/mvc}/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/security/anti-request-forgery.rst (100%) rename {mvc => aspnet/mvc}/security/authorization-filters.rst (100%) rename {mvc => aspnet/mvc}/security/cors-policy.rst (100%) rename {mvc => aspnet/mvc}/security/cors-policy/sample/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/security/cors-policy/sample/Startup.cs (100%) rename {mvc => aspnet/mvc}/security/cors-policy/sample/project.json (100%) rename {mvc => aspnet/mvc}/security/enforcing-ssl.rst (100%) rename {mvc => aspnet/mvc}/security/index.rst (100%) rename {mvc => aspnet/mvc}/tutorials/index.rst (100%) rename {mvc => aspnet/mvc}/tutorials/music-store/index.rst (100%) rename {mvc => aspnet/mvc}/tutorials/native-mobile-backend.rst (100%) rename {mvc => aspnet/mvc}/views/custom-view-engine.rst (100%) rename {mvc => aspnet/mvc}/views/dependency-injection.rst (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/_static/razor-fields.png (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/_static/screenshot.png (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/_static/stat.png (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/_static/updateprofile.png (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/ViewInjectSample.sln (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/global.json (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Controllers/HelperController.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ProfileController.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ToDoController.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Helpers/MyHtmlHelper.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Infrastructure/ToDoItemRepository.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Interfaces/IToDoItemRepository.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Model/Profile.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/ProfileOptionsService.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/StatisticsService.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Model/State.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Model/ToDoItem.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Properties/launchSettings.json (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Startup.cs (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/ViewInjectSample.xproj (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Views/Helper/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Views/Profile/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/project.json (100%) rename {mvc => aspnet/mvc}/views/dependency-injection/sample/src/ViewInjectSample/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/views/dynamic-vs-static.rst (100%) rename {mvc => aspnet/mvc}/views/html-helpers.rst (100%) rename {mvc => aspnet/mvc}/views/index.rst (100%) rename {mvc => aspnet/mvc}/views/mobile.rst (100%) rename {mvc => aspnet/mvc}/views/partial.rst (100%) rename {mvc => aspnet/mvc}/views/razor.rst (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/advanced.rst (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring.rst (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/AuthoringTagHelpers.sln (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/NuGet.Config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/global.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/.bowerrc (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/AuthoringTagHelpers.xproj (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Models/WebsiteContext.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Startup.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/ConditionTagHelper.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelper.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailTo.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailVoid.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/WebsiteInformationTagHelper.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinkerCopy.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1EmailTagHelperCopy.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z2AutoLinkerCopy.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zBoldTagHelperCopy.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zConditionTagHelperCopy.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutBoldOnly.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutNotSelfClosing.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactCopy.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactVoid.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/Error.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImports.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImportsCopy.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/bower.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/config.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/gulpfile.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/hosting.ini (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/package.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/project.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/_references.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/css/site.css (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/favicon.ico (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-01.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-02.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-01-Azure.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-02-VS.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/js/site.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/index.rst (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro.rst (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/1stName.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/LableHtmlTag.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/bang.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/class.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/fname.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/fontoptions2.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/iclass.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/intel3.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/intelclass.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/intellemail.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/label.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/label2.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/labelVM.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/labelaspfor.PNG (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/labelaspfor2.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/labelattr.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/model.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/options.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/regCS.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/regTH.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/stmtcomplete.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/tagSym.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/th.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/_static/thp.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/IntroToTagHelpers.sln (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/NuGet.Config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/global.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/.bowerrc (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/AccountController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/ManageController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/IntroToTagHelpers.xproj (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/ApplicationDbContextModelSnapshot.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationDbContext.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationUser.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/IEmailSender.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/ISmsSender.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/MessageServices.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Startup.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ExternalLoginConfirmationViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ForgotPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/LoginViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/RegisterViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ResetPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/SendCodeViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/VerifyCodeViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/AddPhoneNumberViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ChangePasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ConfigureTwoFactorViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/FactorViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/IndexViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ManageLoginsViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/SetPasswordViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/VerifyPhoneNumberViewModel.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ConfirmEmail.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginFailure.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Lockout.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Login.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Register.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/SendCode.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/VerifyCode.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/AboutImage.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/AddPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ChangePassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ManageLogins.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/RemoveLogin.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/SetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/VerifyPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/Error.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_LoginPartial.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImports.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImportsNoAuth.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/bower.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/config.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/gulpfile.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/hosting.ini (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/package.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/project.json (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/_references.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/css/site.css (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/favicon.ico (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-01.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-02.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-01-Azure.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-02-VS.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/MyBanner.png (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/js/site.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/web.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/BundleConfig.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/FilterConfig.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/IdentityConfig.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/RouteConfig.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/Startup.Auth.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/Site.css (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.css (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.min.css (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/AccountController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/HomeController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/ManageController.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/AccountViewModels.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/IdentityModels.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/ManageViewModels.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Project_Readme.html (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Properties/AssemblyInfo.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/_references.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.min.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.intellisense.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.map (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate-vsdoc.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.min.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.min.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/modernizr-2.6.2.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.min.js (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Startup.cs (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ConfirmEmail.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginFailure.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Login.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Register.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPasswordConfirmation.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/SendCode.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/VerifyCode.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/_ExternalLoginsListPartial.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Contact.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ChangePassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/Index.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ManageLogins.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/SetPassword.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/VerifyPhoneNumber.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Error.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Lockout.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_Layout.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_LoginPartial.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Web.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Debug.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Release.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.config (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/favicon.ico (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.eot (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.svg (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.ttf (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.woff (100%) rename {mvc => aspnet/mvc}/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/packages.config (100%) rename {mvc => aspnet/mvc}/views/view-components.rst (100%) rename {mvc => aspnet/mvc}/views/view-components/_static/p2.png (100%) rename {mvc => aspnet/mvc}/views/view-components/_static/pi.png (100%) rename {mvc => aspnet/mvc}/views/view-components/_static/pvc.png (100%) diff --git a/mvc/Makefile b/aspnet/mvc/Makefile similarity index 100% rename from mvc/Makefile rename to aspnet/mvc/Makefile diff --git a/mvc/conf.py b/aspnet/mvc/conf.py similarity index 100% rename from mvc/conf.py rename to aspnet/mvc/conf.py diff --git a/mvc/controllers/actions.rst b/aspnet/mvc/controllers/actions.rst similarity index 100% rename from mvc/controllers/actions.rst rename to aspnet/mvc/controllers/actions.rst diff --git a/mvc/controllers/application-model.rst b/aspnet/mvc/controllers/application-model.rst similarity index 100% rename from mvc/controllers/application-model.rst rename to aspnet/mvc/controllers/application-model.rst diff --git a/mvc/controllers/areas.rst b/aspnet/mvc/controllers/areas.rst similarity index 100% rename from mvc/controllers/areas.rst rename to aspnet/mvc/controllers/areas.rst diff --git a/mvc/controllers/dependency-injection.rst b/aspnet/mvc/controllers/dependency-injection.rst similarity index 100% rename from mvc/controllers/dependency-injection.rst rename to aspnet/mvc/controllers/dependency-injection.rst diff --git a/mvc/controllers/dependency-injection/_static/server-greeting.png b/aspnet/mvc/controllers/dependency-injection/_static/server-greeting.png similarity index 100% rename from mvc/controllers/dependency-injection/_static/server-greeting.png rename to aspnet/mvc/controllers/dependency-injection/_static/server-greeting.png diff --git a/mvc/controllers/dependency-injection/sample/ControllerDepInjection.sln b/aspnet/mvc/controllers/dependency-injection/sample/ControllerDepInjection.sln similarity index 100% rename from mvc/controllers/dependency-injection/sample/ControllerDepInjection.sln rename to aspnet/mvc/controllers/dependency-injection/sample/ControllerDepInjection.sln diff --git a/mvc/controllers/dependency-injection/sample/global.json b/aspnet/mvc/controllers/dependency-injection/sample/global.json similarity index 100% rename from mvc/controllers/dependency-injection/sample/global.json rename to aspnet/mvc/controllers/dependency-injection/sample/global.json diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/ControllerDI.xproj b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/ControllerDI.xproj similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/ControllerDI.xproj rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/ControllerDI.xproj diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/HomeController.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/HomeController.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/HomeController.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/HomeController.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/SettingsController.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/SettingsController.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/SettingsController.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Controllers/SettingsController.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Interfaces/IDateTime.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Interfaces/IDateTime.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Interfaces/IDateTime.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Interfaces/IDateTime.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Model/SampleWebSettings.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Model/SampleWebSettings.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Model/SampleWebSettings.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Model/SampleWebSettings.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Properties/launchSettings.json b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Properties/launchSettings.json similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Properties/launchSettings.json rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Properties/launchSettings.json diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Services/SystemDateTime.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Services/SystemDateTime.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Services/SystemDateTime.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Services/SystemDateTime.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Startup.cs b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Startup.cs similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Startup.cs rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Startup.cs diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/About.cshtml b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/About.cshtml similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/About.cshtml rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/About.cshtml diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/Index.cshtml b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/Index.cshtml similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/Index.cshtml rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Home/Index.cshtml diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Settings/Index.cshtml b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Settings/Index.cshtml similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Settings/Index.cshtml rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Settings/Index.cshtml diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Shared/_Layout.cshtml b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Shared/_Layout.cshtml rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/Shared/_Layout.cshtml diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/_ViewStart.cshtml b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/_ViewStart.cshtml similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/_ViewStart.cshtml rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/Views/_ViewStart.cshtml diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/project.json b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/project.json similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/project.json rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/project.json diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/samplewebsettings.json b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/samplewebsettings.json similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/samplewebsettings.json rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/samplewebsettings.json diff --git a/mvc/controllers/dependency-injection/sample/src/ControllerDI/wwwroot/web.config b/aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/wwwroot/web.config similarity index 100% rename from mvc/controllers/dependency-injection/sample/src/ControllerDI/wwwroot/web.config rename to aspnet/mvc/controllers/dependency-injection/sample/src/ControllerDI/wwwroot/web.config diff --git a/mvc/controllers/error-handling.rst b/aspnet/mvc/controllers/error-handling.rst similarity index 100% rename from mvc/controllers/error-handling.rst rename to aspnet/mvc/controllers/error-handling.rst diff --git a/mvc/controllers/filters.rst b/aspnet/mvc/controllers/filters.rst similarity index 100% rename from mvc/controllers/filters.rst rename to aspnet/mvc/controllers/filters.rst diff --git a/mvc/controllers/index.rst b/aspnet/mvc/controllers/index.rst similarity index 100% rename from mvc/controllers/index.rst rename to aspnet/mvc/controllers/index.rst diff --git a/mvc/controllers/routing.rst b/aspnet/mvc/controllers/routing.rst similarity index 100% rename from mvc/controllers/routing.rst rename to aspnet/mvc/controllers/routing.rst diff --git a/mvc/controllers/testing.rst b/aspnet/mvc/controllers/testing.rst similarity index 100% rename from mvc/controllers/testing.rst rename to aspnet/mvc/controllers/testing.rst diff --git a/mvc/getting-started/first-mvc-app/adding-controller.rst b/aspnet/mvc/getting-started/first-mvc-app/adding-controller.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller.rst rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller.rst diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/Thumbs.db b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/Thumbs.db similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/Thumbs.db rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/Thumbs.db diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/add_controller.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/add_controller.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/add_controller.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/add_controller.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/hell1.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/hell1.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/hell1.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/hell1.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/mvc1.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/mvc1.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/mvc1.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/mvc1.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/new_hell_ctl.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/new_hell_ctl.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/new_hell_ctl.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/new_hell_ctl.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/rick4.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/rick4.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/rick4.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/rick4.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/rick_routedata.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/rick_routedata.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/rick_routedata.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/rick_routedata.png diff --git a/mvc/getting-started/first-mvc-app/adding-controller/_static/welcome.png b/aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/welcome.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-controller/_static/welcome.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-controller/_static/welcome.png diff --git a/mvc/getting-started/first-mvc-app/adding-model.rst b/aspnet/mvc/getting-started/first-mvc-app/adding-model.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model.rst rename to aspnet/mvc/getting-started/first-mvc-app/adding-model.rst diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/Thumbs.db b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/Thumbs.db similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/Thumbs.db rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/Thumbs.db diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/add_class.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_class.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/add_class.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_class.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/add_controller.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller2.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/add_controller2.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_controller2.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/add_scaffold2.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_scaffold2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/add_scaffold2.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/add_scaffold2.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/cmd.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/cmd.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/cmd.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/cmd.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/files.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/files.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/files.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/files.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/folder.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/folder.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/folder.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/folder.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/h.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/h.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/h.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/h.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/ints.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/ints.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/ints.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/ints.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/movies.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/movies.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/movies.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/movies.png diff --git a/mvc/getting-started/first-mvc-app/adding-model/_static/quick.png b/aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/quick.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-model/_static/quick.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-model/_static/quick.png diff --git a/mvc/getting-started/first-mvc-app/adding-view.rst b/aspnet/mvc/getting-started/first-mvc-app/adding-view.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view.rst rename to aspnet/mvc/getting-started/first-mvc-app/adding-view.rst diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/1.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/1.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/1.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/1.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/Thumbs.db b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/Thumbs.db similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/Thumbs.db rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/Thumbs.db diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/add_folder.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_folder.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/add_folder.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_folder.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/add_view.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_view.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/add_view.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_view.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/add_view_dlg.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_view_dlg.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/add_view_dlg.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/add_view_dlg.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/hell3.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/hell3.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/hell3.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/hell3.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/hell_template.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/hell_template.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/hell_template.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/hell_template.png diff --git a/mvc/getting-started/first-mvc-app/adding-view/_static/rick.png b/aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/rick.png similarity index 100% rename from mvc/getting-started/first-mvc-app/adding-view/_static/rick.png rename to aspnet/mvc/getting-started/first-mvc-app/adding-view/_static/rick.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views.rst b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views.rst rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views.rst diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/1.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/1.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/1.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/1.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/Thumbs.db b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/Thumbs.db similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/Thumbs.db rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/Thumbs.db diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/da.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/da.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/da.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/da.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/edit7.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/edit7.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/edit7.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/edit7.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/f12.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/f12.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/f12.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/f12.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/qa.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/qa.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/qa.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/qa.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/rm.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/rm.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/rm.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/rm.png diff --git a/mvc/getting-started/first-mvc-app/controller-methods-views/_static/val.png b/aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/val.png similarity index 100% rename from mvc/getting-started/first-mvc-app/controller-methods-views/_static/val.png rename to aspnet/mvc/getting-started/first-mvc-app/controller-methods-views/_static/val.png diff --git a/mvc/getting-started/first-mvc-app/details.rst b/aspnet/mvc/getting-started/first-mvc-app/details.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/details.rst rename to aspnet/mvc/getting-started/first-mvc-app/details.rst diff --git a/mvc/getting-started/first-mvc-app/index.rst b/aspnet/mvc/getting-started/first-mvc-app/index.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/index.rst rename to aspnet/mvc/getting-started/first-mvc-app/index.rst diff --git a/mvc/getting-started/first-mvc-app/new-field.rst b/aspnet/mvc/getting-started/first-mvc-app/new-field.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/new-field.rst rename to aspnet/mvc/getting-started/first-mvc-app/new-field.rst diff --git a/mvc/getting-started/first-mvc-app/new-field/_static/cr.png b/aspnet/mvc/getting-started/first-mvc-app/new-field/_static/cr.png similarity index 100% rename from mvc/getting-started/first-mvc-app/new-field/_static/cr.png rename to aspnet/mvc/getting-started/first-mvc-app/new-field/_static/cr.png diff --git a/mvc/getting-started/first-mvc-app/new-field/_static/se.png b/aspnet/mvc/getting-started/first-mvc-app/new-field/_static/se.png similarity index 100% rename from mvc/getting-started/first-mvc-app/new-field/_static/se.png rename to aspnet/mvc/getting-started/first-mvc-app/new-field/_static/se.png diff --git a/mvc/getting-started/first-mvc-app/search.rst b/aspnet/mvc/getting-started/first-mvc-app/search.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/search.rst rename to aspnet/mvc/getting-started/first-mvc-app/search.rst diff --git a/mvc/getting-started/first-mvc-app/search/_static/f12.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/f12.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/f12.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/f12.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/f12_rb.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/f12_rb.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/f12_rb.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/f12_rb.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/filter.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/filter.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/filter.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/filter.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/fo.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/fo.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/fo.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/fo.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/g2.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/g2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/g2.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/g2.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/ghost.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/ghost.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/ghost.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/ghost.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/int_get.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/int_get.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/int_get.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/int_get.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/int_m.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/int_m.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/int_m.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/int_m.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/rename.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/rename.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/rename.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/rename.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/rename2.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/rename2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/rename2.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/rename2.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/rename3.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/rename3.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/rename3.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/rename3.png diff --git a/mvc/getting-started/first-mvc-app/search/_static/search_get.png b/aspnet/mvc/getting-started/first-mvc-app/search/_static/search_get.png similarity index 100% rename from mvc/getting-started/first-mvc-app/search/_static/search_get.png rename to aspnet/mvc/getting-started/first-mvc-app/search/_static/search_get.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc.rst b/aspnet/mvc/getting-started/first-mvc-app/start-mvc.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc.rst rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc.rst diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/1.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/1.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/1.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/1.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/2.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/2.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/2.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/_static - Shortcut.lnk b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/_static - Shortcut.lnk similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/_static - Shortcut.lnk rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/_static - Shortcut.lnk diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/alt_new_project.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/alt_new_project.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/alt_new_project.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/alt_new_project.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/debug_menu.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/debug_menu.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/debug_menu.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/debug_menu.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/iis_express.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/iis_express.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/iis_express.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/iis_express.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/new_project.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project2.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/new_project2.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/new_project2.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/_static/p3.png b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/p3.png similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/_static/p3.png rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/_static/p3.png diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/MvcMovie.sln b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/MvcMovie.sln similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/MvcMovie.sln rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/MvcMovie.sln diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/global.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/global.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/global.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/global.json diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/.bowerrc b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/.bowerrc similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/.bowerrc rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/.bowerrc diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/AccountController.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/AccountController.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/AccountController.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/AccountController.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HelloWorldController.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HelloWorldController.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HelloWorldController.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HelloWorldController.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HomeController.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HomeController.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HomeController.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/HomeController.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/ManageController.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/ManageController.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/ManageController.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/ManageController.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController1.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController1.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController1.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Controllers/MoviesController1.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.Designer.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.Designer.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/00000000000000_CreateIdentitySchema.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.Designer.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.Designer.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.Designer.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.Designer.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151115185414_Initial.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.Designer.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.Designer.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.Designer.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.Designer.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151117235119_Rating.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.Designer.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.Designer.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.Designer.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.Designer.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/20151118050641_DataAnnotations.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/ApplicationDbContextModelSnapshot.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/ApplicationDbContextModelSnapshot.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Migrations/ApplicationDbContextModelSnapshot.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationDbContext.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationDbContext.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationDbContext.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationDbContext.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationUser.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationUser.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationUser.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/ApplicationUser.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/Movie.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/Movie.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/Movie.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/Movie.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDate.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDate.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDate.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDate.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRating.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRating.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRating.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRating.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDA.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDA.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDA.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDA.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDAmult.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDAmult.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDAmult.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieDateRatingDAmult.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieNoEF.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieNoEF.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieNoEF.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/MovieNoEF.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedData.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedData.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedData.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedData.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedDataRating.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedDataRating.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedDataRating.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Models/SeedDataRating.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/MvcMovie.xproj b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/MvcMovie.xproj similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/MvcMovie.xproj rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/MvcMovie.xproj diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Project_Readme.html b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Project_Readme.html similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Project_Readme.html rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Project_Readme.html diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Properties/launchSettings.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Properties/launchSettings.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Properties/launchSettings.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Properties/launchSettings.json diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/IEmailSender.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/IEmailSender.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/IEmailSender.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/IEmailSender.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/ISmsSender.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/ISmsSender.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/ISmsSender.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/ISmsSender.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/MessageServices.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/MessageServices.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/MessageServices.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Services/MessageServices.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Startup.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Startup.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Startup.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Startup.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ExternalLoginConfirmationViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ExternalLoginConfirmationViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ExternalLoginConfirmationViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ExternalLoginConfirmationViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ForgotPasswordViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ForgotPasswordViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ForgotPasswordViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ForgotPasswordViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/LoginViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/LoginViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/LoginViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/LoginViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/RegisterViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/RegisterViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/RegisterViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/RegisterViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ResetPasswordViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ResetPasswordViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ResetPasswordViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/ResetPasswordViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/SendCodeViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/SendCodeViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/SendCodeViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/SendCodeViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/VerifyCodeViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/VerifyCodeViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/VerifyCodeViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Account/VerifyCodeViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/AddPhoneNumberViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/AddPhoneNumberViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/AddPhoneNumberViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/AddPhoneNumberViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ChangePasswordViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ChangePasswordViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ChangePasswordViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ChangePasswordViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ConfigureTwoFactorViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ConfigureTwoFactorViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ConfigureTwoFactorViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ConfigureTwoFactorViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/FactorViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/FactorViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/FactorViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/FactorViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/IndexViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/IndexViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/IndexViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/IndexViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ManageLoginsViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ManageLoginsViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ManageLoginsViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/ManageLoginsViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/RemoveLoginViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/RemoveLoginViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/RemoveLoginViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/RemoveLoginViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/SetPasswordViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/SetPasswordViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/SetPasswordViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/SetPasswordViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/VerifyPhoneNumberViewModel.cs b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/VerifyPhoneNumberViewModel.cs similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/VerifyPhoneNumberViewModel.cs rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/ViewModels/Manage/VerifyPhoneNumberViewModel.cs diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ConfirmEmail.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ConfirmEmail.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ConfirmEmail.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ConfirmEmail.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginConfirmation.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginConfirmation.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginConfirmation.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginConfirmation.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginFailure.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginFailure.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginFailure.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ExternalLoginFailure.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPassword.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPassword.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPassword.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPassword.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPasswordConfirmation.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPasswordConfirmation.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPasswordConfirmation.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ForgotPasswordConfirmation.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Lockout.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Lockout.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Lockout.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Lockout.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Login.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Login.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Login.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Login.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Register.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Register.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Register.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/Register.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPassword.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPassword.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPassword.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPassword.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPasswordConfirmation.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPasswordConfirmation.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/ResetPasswordConfirmation.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/SendCode.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/SendCode.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/SendCode.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/SendCode.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/VerifyCode.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/VerifyCode.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/VerifyCode.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Account/VerifyCode.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index2.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index2.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index2.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Index2.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Welcome.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Welcome.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Welcome.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/HelloWorld/Welcome.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/About.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/About.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/About.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/About.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Contact.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Contact.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Contact.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Contact.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Index.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Index.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Index.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Home/Index.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/AddPhoneNumber.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ChangePassword.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ChangePassword.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ChangePassword.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ChangePassword.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/Index.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/Index.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/Index.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/Index.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ManageLogins.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ManageLogins.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ManageLogins.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/ManageLogins.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/SetPassword.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/SetPassword.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/SetPassword.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/SetPassword.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Manage/VerifyPhoneNumber.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Create.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Create.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Create.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Create.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/CreateRatingBrevity.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/CreateRatingBrevity.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/CreateRatingBrevity.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/CreateRatingBrevity.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Delete.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Delete.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Delete.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Delete.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Details.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Details.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Details.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Details.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Edit.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Edit.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Edit.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Edit.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/EditCopy.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/EditCopy.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/EditCopy.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/EditCopy.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index2.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index2.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index2.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/Index2.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenre.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenre.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenre.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenre.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenreRating.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenreRating.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenreRating.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGenreRating.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGet.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGet.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGet.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Movies/IndexGet.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/Error.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/Error.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/Error.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/Error.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_Layout.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_Layout.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_Layout.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_LoginPartial.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_LoginPartial.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_LoginPartial.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_LoginPartial.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_ValidationScriptsPartial.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_ValidationScriptsPartial.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/edit_view_source.html b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/edit_view_source.html similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/edit_view_source.html rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/Shared/edit_view_source.html diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewImports.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewImports.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewImports.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewImports.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewStart.cshtml b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewStart.cshtml similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewStart.cshtml rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/Views/_ViewStart.cshtml diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/appsettings.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/appsettings.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/appsettings.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/appsettings.json diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/bower.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/bower.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/bower.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/bower.json diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/gulpfile.js b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/gulpfile.js similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/gulpfile.js rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/gulpfile.js diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/package.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/package.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/package.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/package.json diff --git a/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/project.json b/aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/project.json similarity index 100% rename from mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/project.json rename to aspnet/mvc/getting-started/first-mvc-app/start-mvc/sample/src/MvcMovie/project.json diff --git a/mvc/getting-started/first-mvc-app/validation.rst b/aspnet/mvc/getting-started/first-mvc-app/validation.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/validation.rst rename to aspnet/mvc/getting-started/first-mvc-app/validation.rst diff --git a/mvc/getting-started/first-mvc-app/validation/_static/chrome.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/chrome.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/chrome.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/chrome.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/ff.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/ff.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/ff.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/ff.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/ms.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/ms.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/ms.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/ms.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/newsc.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/newsc.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/newsc.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/newsc.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/nvar.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/nvar.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/nvar.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/nvar.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/p8_IE9_disableJavaScript.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/p8_IE9_disableJavaScript.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/p8_IE9_disableJavaScript.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/p8_IE9_disableJavaScript.png diff --git a/mvc/getting-started/first-mvc-app/validation/_static/val.png b/aspnet/mvc/getting-started/first-mvc-app/validation/_static/val.png similarity index 100% rename from mvc/getting-started/first-mvc-app/validation/_static/val.png rename to aspnet/mvc/getting-started/first-mvc-app/validation/_static/val.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql.rst b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql.rst similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql.rst rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql.rst diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/Thumbs.db b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/Thumbs.db similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/Thumbs.db rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/Thumbs.db diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/dbg.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/dbg.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/dbg.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/dbg.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/design.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/design.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/design.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/design.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/di_intel.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/di_intel.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/di_intel.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/di_intel.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/dv.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/dv.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/dv.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/dv.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/m55.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/m55.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/m55.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/m55.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/sort.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/sort.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/sort.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/sort.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox2.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox2.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox2.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/ssox2.png diff --git a/mvc/getting-started/first-mvc-app/working-with-sql/_static/vd22.png b/aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/vd22.png similarity index 100% rename from mvc/getting-started/first-mvc-app/working-with-sql/_static/vd22.png rename to aspnet/mvc/getting-started/first-mvc-app/working-with-sql/_static/vd22.png diff --git a/mvc/getting-started/first-web-api.rst b/aspnet/mvc/getting-started/first-web-api.rst similarity index 100% rename from mvc/getting-started/first-web-api.rst rename to aspnet/mvc/getting-started/first-web-api.rst diff --git a/mvc/getting-started/first-web-api/_static/add-class.png b/aspnet/mvc/getting-started/first-web-api/_static/add-class.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/add-class.png rename to aspnet/mvc/getting-started/first-web-api/_static/add-class.png diff --git a/mvc/getting-started/first-web-api/_static/add-folder.png b/aspnet/mvc/getting-started/first-web-api/_static/add-folder.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/add-folder.png rename to aspnet/mvc/getting-started/first-web-api/_static/add-folder.png diff --git a/mvc/getting-started/first-web-api/_static/architecture.png b/aspnet/mvc/getting-started/first-web-api/_static/architecture.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/architecture.png rename to aspnet/mvc/getting-started/first-web-api/_static/architecture.png diff --git a/mvc/getting-started/first-web-api/_static/delete.png b/aspnet/mvc/getting-started/first-web-api/_static/delete.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/delete.png rename to aspnet/mvc/getting-started/first-web-api/_static/delete.png diff --git a/mvc/getting-started/first-web-api/_static/fiddler1.png b/aspnet/mvc/getting-started/first-web-api/_static/fiddler1.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/fiddler1.png rename to aspnet/mvc/getting-started/first-web-api/_static/fiddler1.png diff --git a/mvc/getting-started/first-web-api/_static/fiddler2.png b/aspnet/mvc/getting-started/first-web-api/_static/fiddler2.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/fiddler2.png rename to aspnet/mvc/getting-started/first-web-api/_static/fiddler2.png diff --git a/mvc/getting-started/first-web-api/_static/fiddler3.png b/aspnet/mvc/getting-started/first-web-api/_static/fiddler3.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/fiddler3.png rename to aspnet/mvc/getting-started/first-web-api/_static/fiddler3.png diff --git a/mvc/getting-started/first-web-api/_static/fiddler4.png b/aspnet/mvc/getting-started/first-web-api/_static/fiddler4.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/fiddler4.png rename to aspnet/mvc/getting-started/first-web-api/_static/fiddler4.png diff --git a/mvc/getting-started/first-web-api/_static/new-project.png b/aspnet/mvc/getting-started/first-web-api/_static/new-project.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/new-project.png rename to aspnet/mvc/getting-started/first-web-api/_static/new-project.png diff --git a/mvc/getting-started/first-web-api/_static/put.png b/aspnet/mvc/getting-started/first-web-api/_static/put.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/put.png rename to aspnet/mvc/getting-started/first-web-api/_static/put.png diff --git a/mvc/getting-started/first-web-api/_static/web-api-project.png b/aspnet/mvc/getting-started/first-web-api/_static/web-api-project.png similarity index 100% rename from mvc/getting-started/first-web-api/_static/web-api-project.png rename to aspnet/mvc/getting-started/first-web-api/_static/web-api-project.png diff --git a/mvc/getting-started/first-web-api/sample/NuGet.Config b/aspnet/mvc/getting-started/first-web-api/sample/NuGet.Config similarity index 100% rename from mvc/getting-started/first-web-api/sample/NuGet.Config rename to aspnet/mvc/getting-started/first-web-api/sample/NuGet.Config diff --git a/mvc/getting-started/first-web-api/sample/TodoApi.sln b/aspnet/mvc/getting-started/first-web-api/sample/TodoApi.sln similarity index 100% rename from mvc/getting-started/first-web-api/sample/TodoApi.sln rename to aspnet/mvc/getting-started/first-web-api/sample/TodoApi.sln diff --git a/mvc/getting-started/first-web-api/sample/global.json b/aspnet/mvc/getting-started/first-web-api/sample/global.json similarity index 100% rename from mvc/getting-started/first-web-api/sample/global.json rename to aspnet/mvc/getting-started/first-web-api/sample/global.json diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Controllers/TodoController.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Controllers/TodoController.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Controllers/TodoController.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Controllers/TodoController.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/ITodoRepository.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/ITodoRepository.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Models/ITodoRepository.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/ITodoRepository.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoItem.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoItem.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoItem.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoItem.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoRepository.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoRepository.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoRepository.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Models/TodoRepository.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Project_Readme.html b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Project_Readme.html similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Project_Readme.html rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Project_Readme.html diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/AssemblyInfo.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/AssemblyInfo.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/AssemblyInfo.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/AssemblyInfo.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/launchSettings.json b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/launchSettings.json similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/launchSettings.json rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Properties/launchSettings.json diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/Startup.cs b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Startup.cs similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/Startup.cs rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/Startup.cs diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/TodoApi.xproj b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/TodoApi.xproj similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/TodoApi.xproj rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/TodoApi.xproj diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/hosting.ini b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/hosting.ini similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/hosting.ini rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/hosting.ini diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/project.json b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/project.json similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/project.json rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/project.json diff --git a/mvc/getting-started/first-web-api/sample/src/TodoApi/wwwroot/web.config b/aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/wwwroot/web.config similarity index 100% rename from mvc/getting-started/first-web-api/sample/src/TodoApi/wwwroot/web.config rename to aspnet/mvc/getting-started/first-web-api/sample/src/TodoApi/wwwroot/web.config diff --git a/mvc/getting-started/index.rst b/aspnet/mvc/getting-started/index.rst similarity index 100% rename from mvc/getting-started/index.rst rename to aspnet/mvc/getting-started/index.rst diff --git a/mvc/index.rst b/aspnet/mvc/index.rst similarity index 100% rename from mvc/index.rst rename to aspnet/mvc/index.rst diff --git a/mvc/make.bat b/aspnet/mvc/make.bat similarity index 100% rename from mvc/make.bat rename to aspnet/mvc/make.bat diff --git a/mvc/migration/index.rst b/aspnet/mvc/migration/index.rst similarity index 100% rename from mvc/migration/index.rst rename to aspnet/mvc/migration/index.rst diff --git a/mvc/migration/migratingauthmembership.rst b/aspnet/mvc/migration/migratingauthmembership.rst similarity index 100% rename from mvc/migration/migratingauthmembership.rst rename to aspnet/mvc/migration/migratingauthmembership.rst diff --git a/mvc/migration/migratingauthmembership/_static/AddLoginPartial.png b/aspnet/mvc/migration/migratingauthmembership/_static/AddLoginPartial.png similarity index 100% rename from mvc/migration/migratingauthmembership/_static/AddLoginPartial.png rename to aspnet/mvc/migration/migratingauthmembership/_static/AddLoginPartial.png diff --git a/mvc/migration/migratingconfig.rst b/aspnet/mvc/migration/migratingconfig.rst similarity index 100% rename from mvc/migration/migratingconfig.rst rename to aspnet/mvc/migration/migratingconfig.rst diff --git a/mvc/migration/migratingconfig/_static/add-appsettings-json.png b/aspnet/mvc/migration/migratingconfig/_static/add-appsettings-json.png similarity index 100% rename from mvc/migration/migratingconfig/_static/add-appsettings-json.png rename to aspnet/mvc/migration/migratingconfig/_static/add-appsettings-json.png diff --git a/mvc/migration/migratingconfig/_static/add-config-json.png b/aspnet/mvc/migration/migratingconfig/_static/add-config-json.png similarity index 100% rename from mvc/migration/migratingconfig/_static/add-config-json.png rename to aspnet/mvc/migration/migratingconfig/_static/add-config-json.png diff --git a/mvc/migration/migratingconfig/samples/WebApp1/WebApp1.sln b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/WebApp1.sln similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/WebApp1.sln rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/WebApp1.sln diff --git a/mvc/migration/migratingconfig/samples/WebApp1/global.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/global.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/global.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/global.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/.bowerrc b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/.bowerrc similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/.bowerrc rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/.bowerrc diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Project_Readme.html b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Project_Readme.html similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Project_Readme.html rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Project_Readme.html diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Properties/launchSettings.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Properties/launchSettings.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Properties/launchSettings.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Properties/launchSettings.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Startup.cs b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Startup.cs similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Startup.cs rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Startup.cs diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/WebApp1.xproj b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/WebApp1.xproj similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/WebApp1.xproj rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/WebApp1.xproj diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/appsettings.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/appsettings.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/appsettings.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/appsettings.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/bower.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/bower.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/bower.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/bower.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/gulpfile.js b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/gulpfile.js similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/gulpfile.js rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/gulpfile.js diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/package.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/package.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/package.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/package.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/project.json b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/project.json similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/project.json rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/project.json diff --git a/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/wwwroot/web.config b/aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/wwwroot/web.config similarity index 100% rename from mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/wwwroot/web.config rename to aspnet/mvc/migration/migratingconfig/samples/WebApp1/src/WebApp1/wwwroot/web.config diff --git a/mvc/migration/migratingfrommvc5.rst b/aspnet/mvc/migration/migratingfrommvc5.rst similarity index 100% rename from mvc/migration/migratingfrommvc5.rst rename to aspnet/mvc/migration/migratingfrommvc5.rst diff --git a/mvc/migration/migratingfrommvc5/_static/add-gulpfile.png b/aspnet/mvc/migration/migratingfrommvc5/_static/add-gulpfile.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/add-gulpfile.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/add-gulpfile.png diff --git a/mvc/migration/migratingfrommvc5/_static/addExisting.png b/aspnet/mvc/migration/migratingfrommvc5/_static/addExisting.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/addExisting.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/addExisting.png diff --git a/mvc/migration/migratingfrommvc5/_static/add_mvc_ctl.png b/aspnet/mvc/migration/migratingfrommvc5/_static/add_mvc_ctl.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/add_mvc_ctl.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/add_mvc_ctl.png diff --git a/mvc/migration/migratingfrommvc5/_static/contact-page.png b/aspnet/mvc/migration/migratingfrommvc5/_static/contact-page.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/contact-page.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/contact-page.png diff --git a/mvc/migration/migratingfrommvc5/_static/hello-world.png b/aspnet/mvc/migration/migratingfrommvc5/_static/hello-world.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/hello-world.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/hello-world.png diff --git a/mvc/migration/migratingfrommvc5/_static/new-project-select-empty-aspnet5-template.png b/aspnet/mvc/migration/migratingfrommvc5/_static/new-project-select-empty-aspnet5-template.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/new-project-select-empty-aspnet5-template.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/new-project-select-empty-aspnet5-template.png diff --git a/mvc/migration/migratingfrommvc5/_static/new-project-select-mvc-template.png b/aspnet/mvc/migration/migratingfrommvc5/_static/new-project-select-mvc-template.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/new-project-select-mvc-template.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/new-project-select-mvc-template.png diff --git a/mvc/migration/migratingfrommvc5/_static/new-project.png b/aspnet/mvc/migration/migratingfrommvc5/_static/new-project.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/new-project.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/new-project.png diff --git a/mvc/migration/migratingfrommvc5/_static/project-structure-controller-view.png b/aspnet/mvc/migration/migratingfrommvc5/_static/project-structure-controller-view.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/project-structure-controller-view.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/project-structure-controller-view.png diff --git a/mvc/migration/migratingfrommvc5/_static/search.png b/aspnet/mvc/migration/migratingfrommvc5/_static/search.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/search.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/search.png diff --git a/mvc/migration/migratingfrommvc5/_static/task-runner-explorer.png b/aspnet/mvc/migration/migratingfrommvc5/_static/task-runner-explorer.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/task-runner-explorer.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/task-runner-explorer.png diff --git a/mvc/migration/migratingfrommvc5/_static/updated-gulpfile-with-concat.png b/aspnet/mvc/migration/migratingfrommvc5/_static/updated-gulpfile-with-concat.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/updated-gulpfile-with-concat.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/updated-gulpfile-with-concat.png diff --git a/mvc/migration/migratingfrommvc5/_static/view.png b/aspnet/mvc/migration/migratingfrommvc5/_static/view.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/view.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/view.png diff --git a/mvc/migration/migratingfrommvc5/_static/wwwroot-lib-folder.png b/aspnet/mvc/migration/migratingfrommvc5/_static/wwwroot-lib-folder.png similarity index 100% rename from mvc/migration/migratingfrommvc5/_static/wwwroot-lib-folder.png rename to aspnet/mvc/migration/migratingfrommvc5/_static/wwwroot-lib-folder.png diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/WebApp1.sln b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/WebApp1.sln similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/WebApp1.sln rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/WebApp1.sln diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/global.json b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/global.json similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/global.json rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/global.json diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/.bowerrc b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/.bowerrc similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/.bowerrc rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/.bowerrc diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Controllers/HomeController.cs diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Project_Readme.html b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Project_Readme.html similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Project_Readme.html rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Project_Readme.html diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Properties/launchSettings.json b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Properties/launchSettings.json similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Properties/launchSettings.json rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Properties/launchSettings.json diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Startup.cs b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Startup.cs similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Startup.cs rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Startup.cs diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/About.cshtml diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Contact.cshtml diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Home/Index.cshtml diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/Shared/_Layout.cshtml diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/Views/_ViewStart.cshtml diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/WebApp1.xproj b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/WebApp1.xproj similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/WebApp1.xproj rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/WebApp1.xproj diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/bower.json b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/bower.json similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/bower.json rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/bower.json diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/gulpfile.js b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/gulpfile.js similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/gulpfile.js rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/gulpfile.js diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/package.json b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/package.json similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/package.json rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/package.json diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/project.json b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/project.json similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/project.json rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/project.json diff --git a/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/wwwroot/web.config b/aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/wwwroot/web.config similarity index 100% rename from mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/wwwroot/web.config rename to aspnet/mvc/migration/migratingfrommvc5/samples/WebApp1/src/WebApp1/wwwroot/web.config diff --git a/mvc/migration/migratingfromwebapi2.rst b/aspnet/mvc/migration/migratingfromwebapi2.rst similarity index 100% rename from mvc/migration/migratingfromwebapi2.rst rename to aspnet/mvc/migration/migratingfromwebapi2.rst diff --git a/mvc/migration/migratingfromwebapi2/_static/add-web-project.png b/aspnet/mvc/migration/migratingfromwebapi2/_static/add-web-project.png similarity index 100% rename from mvc/migration/migratingfromwebapi2/_static/add-web-project.png rename to aspnet/mvc/migration/migratingfromwebapi2/_static/add-web-project.png diff --git a/mvc/migration/migratingfromwebapi2/_static/aspnet-5-webapi.png b/aspnet/mvc/migration/migratingfromwebapi2/_static/aspnet-5-webapi.png similarity index 100% rename from mvc/migration/migratingfromwebapi2/_static/aspnet-5-webapi.png rename to aspnet/mvc/migration/migratingfromwebapi2/_static/aspnet-5-webapi.png diff --git a/mvc/migration/migratingfromwebapi2/_static/webapimigration-solution.png b/aspnet/mvc/migration/migratingfromwebapi2/_static/webapimigration-solution.png similarity index 100% rename from mvc/migration/migratingfromwebapi2/_static/webapimigration-solution.png rename to aspnet/mvc/migration/migratingfromwebapi2/_static/webapimigration-solution.png diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/App_Start/WebApiConfig.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/App_Start/WebApiConfig.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/App_Start/WebApiConfig.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/App_Start/WebApiConfig.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Controllers/ProductsController.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Controllers/ProductsController.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Controllers/ProductsController.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Controllers/ProductsController.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Global.asax.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Models/Product.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Models/Product.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Models/Product.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Models/Product.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/ProductsApp.csproj b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/ProductsApp.csproj similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/ProductsApp.csproj rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/ProductsApp.csproj diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Properties/AssemblyInfo.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Properties/AssemblyInfo.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Properties/AssemblyInfo.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Properties/AssemblyInfo.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Debug.config b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Debug.config similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Debug.config rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Debug.config diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Release.config b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Release.config similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Release.config rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.Release.config diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.config b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.config similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.config rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/Web.config diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsApp/packages.config b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/packages.config similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsApp/packages.config rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsApp/packages.config diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/HomeController.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/HomeController.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/HomeController.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/HomeController.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ProductsController.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ProductsController.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ProductsController.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ProductsController.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ValuesController.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ValuesController.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ValuesController.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Controllers/ValuesController.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Models/Product.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Models/Product.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Models/Product.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Models/Product.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/ProductsDnx.xproj b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/ProductsDnx.xproj similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/ProductsDnx.xproj rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/ProductsDnx.xproj diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Startup.cs b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Startup.cs similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Startup.cs rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Startup.cs diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Views/Home/Index.cshtml b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Views/Home/Index.cshtml similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Views/Home/Index.cshtml rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/Views/Home/Index.cshtml diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/appsettings.json b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/appsettings.json similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/appsettings.json rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/appsettings.json diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.json b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.json similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.json rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.json diff --git a/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.lock.json b/aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.lock.json similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.lock.json rename to aspnet/mvc/migration/migratingfromwebapi2/sample/ProductsDnx/project.lock.json diff --git a/mvc/migration/migratingfromwebapi2/sample/WebAPIMigration.sln b/aspnet/mvc/migration/migratingfromwebapi2/sample/WebAPIMigration.sln similarity index 100% rename from mvc/migration/migratingfromwebapi2/sample/WebAPIMigration.sln rename to aspnet/mvc/migration/migratingfromwebapi2/sample/WebAPIMigration.sln diff --git a/mvc/models/custom-formatters.rst b/aspnet/mvc/models/custom-formatters.rst similarity index 100% rename from mvc/models/custom-formatters.rst rename to aspnet/mvc/models/custom-formatters.rst diff --git a/mvc/models/formatting.rst b/aspnet/mvc/models/formatting.rst similarity index 100% rename from mvc/models/formatting.rst rename to aspnet/mvc/models/formatting.rst diff --git a/mvc/models/index.rst b/aspnet/mvc/models/index.rst similarity index 100% rename from mvc/models/index.rst rename to aspnet/mvc/models/index.rst diff --git a/mvc/models/model-binding.rst b/aspnet/mvc/models/model-binding.rst similarity index 100% rename from mvc/models/model-binding.rst rename to aspnet/mvc/models/model-binding.rst diff --git a/mvc/models/validation.rst b/aspnet/mvc/models/validation.rst similarity index 100% rename from mvc/models/validation.rst rename to aspnet/mvc/models/validation.rst diff --git a/mvc/overview.rst b/aspnet/mvc/overview.rst similarity index 100% rename from mvc/overview.rst rename to aspnet/mvc/overview.rst diff --git a/mvc/performance/index.rst b/aspnet/mvc/performance/index.rst similarity index 100% rename from mvc/performance/index.rst rename to aspnet/mvc/performance/index.rst diff --git a/mvc/performance/response-caching.rst b/aspnet/mvc/performance/response-caching.rst similarity index 100% rename from mvc/performance/response-caching.rst rename to aspnet/mvc/performance/response-caching.rst diff --git a/mvc/performance/response-caching/_static/proxy-and-cache.png b/aspnet/mvc/performance/response-caching/_static/proxy-and-cache.png similarity index 100% rename from mvc/performance/response-caching/_static/proxy-and-cache.png rename to aspnet/mvc/performance/response-caching/_static/proxy-and-cache.png diff --git a/mvc/performance/response-caching/sample/ResponseCacheSample.sln b/aspnet/mvc/performance/response-caching/sample/ResponseCacheSample.sln similarity index 100% rename from mvc/performance/response-caching/sample/ResponseCacheSample.sln rename to aspnet/mvc/performance/response-caching/sample/ResponseCacheSample.sln diff --git a/mvc/performance/response-caching/sample/global.json b/aspnet/mvc/performance/response-caching/sample/global.json similarity index 100% rename from mvc/performance/response-caching/sample/global.json rename to aspnet/mvc/performance/response-caching/sample/global.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/.bowerrc b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/.bowerrc similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/.bowerrc rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/.bowerrc diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Controllers/HomeController.cs b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Controllers/HomeController.cs similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Controllers/HomeController.cs rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Controllers/HomeController.cs diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Properties/launchSettings.json b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Properties/launchSettings.json similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Properties/launchSettings.json rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Properties/launchSettings.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/ResponseCacheSample.xproj b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/ResponseCacheSample.xproj similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/ResponseCacheSample.xproj rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/ResponseCacheSample.xproj diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Startup.cs b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Startup.cs similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Startup.cs rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Startup.cs diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/About.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/About.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/About.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/About.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Contact.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Contact.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Contact.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Contact.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Index.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Index.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Index.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Home/Index.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/Error.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/Error.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/Error.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/Error.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/_Layout.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/_Layout.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/Shared/_Layout.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewImports.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewImports.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewImports.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewImports.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewStart.cshtml b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewStart.cshtml similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewStart.cshtml rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/Views/_ViewStart.cshtml diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/appsettings.json b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/appsettings.json similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/appsettings.json rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/appsettings.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/bower.json b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/bower.json similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/bower.json rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/bower.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/gulpfile.js b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/gulpfile.js similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/gulpfile.js rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/gulpfile.js diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/package.json b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/package.json similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/package.json rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/package.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/project.json b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/project.json similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/project.json rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/project.json diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/_references.js b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/_references.js similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/_references.js rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/_references.js diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.css b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.css similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.css rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.css diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.min.css b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.min.css similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.min.css rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/css/site.min.css diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/favicon.ico b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/favicon.ico similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/favicon.ico rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/favicon.ico diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-01.png b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-01.png similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-01.png rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-01.png diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-02.png b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-02.png similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-02.png rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/ASP-NET-Banners-02.png diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-01-Azure.png b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-01-Azure.png similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-01-Azure.png rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-01-Azure.png diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-02-VS.png b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-02-VS.png similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-02-VS.png rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/images/Banner-02-VS.png diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.js b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.js similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.js rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.js diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.min.js b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.min.js similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.min.js rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/js/site.min.js diff --git a/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/web.config b/aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/web.config similarity index 100% rename from mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/web.config rename to aspnet/mvc/performance/response-caching/sample/src/ResponseCacheSample/wwwroot/web.config diff --git a/mvc/security/anti-request-forgery.rst b/aspnet/mvc/security/anti-request-forgery.rst similarity index 100% rename from mvc/security/anti-request-forgery.rst rename to aspnet/mvc/security/anti-request-forgery.rst diff --git a/mvc/security/authorization-filters.rst b/aspnet/mvc/security/authorization-filters.rst similarity index 100% rename from mvc/security/authorization-filters.rst rename to aspnet/mvc/security/authorization-filters.rst diff --git a/mvc/security/cors-policy.rst b/aspnet/mvc/security/cors-policy.rst similarity index 100% rename from mvc/security/cors-policy.rst rename to aspnet/mvc/security/cors-policy.rst diff --git a/mvc/security/cors-policy/sample/Controllers/HomeController.cs b/aspnet/mvc/security/cors-policy/sample/Controllers/HomeController.cs similarity index 100% rename from mvc/security/cors-policy/sample/Controllers/HomeController.cs rename to aspnet/mvc/security/cors-policy/sample/Controllers/HomeController.cs diff --git a/mvc/security/cors-policy/sample/Startup.cs b/aspnet/mvc/security/cors-policy/sample/Startup.cs similarity index 100% rename from mvc/security/cors-policy/sample/Startup.cs rename to aspnet/mvc/security/cors-policy/sample/Startup.cs diff --git a/mvc/security/cors-policy/sample/project.json b/aspnet/mvc/security/cors-policy/sample/project.json similarity index 100% rename from mvc/security/cors-policy/sample/project.json rename to aspnet/mvc/security/cors-policy/sample/project.json diff --git a/mvc/security/enforcing-ssl.rst b/aspnet/mvc/security/enforcing-ssl.rst similarity index 100% rename from mvc/security/enforcing-ssl.rst rename to aspnet/mvc/security/enforcing-ssl.rst diff --git a/mvc/security/index.rst b/aspnet/mvc/security/index.rst similarity index 100% rename from mvc/security/index.rst rename to aspnet/mvc/security/index.rst diff --git a/mvc/tutorials/index.rst b/aspnet/mvc/tutorials/index.rst similarity index 100% rename from mvc/tutorials/index.rst rename to aspnet/mvc/tutorials/index.rst diff --git a/mvc/tutorials/music-store/index.rst b/aspnet/mvc/tutorials/music-store/index.rst similarity index 100% rename from mvc/tutorials/music-store/index.rst rename to aspnet/mvc/tutorials/music-store/index.rst diff --git a/mvc/tutorials/native-mobile-backend.rst b/aspnet/mvc/tutorials/native-mobile-backend.rst similarity index 100% rename from mvc/tutorials/native-mobile-backend.rst rename to aspnet/mvc/tutorials/native-mobile-backend.rst diff --git a/mvc/views/custom-view-engine.rst b/aspnet/mvc/views/custom-view-engine.rst similarity index 100% rename from mvc/views/custom-view-engine.rst rename to aspnet/mvc/views/custom-view-engine.rst diff --git a/mvc/views/dependency-injection.rst b/aspnet/mvc/views/dependency-injection.rst similarity index 100% rename from mvc/views/dependency-injection.rst rename to aspnet/mvc/views/dependency-injection.rst diff --git a/mvc/views/dependency-injection/_static/razor-fields.png b/aspnet/mvc/views/dependency-injection/_static/razor-fields.png similarity index 100% rename from mvc/views/dependency-injection/_static/razor-fields.png rename to aspnet/mvc/views/dependency-injection/_static/razor-fields.png diff --git a/mvc/views/dependency-injection/_static/screenshot.png b/aspnet/mvc/views/dependency-injection/_static/screenshot.png similarity index 100% rename from mvc/views/dependency-injection/_static/screenshot.png rename to aspnet/mvc/views/dependency-injection/_static/screenshot.png diff --git a/mvc/views/dependency-injection/_static/stat.png b/aspnet/mvc/views/dependency-injection/_static/stat.png similarity index 100% rename from mvc/views/dependency-injection/_static/stat.png rename to aspnet/mvc/views/dependency-injection/_static/stat.png diff --git a/mvc/views/dependency-injection/_static/updateprofile.png b/aspnet/mvc/views/dependency-injection/_static/updateprofile.png similarity index 100% rename from mvc/views/dependency-injection/_static/updateprofile.png rename to aspnet/mvc/views/dependency-injection/_static/updateprofile.png diff --git a/mvc/views/dependency-injection/sample/ViewInjectSample.sln b/aspnet/mvc/views/dependency-injection/sample/ViewInjectSample.sln similarity index 100% rename from mvc/views/dependency-injection/sample/ViewInjectSample.sln rename to aspnet/mvc/views/dependency-injection/sample/ViewInjectSample.sln diff --git a/mvc/views/dependency-injection/sample/global.json b/aspnet/mvc/views/dependency-injection/sample/global.json similarity index 100% rename from mvc/views/dependency-injection/sample/global.json rename to aspnet/mvc/views/dependency-injection/sample/global.json diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/HelperController.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/HelperController.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/HelperController.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/HelperController.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ProfileController.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ProfileController.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ProfileController.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ProfileController.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ToDoController.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ToDoController.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ToDoController.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Controllers/ToDoController.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Helpers/MyHtmlHelper.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Helpers/MyHtmlHelper.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Helpers/MyHtmlHelper.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Helpers/MyHtmlHelper.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Infrastructure/ToDoItemRepository.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Infrastructure/ToDoItemRepository.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Infrastructure/ToDoItemRepository.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Infrastructure/ToDoItemRepository.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Interfaces/IToDoItemRepository.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Interfaces/IToDoItemRepository.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Interfaces/IToDoItemRepository.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Interfaces/IToDoItemRepository.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Profile.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Profile.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Profile.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Profile.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/ProfileOptionsService.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/ProfileOptionsService.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/ProfileOptionsService.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/ProfileOptionsService.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/StatisticsService.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/StatisticsService.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/StatisticsService.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/Services/StatisticsService.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/State.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/State.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/State.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/State.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/ToDoItem.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/ToDoItem.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/ToDoItem.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Model/ToDoItem.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Project_Readme.html b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Project_Readme.html similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Project_Readme.html rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Project_Readme.html diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Properties/launchSettings.json b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Properties/launchSettings.json similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Properties/launchSettings.json rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Properties/launchSettings.json diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Startup.cs b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Startup.cs similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Startup.cs rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Startup.cs diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/ViewInjectSample.xproj b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/ViewInjectSample.xproj similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/ViewInjectSample.xproj rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/ViewInjectSample.xproj diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Helper/Index.cshtml b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Helper/Index.cshtml similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Helper/Index.cshtml rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Helper/Index.cshtml diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Profile/Index.cshtml b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Profile/Index.cshtml similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Profile/Index.cshtml rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Profile/Index.cshtml diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/project.json b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/project.json similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/project.json rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/project.json diff --git a/mvc/views/dependency-injection/sample/src/ViewInjectSample/wwwroot/web.config b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/wwwroot/web.config similarity index 100% rename from mvc/views/dependency-injection/sample/src/ViewInjectSample/wwwroot/web.config rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/wwwroot/web.config diff --git a/mvc/views/dynamic-vs-static.rst b/aspnet/mvc/views/dynamic-vs-static.rst similarity index 100% rename from mvc/views/dynamic-vs-static.rst rename to aspnet/mvc/views/dynamic-vs-static.rst diff --git a/mvc/views/html-helpers.rst b/aspnet/mvc/views/html-helpers.rst similarity index 100% rename from mvc/views/html-helpers.rst rename to aspnet/mvc/views/html-helpers.rst diff --git a/mvc/views/index.rst b/aspnet/mvc/views/index.rst similarity index 100% rename from mvc/views/index.rst rename to aspnet/mvc/views/index.rst diff --git a/mvc/views/mobile.rst b/aspnet/mvc/views/mobile.rst similarity index 100% rename from mvc/views/mobile.rst rename to aspnet/mvc/views/mobile.rst diff --git a/mvc/views/partial.rst b/aspnet/mvc/views/partial.rst similarity index 100% rename from mvc/views/partial.rst rename to aspnet/mvc/views/partial.rst diff --git a/mvc/views/razor.rst b/aspnet/mvc/views/razor.rst similarity index 100% rename from mvc/views/razor.rst rename to aspnet/mvc/views/razor.rst diff --git a/mvc/views/tag-helpers/advanced.rst b/aspnet/mvc/views/tag-helpers/advanced.rst similarity index 100% rename from mvc/views/tag-helpers/advanced.rst rename to aspnet/mvc/views/tag-helpers/advanced.rst diff --git a/mvc/views/tag-helpers/authoring.rst b/aspnet/mvc/views/tag-helpers/authoring.rst similarity index 100% rename from mvc/views/tag-helpers/authoring.rst rename to aspnet/mvc/views/tag-helpers/authoring.rst diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/AuthoringTagHelpers.sln b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/AuthoringTagHelpers.sln similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/AuthoringTagHelpers.sln rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/AuthoringTagHelpers.sln diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/NuGet.Config b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/NuGet.Config similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/NuGet.Config rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/NuGet.Config diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/global.json b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/global.json similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/global.json rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/global.json diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/.bowerrc b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/.bowerrc similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/.bowerrc rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/.bowerrc diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/AuthoringTagHelpers.xproj b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/AuthoringTagHelpers.xproj similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/AuthoringTagHelpers.xproj rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/AuthoringTagHelpers.xproj diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Controllers/HomeController.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Controllers/HomeController.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Controllers/HomeController.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Controllers/HomeController.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Models/WebsiteContext.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Models/WebsiteContext.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Models/WebsiteContext.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Models/WebsiteContext.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Project_Readme.html b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Project_Readme.html similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Project_Readme.html rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Project_Readme.html diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Startup.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Startup.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Startup.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Startup.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/BoldTagHelper.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/ConditionTagHelper.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/ConditionTagHelper.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/ConditionTagHelper.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/ConditionTagHelper.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelper.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelper.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelper.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelper.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailTo.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailTo.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailTo.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailTo.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailVoid.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailVoid.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailVoid.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/EmailTagHelperMailVoid.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/WebsiteInformationTagHelper.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/WebsiteInformationTagHelper.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/WebsiteInformationTagHelper.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/WebsiteInformationTagHelper.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinker.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinkerCopy.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinkerCopy.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinkerCopy.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1AutoLinkerCopy.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1EmailTagHelperCopy.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1EmailTagHelperCopy.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1EmailTagHelperCopy.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z1EmailTagHelperCopy.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z2AutoLinkerCopy.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z2AutoLinkerCopy.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z2AutoLinkerCopy.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/z2AutoLinkerCopy.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zBoldTagHelperCopy.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zBoldTagHelperCopy.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zBoldTagHelperCopy.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zBoldTagHelperCopy.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zConditionTagHelperCopy.cs b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zConditionTagHelperCopy.cs similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zConditionTagHelperCopy.cs rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/TagHelpers/zConditionTagHelperCopy.cs diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/About.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/About.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/About.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/About.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutBoldOnly.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutBoldOnly.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutBoldOnly.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutBoldOnly.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutNotSelfClosing.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutNotSelfClosing.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutNotSelfClosing.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/AboutNotSelfClosing.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Contact.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Contact.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Contact.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Contact.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactCopy.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactCopy.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactCopy.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactCopy.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactVoid.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactVoid.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactVoid.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/ContactVoid.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Index.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Index.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Index.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Home/Index.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/Error.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/Error.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/Error.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/Error.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/_Layout.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/_Layout.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/Shared/_Layout.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImports.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImports.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImports.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImports.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImportsCopy.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImportsCopy.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImportsCopy.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewImportsCopy.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewStart.cshtml b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewStart.cshtml similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewStart.cshtml rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/Views/_ViewStart.cshtml diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/bower.json b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/bower.json similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/bower.json rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/bower.json diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/config.json b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/config.json similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/config.json rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/config.json diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/gulpfile.js b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/gulpfile.js similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/gulpfile.js rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/gulpfile.js diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/hosting.ini b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/hosting.ini similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/hosting.ini rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/hosting.ini diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/package.json b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/package.json similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/package.json rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/package.json diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/project.json b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/project.json similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/project.json rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/project.json diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/_references.js b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/_references.js similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/_references.js rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/_references.js diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/css/site.css b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/css/site.css similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/css/site.css rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/css/site.css diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/favicon.ico b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/favicon.ico similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/favicon.ico rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/favicon.ico diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-01.png b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-01.png similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-01.png rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-01.png diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-02.png b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-02.png similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-02.png rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/ASP-NET-Banners-02.png diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-01-Azure.png b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-01-Azure.png similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-01-Azure.png rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-01-Azure.png diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-02-VS.png b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-02-VS.png similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-02-VS.png rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/images/Banner-02-VS.png diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/js/site.js b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/js/site.js similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/js/site.js rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/js/site.js diff --git a/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/web.config b/aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/web.config similarity index 100% rename from mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/web.config rename to aspnet/mvc/views/tag-helpers/authoring/sample/AuthoringTagHelpers/src/AuthoringTagHelpers/wwwroot/web.config diff --git a/mvc/views/tag-helpers/index.rst b/aspnet/mvc/views/tag-helpers/index.rst similarity index 100% rename from mvc/views/tag-helpers/index.rst rename to aspnet/mvc/views/tag-helpers/index.rst diff --git a/mvc/views/tag-helpers/intro.rst b/aspnet/mvc/views/tag-helpers/intro.rst similarity index 100% rename from mvc/views/tag-helpers/intro.rst rename to aspnet/mvc/views/tag-helpers/intro.rst diff --git a/mvc/views/tag-helpers/intro/_static/1stName.png b/aspnet/mvc/views/tag-helpers/intro/_static/1stName.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/1stName.png rename to aspnet/mvc/views/tag-helpers/intro/_static/1stName.png diff --git a/mvc/views/tag-helpers/intro/_static/LableHtmlTag.png b/aspnet/mvc/views/tag-helpers/intro/_static/LableHtmlTag.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/LableHtmlTag.png rename to aspnet/mvc/views/tag-helpers/intro/_static/LableHtmlTag.png diff --git a/mvc/views/tag-helpers/intro/_static/bang.png b/aspnet/mvc/views/tag-helpers/intro/_static/bang.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/bang.png rename to aspnet/mvc/views/tag-helpers/intro/_static/bang.png diff --git a/mvc/views/tag-helpers/intro/_static/class.png b/aspnet/mvc/views/tag-helpers/intro/_static/class.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/class.png rename to aspnet/mvc/views/tag-helpers/intro/_static/class.png diff --git a/mvc/views/tag-helpers/intro/_static/fname.png b/aspnet/mvc/views/tag-helpers/intro/_static/fname.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/fname.png rename to aspnet/mvc/views/tag-helpers/intro/_static/fname.png diff --git a/mvc/views/tag-helpers/intro/_static/fontoptions2.png b/aspnet/mvc/views/tag-helpers/intro/_static/fontoptions2.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/fontoptions2.png rename to aspnet/mvc/views/tag-helpers/intro/_static/fontoptions2.png diff --git a/mvc/views/tag-helpers/intro/_static/iclass.png b/aspnet/mvc/views/tag-helpers/intro/_static/iclass.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/iclass.png rename to aspnet/mvc/views/tag-helpers/intro/_static/iclass.png diff --git a/mvc/views/tag-helpers/intro/_static/intel3.png b/aspnet/mvc/views/tag-helpers/intro/_static/intel3.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/intel3.png rename to aspnet/mvc/views/tag-helpers/intro/_static/intel3.png diff --git a/mvc/views/tag-helpers/intro/_static/intelclass.png b/aspnet/mvc/views/tag-helpers/intro/_static/intelclass.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/intelclass.png rename to aspnet/mvc/views/tag-helpers/intro/_static/intelclass.png diff --git a/mvc/views/tag-helpers/intro/_static/intellemail.png b/aspnet/mvc/views/tag-helpers/intro/_static/intellemail.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/intellemail.png rename to aspnet/mvc/views/tag-helpers/intro/_static/intellemail.png diff --git a/mvc/views/tag-helpers/intro/_static/label.png b/aspnet/mvc/views/tag-helpers/intro/_static/label.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/label.png rename to aspnet/mvc/views/tag-helpers/intro/_static/label.png diff --git a/mvc/views/tag-helpers/intro/_static/label2.png b/aspnet/mvc/views/tag-helpers/intro/_static/label2.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/label2.png rename to aspnet/mvc/views/tag-helpers/intro/_static/label2.png diff --git a/mvc/views/tag-helpers/intro/_static/labelVM.png b/aspnet/mvc/views/tag-helpers/intro/_static/labelVM.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/labelVM.png rename to aspnet/mvc/views/tag-helpers/intro/_static/labelVM.png diff --git a/mvc/views/tag-helpers/intro/_static/labelaspfor.PNG b/aspnet/mvc/views/tag-helpers/intro/_static/labelaspfor.PNG similarity index 100% rename from mvc/views/tag-helpers/intro/_static/labelaspfor.PNG rename to aspnet/mvc/views/tag-helpers/intro/_static/labelaspfor.PNG diff --git a/mvc/views/tag-helpers/intro/_static/labelaspfor2.png b/aspnet/mvc/views/tag-helpers/intro/_static/labelaspfor2.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/labelaspfor2.png rename to aspnet/mvc/views/tag-helpers/intro/_static/labelaspfor2.png diff --git a/mvc/views/tag-helpers/intro/_static/labelattr.png b/aspnet/mvc/views/tag-helpers/intro/_static/labelattr.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/labelattr.png rename to aspnet/mvc/views/tag-helpers/intro/_static/labelattr.png diff --git a/mvc/views/tag-helpers/intro/_static/model.png b/aspnet/mvc/views/tag-helpers/intro/_static/model.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/model.png rename to aspnet/mvc/views/tag-helpers/intro/_static/model.png diff --git a/mvc/views/tag-helpers/intro/_static/options.png b/aspnet/mvc/views/tag-helpers/intro/_static/options.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/options.png rename to aspnet/mvc/views/tag-helpers/intro/_static/options.png diff --git a/mvc/views/tag-helpers/intro/_static/regCS.png b/aspnet/mvc/views/tag-helpers/intro/_static/regCS.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/regCS.png rename to aspnet/mvc/views/tag-helpers/intro/_static/regCS.png diff --git a/mvc/views/tag-helpers/intro/_static/regTH.png b/aspnet/mvc/views/tag-helpers/intro/_static/regTH.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/regTH.png rename to aspnet/mvc/views/tag-helpers/intro/_static/regTH.png diff --git a/mvc/views/tag-helpers/intro/_static/stmtcomplete.png b/aspnet/mvc/views/tag-helpers/intro/_static/stmtcomplete.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/stmtcomplete.png rename to aspnet/mvc/views/tag-helpers/intro/_static/stmtcomplete.png diff --git a/mvc/views/tag-helpers/intro/_static/tagSym.png b/aspnet/mvc/views/tag-helpers/intro/_static/tagSym.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/tagSym.png rename to aspnet/mvc/views/tag-helpers/intro/_static/tagSym.png diff --git a/mvc/views/tag-helpers/intro/_static/th.png b/aspnet/mvc/views/tag-helpers/intro/_static/th.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/th.png rename to aspnet/mvc/views/tag-helpers/intro/_static/th.png diff --git a/mvc/views/tag-helpers/intro/_static/thp.png b/aspnet/mvc/views/tag-helpers/intro/_static/thp.png similarity index 100% rename from mvc/views/tag-helpers/intro/_static/thp.png rename to aspnet/mvc/views/tag-helpers/intro/_static/thp.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/IntroToTagHelpers.sln b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/IntroToTagHelpers.sln similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/IntroToTagHelpers.sln rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/IntroToTagHelpers.sln diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/NuGet.Config b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/NuGet.Config similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/NuGet.Config rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/NuGet.Config diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/global.json b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/global.json similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/global.json rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/global.json diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/.bowerrc b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/.bowerrc similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/.bowerrc rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/.bowerrc diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/AccountController.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/AccountController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/AccountController.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/AccountController.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/HomeController.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/HomeController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/HomeController.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/HomeController.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/ManageController.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/ManageController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/ManageController.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Controllers/ManageController.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/IntroToTagHelpers.xproj b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/IntroToTagHelpers.xproj similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/IntroToTagHelpers.xproj rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/IntroToTagHelpers.xproj diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.Designer.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.Designer.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/00000000000000_CreateIdentitySchema.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/ApplicationDbContextModelSnapshot.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/ApplicationDbContextModelSnapshot.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Migrations/ApplicationDbContextModelSnapshot.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationDbContext.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationDbContext.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationDbContext.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationDbContext.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationUser.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationUser.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationUser.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Models/ApplicationUser.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Project_Readme.html b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Project_Readme.html similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Project_Readme.html rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Project_Readme.html diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/IEmailSender.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/IEmailSender.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/IEmailSender.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/IEmailSender.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/ISmsSender.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/ISmsSender.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/ISmsSender.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/ISmsSender.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/MessageServices.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/MessageServices.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/MessageServices.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Services/MessageServices.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Startup.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Startup.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Startup.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Startup.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ExternalLoginConfirmationViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ExternalLoginConfirmationViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ExternalLoginConfirmationViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ExternalLoginConfirmationViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ForgotPasswordViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ForgotPasswordViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ForgotPasswordViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ForgotPasswordViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/LoginViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/LoginViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/LoginViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/LoginViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/RegisterViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/RegisterViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/RegisterViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/RegisterViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ResetPasswordViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ResetPasswordViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ResetPasswordViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/ResetPasswordViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/SendCodeViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/SendCodeViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/SendCodeViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/SendCodeViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/VerifyCodeViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/VerifyCodeViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/VerifyCodeViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Account/VerifyCodeViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/AddPhoneNumberViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/AddPhoneNumberViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/AddPhoneNumberViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/AddPhoneNumberViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ChangePasswordViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ChangePasswordViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ChangePasswordViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ChangePasswordViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ConfigureTwoFactorViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ConfigureTwoFactorViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ConfigureTwoFactorViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ConfigureTwoFactorViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/FactorViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/FactorViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/FactorViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/FactorViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/IndexViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/IndexViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/IndexViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/IndexViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ManageLoginsViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ManageLoginsViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ManageLoginsViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/ManageLoginsViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/SetPasswordViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/SetPasswordViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/SetPasswordViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/SetPasswordViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/VerifyPhoneNumberViewModel.cs b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/VerifyPhoneNumberViewModel.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/VerifyPhoneNumberViewModel.cs rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/ViewModels/Manage/VerifyPhoneNumberViewModel.cs diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ConfirmEmail.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ConfirmEmail.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ConfirmEmail.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ConfirmEmail.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginFailure.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginFailure.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginFailure.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ExternalLoginFailure.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPasswordConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPasswordConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPasswordConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ForgotPasswordConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Lockout.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Lockout.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Lockout.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Lockout.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Login.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Login.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Login.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Login.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Register.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Register.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Register.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/Register.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPasswordConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPasswordConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/ResetPasswordConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/SendCode.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/SendCode.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/SendCode.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/SendCode.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/VerifyCode.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/VerifyCode.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/VerifyCode.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Account/VerifyCode.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/About.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/About.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/About.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/About.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/AboutImage.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/AboutImage.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/AboutImage.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/AboutImage.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Contact.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Contact.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Contact.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Contact.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Index.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Index.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Index.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Home/Index.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/AddPhoneNumber.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/AddPhoneNumber.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/AddPhoneNumber.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/AddPhoneNumber.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ChangePassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ChangePassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ChangePassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ChangePassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/Index.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/Index.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/Index.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/Index.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ManageLogins.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ManageLogins.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ManageLogins.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/ManageLogins.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/RemoveLogin.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/RemoveLogin.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/RemoveLogin.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/RemoveLogin.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/SetPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/SetPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/SetPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/SetPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/VerifyPhoneNumber.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/VerifyPhoneNumber.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/VerifyPhoneNumber.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Manage/VerifyPhoneNumber.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/Error.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/Error.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/Error.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/Error.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_Layout.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_Layout.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_Layout.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_LoginPartial.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_LoginPartial.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_LoginPartial.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_LoginPartial.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_ValidationScriptsPartial.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_ValidationScriptsPartial.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImports.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImports.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImports.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImports.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImportsNoAuth.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImportsNoAuth.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImportsNoAuth.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewImportsNoAuth.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewStart.cshtml b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewStart.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewStart.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/Views/_ViewStart.cshtml diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/bower.json b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/bower.json similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/bower.json rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/bower.json diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/config.json b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/config.json similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/config.json rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/config.json diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/gulpfile.js b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/gulpfile.js similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/gulpfile.js rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/gulpfile.js diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/hosting.ini b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/hosting.ini similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/hosting.ini rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/hosting.ini diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/package.json b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/package.json similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/package.json rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/package.json diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/project.json b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/project.json similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/project.json rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/project.json diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/_references.js b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/_references.js similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/_references.js rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/_references.js diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/css/site.css b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/css/site.css similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/css/site.css rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/css/site.css diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/favicon.ico b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/favicon.ico similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/favicon.ico rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/favicon.ico diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-01.png b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-01.png similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-01.png rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-01.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-02.png b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-02.png similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-02.png rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/ASP-NET-Banners-02.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-01-Azure.png b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-01-Azure.png similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-01-Azure.png rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-01-Azure.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-02-VS.png b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-02-VS.png similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-02-VS.png rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/Banner-02-VS.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/MyBanner.png b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/MyBanner.png similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/MyBanner.png rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/images/MyBanner.png diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/js/site.js b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/js/site.js similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/js/site.js rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/js/site.js diff --git a/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/web.config b/aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/web.config similarity index 100% rename from mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/web.config rename to aspnet/mvc/views/tag-helpers/intro/sample/IntroToTagHelpers/src/IntroToTagHelpers/wwwroot/web.config diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers.sln diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/BundleConfig.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/BundleConfig.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/BundleConfig.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/BundleConfig.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/FilterConfig.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/FilterConfig.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/FilterConfig.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/FilterConfig.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/IdentityConfig.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/IdentityConfig.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/IdentityConfig.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/IdentityConfig.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/RouteConfig.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/RouteConfig.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/RouteConfig.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/RouteConfig.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/Startup.Auth.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/Startup.Auth.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/Startup.Auth.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/App_Start/Startup.Auth.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/Site.css b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/Site.css similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/Site.css rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/Site.css diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.css b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.css similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.css rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.css diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.min.css b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.min.css similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.min.css rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Content/bootstrap.min.css diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/AccountController.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/AccountController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/AccountController.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/AccountController.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/HomeController.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/HomeController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/HomeController.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/HomeController.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/ManageController.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/ManageController.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/ManageController.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Controllers/ManageController.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Global.asax.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/HtmlHelpers.csproj diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/AccountViewModels.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/AccountViewModels.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/AccountViewModels.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/AccountViewModels.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/IdentityModels.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/IdentityModels.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/IdentityModels.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/IdentityModels.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/ManageViewModels.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/ManageViewModels.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/ManageViewModels.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Models/ManageViewModels.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Project_Readme.html b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Project_Readme.html similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Project_Readme.html rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Project_Readme.html diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Properties/AssemblyInfo.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Properties/AssemblyInfo.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Properties/AssemblyInfo.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Properties/AssemblyInfo.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/_references.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/_references.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/_references.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/_references.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.min.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.min.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.min.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/bootstrap.min.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.intellisense.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.intellisense.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.intellisense.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.intellisense.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.map b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.map similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.map rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery-1.10.2.min.map diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate-vsdoc.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate-vsdoc.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate-vsdoc.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate-vsdoc.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.min.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.min.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.min.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.min.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.min.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.min.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.min.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/jquery.validate.unobtrusive.min.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/modernizr-2.6.2.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/modernizr-2.6.2.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/modernizr-2.6.2.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/modernizr-2.6.2.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.min.js b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.min.js similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.min.js rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Scripts/respond.min.js diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Startup.cs b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Startup.cs similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Startup.cs rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Startup.cs diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ConfirmEmail.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ConfirmEmail.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ConfirmEmail.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ConfirmEmail.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginFailure.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginFailure.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginFailure.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ExternalLoginFailure.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPasswordConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPasswordConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPasswordConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ForgotPasswordConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Login.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Login.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Login.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Login.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Register.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Register.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Register.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/Register.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPasswordConfirmation.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPasswordConfirmation.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/ResetPasswordConfirmation.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/SendCode.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/SendCode.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/SendCode.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/SendCode.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/VerifyCode.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/VerifyCode.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/VerifyCode.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/VerifyCode.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/_ExternalLoginsListPartial.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/_ExternalLoginsListPartial.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/_ExternalLoginsListPartial.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Account/_ExternalLoginsListPartial.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/About.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Contact.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Contact.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Contact.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Contact.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Home/Index.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/AddPhoneNumber.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ChangePassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ChangePassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ChangePassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ChangePassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/Index.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/Index.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/Index.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/Index.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ManageLogins.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ManageLogins.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ManageLogins.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/ManageLogins.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/SetPassword.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/SetPassword.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/SetPassword.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/SetPassword.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/VerifyPhoneNumber.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/VerifyPhoneNumber.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/VerifyPhoneNumber.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Manage/VerifyPhoneNumber.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Error.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Error.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Error.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Error.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Lockout.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Lockout.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Lockout.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/Lockout.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_Layout.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_Layout.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_Layout.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_Layout.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_LoginPartial.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_LoginPartial.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_LoginPartial.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Shared/_LoginPartial.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Web.config b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Web.config similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Web.config rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/Web.config diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Views/_ViewStart.cshtml diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Debug.config b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Debug.config similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Debug.config rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Debug.config diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Release.config b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Release.config similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Release.config rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.Release.config diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.config b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.config similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.config rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/Web.config diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/favicon.ico b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/favicon.ico similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/favicon.ico rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/favicon.ico diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.eot b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.eot rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.eot diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.svg b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.svg rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.svg diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.ttf b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.ttf rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.ttf diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.woff b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.woff rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/fonts/glyphicons-halflings-regular.woff diff --git a/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/packages.config b/aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/packages.config similarity index 100% rename from mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/packages.config rename to aspnet/mvc/views/tag-helpers/intro/sampleHtmlHelpers/HtmlHelpers/HtmlHelpers/packages.config diff --git a/mvc/views/view-components.rst b/aspnet/mvc/views/view-components.rst similarity index 100% rename from mvc/views/view-components.rst rename to aspnet/mvc/views/view-components.rst diff --git a/mvc/views/view-components/_static/p2.png b/aspnet/mvc/views/view-components/_static/p2.png similarity index 100% rename from mvc/views/view-components/_static/p2.png rename to aspnet/mvc/views/view-components/_static/p2.png diff --git a/mvc/views/view-components/_static/pi.png b/aspnet/mvc/views/view-components/_static/pi.png similarity index 100% rename from mvc/views/view-components/_static/pi.png rename to aspnet/mvc/views/view-components/_static/pi.png diff --git a/mvc/views/view-components/_static/pvc.png b/aspnet/mvc/views/view-components/_static/pvc.png similarity index 100% rename from mvc/views/view-components/_static/pvc.png rename to aspnet/mvc/views/view-components/_static/pvc.png