Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
23 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/Views/_ViewImports.cshtml: -------------------------------------------------------------------------------- 1 | @using EmployeeApplication 2 | @using EmployeeApplication.Models 3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers 4 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "_Layout"; 3 | } 4 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/appsettings.Development.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "IncludeScopes": false, 4 | "LogLevel": { 5 | "Default": "Debug", 6 | "System": "Information", 7 | "Microsoft": "Information" 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/appsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "IncludeScopes": false, 4 | "LogLevel": { 5 | "Default": "Warning" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.dll -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.pdb -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.runtimeconfig.dev.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": { 3 | "additionalProbingPaths": [ 4 | "C:\\Users\\Sandeep\\.dotnet\\store\\|arch|\\|tfm|", 5 | "C:\\Users\\Sandeep\\.nuget\\packages", 6 | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 | ] 8 | } 9 | } -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bin/Debug/netcoreapp2.0/EmployeeApplication.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": { 3 | "tfm": "netcoreapp2.0", 4 | "framework": { 5 | "name": "Microsoft.NETCore.App", 6 | "version": "2.0.0" 7 | }, 8 | "configProperties": { 9 | "System.GC.Server": true 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "asp.net", 3 | "private": true, 4 | "dependencies": { 5 | "bootstrap": "3.3.7", 6 | "jquery": "2.2.0", 7 | "jquery-validation": "1.14.0", 8 | "jquery-validation-unobtrusive": "3.2.6" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/bundleconfig.json: -------------------------------------------------------------------------------- 1 | // Configure bundling and minification for the project. 2 | // More info at https://go.microsoft.com/fwlink/?LinkId=808241 3 | [ 4 | { 5 | "outputFileName": "wwwroot/css/site.min.css", 6 | // An array of relative input file paths. Globbing patterns supported 7 | "inputFiles": [ 8 | "wwwroot/css/site.css" 9 | ] 10 | }, 11 | { 12 | "outputFileName": "wwwroot/js/site.min.js", 13 | "inputFiles": [ 14 | "wwwroot/js/site.js" 15 | ], 16 | // Optionally specify minification options 17 | "minify": { 18 | "enabled": true, 19 | "renameLocals": true 20 | }, 21 | // Optionally generate .map file 22 | "sourceMap": false 23 | } 24 | ] 25 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | 498933fbf5ce15ab66ba38b8173be2aad5fa701e 2 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | af3f8b7bb7be1376867a4d8087a329a115f08bd4 2 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.dll -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/obj/Debug/netcoreapp2.0/EmployeeApplication.pdb -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/EmployeeApplication.csproj.nuget.cache: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "dgSpecHash": "yH3fHEb9ZNLYDXRFNiYdileKU/gotfx0vWM4lblmufxOz85/aISir0RypLt5VKZpisvzzygY6drnEUjk6kwFVA==", 4 | "success": true 5 | } -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Release/netcoreapp2.0/EmployeeApplication.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | 6ea10ed563b2d8cf18567abe854dddfc760d4054 2 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/obj/Release/netcoreapp2.0/EmployeeApplication.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | af3f8b7bb7be1376867a4d8087a329a115f08bd4 2 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/css/site.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding-top: 50px; 3 | padding-bottom: 20px; 4 | } 5 | 6 | /* Wrapping element */ 7 | /* Set some basic padding to keep content from hitting the edges */ 8 | .body-content { 9 | padding-left: 15px; 10 | padding-right: 15px; 11 | } 12 | .top-buffer { 13 | margin-top: 15px; 14 | } 15 | 16 | /* Carousel */ 17 | .carousel-caption p { 18 | font-size: 20px; 19 | line-height: 1.4; 20 | } 21 | 22 | /* Make .svg files in the carousel display properly in older browsers */ 23 | .carousel-inner .item img[src$=".svg"] { 24 | width: 100%; 25 | } 26 | 27 | /* QR code generator */ 28 | #qrCode { 29 | margin: 15px; 30 | } 31 | 32 | /* Hide/rearrange for smaller screens */ 33 | @media screen and (max-width: 767px) { 34 | /* Hide captions */ 35 | .carousel-caption { 36 | display: none; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/css/site.min.css: -------------------------------------------------------------------------------- 1 | body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}.carousel-caption p{font-size:20px;line-height:1.4}.carousel-inner .item img[src$=".svg"]{width:100%}#qrCode{margin:15px}@media screen and (max-width:767px){.carousel-caption{display:none}} -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/favicon.ico -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/js/site.js: -------------------------------------------------------------------------------- 1 | // Write your JavaScript code. 2 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/js/site.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/js/site.min.js -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap", 3 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", 4 | "keywords": [ 5 | "css", 6 | "js", 7 | "less", 8 | "mobile-first", 9 | "responsive", 10 | "front-end", 11 | "framework", 12 | "web" 13 | ], 14 | "homepage": "http://getbootstrap.com", 15 | "license": "MIT", 16 | "moduleType": "globals", 17 | "main": [ 18 | "less/bootstrap.less", 19 | "dist/js/bootstrap.js" 20 | ], 21 | "ignore": [ 22 | "/.*", 23 | "_config.yml", 24 | "CNAME", 25 | "composer.json", 26 | "CONTRIBUTING.md", 27 | "docs", 28 | "js/tests", 29 | "test-infra" 30 | ], 31 | "dependencies": { 32 | "jquery": "1.9.1 - 3" 33 | }, 34 | "version": "3.3.7", 35 | "_release": "3.3.7", 36 | "_resolution": { 37 | "type": "version", 38 | "tag": "v3.3.7", 39 | "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" 40 | }, 41 | "_source": "https://github.com/twbs/bootstrap.git", 42 | "_target": "v3.3.7", 43 | "_originalSource": "bootstrap", 44 | "_direct": true 45 | } -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2011-2016 Twitter, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssshekhawat/ASP.NET-Core-MVC-Example/2209cf2127e03aca85f49947e7ccb791c604dd2a/EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /EmployeeApplication/EmployeeApplication/wwwroot/lib/jquery-validation/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery-validation", 3 | "homepage": "http://jqueryvalidation.org/", 4 | "repository": { 5 | "type": "git", 6 | "url": "git://github.com/jzaefferer/jquery-validation.git" 7 | }, 8 | "authors": [ 9 | "Jörn ZaeffererUse this area to provide additional information.
8 | -------------------------------------------------------------------------------- /FirstCRUDApplication/FirstCRUDApplication/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
23 | -------------------------------------------------------------------------------- /FirstCRUDApplication/FirstCRUDApplication/Views/Shared/_Modal.cshtml: -------------------------------------------------------------------------------- 1 | @model FirstCRUDApplication.Models.BootstrapModel 2 | 3 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /FirstCRUDApplication/FirstCRUDApplication/Views/Shared/_ModalFooter.cshtml: -------------------------------------------------------------------------------- 1 | @model FirstCRUDApplication.Models.ModalFooter 2 | 3 | 11 | -------------------------------------------------------------------------------- /FirstCRUDApplication/FirstCRUDApplication/Views/Shared/_ModalHeader.cshtml: -------------------------------------------------------------------------------- 1 | @model FirstCRUDApplication.Models.ModalHeader 2 | 3 |Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /GenericRepository/GRP.Web/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
23 | -------------------------------------------------------------------------------- /GenericRepository/GRP.Web/Views/Shared/_Modal.cshtml: -------------------------------------------------------------------------------- 1 | @model GRP.Web.Models.BootstrapModel 2 | 3 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /GenericRepository/GRP.Web/Views/Shared/_ModalFooter.cshtml: -------------------------------------------------------------------------------- 1 | @model GRP.Web.Models.ModalFooter 2 | 3 | 11 | -------------------------------------------------------------------------------- /GenericRepository/GRP.Web/Views/Shared/_ModalHeader.cshtml: -------------------------------------------------------------------------------- 1 | @model GRP.Web.Models.ModalHeader 2 | 3 |Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /OnionArchitectureApp/OAA.Web/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
23 | -------------------------------------------------------------------------------- /OnionArchitectureApp/OAA.Web/Views/Shared/_Modal.cshtml: -------------------------------------------------------------------------------- 1 | @model OAA.Web.Models.BootstrapModel 2 | 3 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /OnionArchitectureApp/OAA.Web/Views/Shared/_ModalFooter.cshtml: -------------------------------------------------------------------------------- 1 | @model OAA.Web.Models.ModalFooter 2 | 3 | 11 | -------------------------------------------------------------------------------- /OnionArchitectureApp/OAA.Web/Views/Shared/_ModalHeader.cshtml: -------------------------------------------------------------------------------- 1 | @model OAA.Web.Models.ModalHeader 2 | 3 |Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /RepositoryPattern/RP.Web/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
23 | -------------------------------------------------------------------------------- /RepositoryPattern/RP.Web/Views/Shared/_Modal.cshtml: -------------------------------------------------------------------------------- 1 | @model RP.Web.Models.BootstrapModel 2 | 3 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /RepositoryPattern/RP.Web/Views/Shared/_ModalFooter.cshtml: -------------------------------------------------------------------------------- 1 | @model RP.Web.Models.ModalFooter 2 | 3 | 11 | -------------------------------------------------------------------------------- /RepositoryPattern/RP.Web/Views/Shared/_ModalHeader.cshtml: -------------------------------------------------------------------------------- 1 | @model RP.Web.Models.ModalHeader 2 | 3 |