Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
--------------------------------------------------------------------------------
/EmployeeManagement/Views/Home/Index.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Home Page";
3 | }
4 |
5 |
9 |
--------------------------------------------------------------------------------
/EmployeeManagement/Views/Home/Privacy.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Privacy Policy";
3 | }
4 | Use this page to detail your site's privacy policy.
7 |
--------------------------------------------------------------------------------
/EmployeeManagement/Views/_ViewImports.cshtml:
--------------------------------------------------------------------------------
1 | @using EmployeeManagement
2 | @using EmployeeManagement.Models
3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
4 |
--------------------------------------------------------------------------------
/EmployeeManagement/Views/_ViewStart.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = "_Layout";
3 | }
4 |
--------------------------------------------------------------------------------
/EmployeeManagement/app.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/app.db
--------------------------------------------------------------------------------
/EmployeeManagement/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Debug",
5 | "System": "Information",
6 | "Microsoft": "Information"
7 | }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/EmployeeManagement/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "ConnectionStrings": {
3 | "DefaultConnection": "DataSource=app.db"
4 | },
5 | "Logging": {
6 | "LogLevel": {
7 | "Default": "Warning"
8 | }
9 | },
10 | "AllowedHosts": "*"
11 | }
12 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | ba2d08f330dc5c22df803b8f9ca41df9bcbd63f5
2 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.RazorAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 | e4d226c1a20047349298f308909bff5789ceb3cd
2 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.RazorCoreGenerate.cache:
--------------------------------------------------------------------------------
1 | dca2b7ac1e0bcbd36823c8e53a034789ef29464d
2 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.RazorTargetAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 | 524fdfdc597975ba9f4c021d3478efaf1f29a239
2 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.TagHelpers.input.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.TagHelpers.input.cache
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.Views.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.Views.dll
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.Views.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.Views.pdb
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.assets.cache
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.csproj.CopyComplete:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.csproj.CopyComplete
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 7e49e7f344c871b4134e26e0698d9a0b6a46d10a
2 |
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.dll
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Amine-Smahi/.NET-Core-Learning-Journey/3af12b996cccfcbe2ee641383d4c8bc4cc136b2f/EmployeeManagement/obj/Debug/netcoreapp2.2/EmployeeManagement.pdb
--------------------------------------------------------------------------------
/EmployeeManagement/obj/Debug/netcoreapp2.2/UserSecretsAssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //