Download link
File List
-
文件过大导致无法格式化,将以元数据展示。
[{"path": "05. Hangfire Best Practices, Scaling out, and Performance/08. Scaling out Hangfire Demo.mp4", "length": 71901894}, {"path": "02. Introduction/01. Introduction.mp4", "length": 4198121}, {"path": "02. Introduction/02. Hangfire in Action.mp4", "length": 5022171}, {"path": "02. Introduction/03. Course and Module Overview.mp4", "length": 2381122}, {"path": "02. Introduction/04. Hangfire Features.mp4", "length": 7295512}, {"path": "02. Introduction/05. Hangfire Background Job Types.mp4", "length": 3080338}, {"path": "02. Introduction/06. Hangfire Architecture.mp4", "length": 2527995}, {"path": "02. Introduction/07. Route Delivery Application.mp4", "length": 14305611}, {"path": "02. Introduction/08. Installing Hangfire.mp4", "length": 39558413}, {"path": "02. Introduction/09. Hangfire Integration.mp4", "length": 6208824}, {"path": "02. Introduction/10. Hangfire Pro.mp4", "length": 1565415}, {"path": "02. Introduction/11. Summary.mp4", "length": 1191780}, {"path": "03. Getting To Know Background Job Types/01. Introduction.mp4", "length": 1529939}, {"path": "03. Getting To Know Background Job Types/02. Fire-and-forget.mp4", "length": 12744991}, {"path": "03. Getting To Know Background Job Types/03. Delayed.mp4", "length": 9228691}, {"path": "03. Getting To Know Background Job Types/04. Recurring.mp4", "length": 18208389}, {"path": "03. Getting To Know Background Job Types/05. Using Batches.mp4", "length": 10097311}, {"path": "03. Getting To Know Background Job Types/06. Chaining Batches.mp4", "length": 12457163}, {"path": "03. Getting To Know Background Job Types/07. Complex Workflows.mp4", "length": 3234018}, {"path": "03. Getting To Know Background Job Types/08. Passing Parameters.mp4", "length": 8378756}, {"path": "03. Getting To Know Background Job Types/09. Passing Dependencies.mp4", "length": 11143223}, {"path": "03. Getting To Know Background Job Types/10. Summary.mp4", "length": 2722155}, {"path": "04. Hangfire Dashboard and Job Storage/01. Introduction.mp4", "length": 976518}, {"path": "04. Hangfire Dashboard and Job Storage/02. Hangfire Dashboard How It Works.mp4", "length": 1487855}, {"path": "04. Hangfire Dashboard and Job Storage/03. Hangfire Dashboard Features.mp4", "length": 15085345}, {"path": "04. Hangfire Dashboard and Job Storage/04. Hangfire Dashboard Configuration.mp4", "length": 18085493}, {"path": "04. Hangfire Dashboard and Job Storage/05. Hangfire Dashboard Security.mp4", "length": 6503036}, {"path": "04. Hangfire Dashboard and Job Storage/06. Exceptions.mp4", "length": 25556261}, {"path": "04. Hangfire Dashboard and Job Storage/07. Logging.mp4", "length": 17686424}, {"path": "04. Hangfire Dashboard and Job Storage/08. Cancellation Tokens.mp4", "length": 12297304}, {"path": "04. Hangfire Dashboard and Job Storage/09. SQL Server Configuration.mp4", "length": 4725709}, {"path": "04. Hangfire Dashboard and Job Storage/10. Hangfire Redis Support.mp4", "length": 17780965}, {"path": "04. Hangfire Dashboard and Job Storage/11. Summary.mp4", "length": 1233716}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/01. Introduction.mp4", "length": 910957}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/02. Background Job Code.mp4", "length": 5693168}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/03. Writing Unit Tests.mp4", "length": 14317058}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/04. IOC.mp4", "length": 11422177}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/05. Job Filters.mp4", "length": 19541004}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/06. Ready Hangfire for Deployment.mp4", "length": 4751038}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/07. Scaling out Hangfire.mp4", "length": 4796962}, {"path": "01. Course Overview/01. Course Overview.mp4", "length": 4663424}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/09. Multiple Queues.mp4", "length": 10625586}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/10. Configuring Worker Threads.mp4", "length": 3048106}, {"path": "05. Hangfire Best Practices, Scaling out, and Performance/11. Summary.mp4", "length": 1430019}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/BundleConfig.cs", "length": 1275}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/DIConfig.cs", "length": 866}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/FilterConfig.cs", "length": 281}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/IdentityConfig.cs", "length": 4443}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/RouteConfig.cs", "length": 606}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/App_Start/Startup.Auth.cs", "length": 3529}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Content/bootstrap.css", "length": 120502}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Content/bootstrap.min.css", "length": 97949}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Content/images/Truck.jpg", "length": 2731899}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Content/Site.css", "length": 537}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/AccountController.cs", "length": 17882}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/CustomerController.cs", "length": 1991}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/DeliveryController.cs", "length": 1997}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/DeliveryScheduleController.cs", "length": 2381}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/DriverController.cs", "length": 1982}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/HomeController.cs", "length": 611}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/ManageController.cs", "length": 14459}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Controllers/OptimizationRequestController.cs", "length": 2586}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/favicon.ico", "length": 32038}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/fonts/glyphicons-halflings-regular.eot", "length": 14079}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/fonts/glyphicons-halflings-regular.svg", "length": 63157}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/fonts/glyphicons-halflings-regular.ttf", "length": 29512}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/fonts/glyphicons-halflings-regular.woff", "length": 16448}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Global.asax", "length": 105}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Global.asax.cs", "length": 595}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Models/AccountViewModels.cs", "length": 3226}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Models/IdentityModels.cs", "length": 1244}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Models/ManageViewModels.cs", "length": 2744}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 25811}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/RouteDelivery.dll", "length": 69632}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/RouteDelivery.MVC.csproj.FileListAbsolute.txt", "length": 60923}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/RouteDelivery.MVC.csprojResolveAssemblyReference.cache", "length": 799683}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/RouteDelivery.pdb", "length": 136704}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/packages.config", "length": 3285}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Project_Readme.html", "length": 5277}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Properties/AssemblyInfo.cs", "length": 1392}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/RouteDelivery.MVC.csproj", "length": 20410}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/RouteDelivery.MVC.csproj.user", "length": 1841}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/bootstrap.js", "length": 59250}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/bootstrap.min.js", "length": 28518}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery-1.10.2.intellisense.js", "length": 162404}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery-1.10.2.js", "length": 273990}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery-1.10.2.min.js", "length": 94140}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery-1.10.2.min.map", "length": 140036}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery.validate-vsdoc.js", "length": 44680}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery.validate.js", "length": 39745}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery.validate.min.js", "length": 21862}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery.validate.unobtrusive.js", "length": 19828}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/jquery.validate.unobtrusive.min.js", "length": 6286}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/modernizr-2.6.2.js", "length": 51458}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/respond.js", "length": 10318}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/respond.min.js", "length": 4860}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Scripts/_references.js", "length": 600}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Startup.cs", "length": 507}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ConfirmEmail.cshtml", "length": 285}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ExternalLoginConfirmation.cshtml", "length": 1350}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ExternalLoginFailure.cshtml", "length": 168}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ForgotPassword.cshtml", "length": 911}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ForgotPasswordConfirmation.cshtml", "length": 224}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/Login.cshtml", "length": 2760}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/Register.cshtml", "length": 1414}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ResetPassword.cshtml", "length": 1468}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/ResetPasswordConfirmation.cshtml", "length": 331}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/SendCode.cshtml", "length": 773}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/VerifyCode.cshtml", "length": 1300}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Account/_ExternalLoginsListPartial.cshtml", "length": 1220}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Customer/Create.cshtml", "length": 2019}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Customer/Edit.cshtml", "length": 2058}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Customer/Index.cshtml", "length": 1085}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Delivery/Create.cshtml", "length": 1547}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Delivery/Edit.cshtml", "length": 1586}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Delivery/Index.cshtml", "length": 891}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Driver/Create.cshtml", "length": 2460}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Driver/Edit.cshtml", "length": 2923}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Driver/Index.cshtml", "length": 1183}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/DriverSchedule/Index.cshtml", "length": 1015}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Home/About.cshtml", "length": 152}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Home/Contact.cshtml", "length": 457}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Home/Index.cshtml", "length": 243}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/AddPhoneNumber.cshtml", "length": 900}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/ChangePassword.cshtml", "length": 1453}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/Index.cshtml", "length": 3114}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/ManageLogins.cshtml", "length": 2887}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/SetPassword.cshtml", "length": 1343}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Manage/VerifyPhoneNumber.cshtml", "length": 997}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/OptimizationRequest/Create.cshtml", "length": 1173}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/OptimizationRequest/Edit.cshtml", "length": 1190}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/OptimizationRequest/Index.cshtml", "length": 1018}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Shared/Error.cshtml", "length": 201}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Shared/Lockout.cshtml", "length": 247}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Shared/_Layout.cshtml", "length": 1808}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Shared/_LoginPartial.cshtml", "length": 907}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/Web.config", "length": 1934}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Views/_ViewStart.cshtml", "length": 57}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Web.config", "length": 5890}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Web.Debug.config", "length": 1271}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery/Web.Release.config", "length": 1332}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/App.config", "length": 1090}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/EDM/RouteDelivery.cs", "length": 1359}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/CustomerRepository.cs", "length": 2446}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/DeliveryRepository.cs", "length": 3222}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/DeliveryScheduleRepository.cs", "length": 2053}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/DriverRepository.cs", "length": 3607}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/OptimizationRequestRepository.cs", "length": 2146}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Implementations/UnitOfWork.cs", "length": 2005}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/IRepository.cs", "length": 512}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/IUnitOfWork.cs", "length": 520}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 7897}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.csproj.FileListAbsolute.txt", "length": 7198}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.csprojResolveAssemblyReference.cache", "length": 71740}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.dll", "length": 14848}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.pdb", "length": 38400}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/packages.config", "length": 143}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/Properties/AssemblyInfo.cs", "length": 1448}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Data/RouteDelivery.Data.csproj", "length": 4068}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/Customer.cs", "length": 589}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/Delivery.cs", "length": 523}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/DeliverySchedule.cs", "length": 870}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/Driver.cs", "length": 792}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/IEntity.cs", "length": 236}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 6957}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.csproj.FileListAbsolute.txt", "length": 2444}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.csprojResolveAssemblyReference.cache", "length": 2096}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.dll", "length": 9216}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.pdb", "length": 28160}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/OptimizationRequest.cs", "length": 1015}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/Properties/AssemblyInfo.cs", "length": 1452}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/RouteDelivery.Models.csproj", "length": 2800}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.Models/TransportType.cs", "length": 263}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/IOptimizationEngine.cs", "length": 310}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 7142}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.csproj.FileListAbsolute.txt", "length": 8905}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.csprojResolveAssemblyReference.cache", "length": 59997}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.dll", "length": 8192}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.pdb", "length": 17920}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/OptimizationEngine.cs", "length": 3229}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/Properties/AssemblyInfo.cs", "length": 1476}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.OptimizationEngine/RouteDelivery.OptimizationEngine.csproj", "length": 3021}, {"path": "files/1-exercise-files/HangfireSolution/RouteDelivery.sln", "length": 2586}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/BundleConfig.cs", "length": 1275}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/DIConfig.cs", "length": 866}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/FilterConfig.cs", "length": 281}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/IdentityConfig.cs", "length": 4443}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/RouteConfig.cs", "length": 606}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/App_Start/Startup.Auth.cs", "length": 3529}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Content/bootstrap.css", "length": 120502}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Content/bootstrap.min.css", "length": 97949}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Content/images/Truck.jpg", "length": 2731899}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Content/Site.css", "length": 537}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/AccountController.cs", "length": 17882}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/CustomerController.cs", "length": 1991}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/DeliveryController.cs", "length": 1997}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/DeliveryScheduleController.cs", "length": 2381}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/DriverController.cs", "length": 1982}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/HomeController.cs", "length": 611}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/ManageController.cs", "length": 14459}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Controllers/OptimizationRequestController.cs", "length": 2835}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/favicon.ico", "length": 32038}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/fonts/glyphicons-halflings-regular.eot", "length": 14079}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/fonts/glyphicons-halflings-regular.svg", "length": 63157}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/fonts/glyphicons-halflings-regular.ttf", "length": 29512}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/fonts/glyphicons-halflings-regular.woff", "length": 16448}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Global.asax", "length": 105}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Global.asax.cs", "length": 595}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Models/AccountViewModels.cs", "length": 3226}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Models/IdentityModels.cs", "length": 1244}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Models/ManageViewModels.cs", "length": 2744}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 25994}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/RouteDelivery.dll", "length": 68608}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/RouteDelivery.MVC.csproj.FileListAbsolute.txt", "length": 39979}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/RouteDelivery.MVC.csprojResolveAssemblyReference.cache", "length": 395227}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/RouteDelivery.pdb", "length": 136704}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/packages.config", "length": 3285}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Project_Readme.html", "length": 5277}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Properties/AssemblyInfo.cs", "length": 1392}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/RouteDelivery.MVC.csproj", "length": 19915}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/RouteDelivery.MVC.csproj.user", "length": 1841}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/bootstrap.js", "length": 59250}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/bootstrap.min.js", "length": 28518}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery-1.10.2.intellisense.js", "length": 162404}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery-1.10.2.js", "length": 273990}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery-1.10.2.min.js", "length": 94140}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery-1.10.2.min.map", "length": 140036}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery.validate-vsdoc.js", "length": 44680}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery.validate.js", "length": 39745}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery.validate.min.js", "length": 21862}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery.validate.unobtrusive.js", "length": 19828}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/jquery.validate.unobtrusive.min.js", "length": 6286}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/modernizr-2.6.2.js", "length": 51458}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/respond.js", "length": 10318}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/respond.min.js", "length": 4860}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Scripts/_references.js", "length": 600}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Startup.cs", "length": 325}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ConfirmEmail.cshtml", "length": 285}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ExternalLoginConfirmation.cshtml", "length": 1350}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ExternalLoginFailure.cshtml", "length": 168}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ForgotPassword.cshtml", "length": 911}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ForgotPasswordConfirmation.cshtml", "length": 224}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/Login.cshtml", "length": 2760}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/Register.cshtml", "length": 1414}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ResetPassword.cshtml", "length": 1468}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/ResetPasswordConfirmation.cshtml", "length": 331}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/SendCode.cshtml", "length": 773}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/VerifyCode.cshtml", "length": 1300}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Account/_ExternalLoginsListPartial.cshtml", "length": 1220}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Customer/Create.cshtml", "length": 2019}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Customer/Edit.cshtml", "length": 2058}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Customer/Index.cshtml", "length": 1085}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Delivery/Create.cshtml", "length": 1547}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Delivery/Edit.cshtml", "length": 1586}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Delivery/Index.cshtml", "length": 891}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Driver/Create.cshtml", "length": 2460}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Driver/Edit.cshtml", "length": 2923}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Driver/Index.cshtml", "length": 1183}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/DriverSchedule/Index.cshtml", "length": 1015}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Home/About.cshtml", "length": 152}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Home/Contact.cshtml", "length": 457}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Home/Index.cshtml", "length": 243}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/AddPhoneNumber.cshtml", "length": 900}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/ChangePassword.cshtml", "length": 1453}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/Index.cshtml", "length": 3114}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/ManageLogins.cshtml", "length": 2887}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/SetPassword.cshtml", "length": 1343}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Manage/VerifyPhoneNumber.cshtml", "length": 997}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/OptimizationRequest/Create.cshtml", "length": 1173}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/OptimizationRequest/Edit.cshtml", "length": 1190}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/OptimizationRequest/Index.cshtml", "length": 1018}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Shared/Error.cshtml", "length": 201}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Shared/Lockout.cshtml", "length": 247}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Shared/_Layout.cshtml", "length": 1716}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Shared/_LoginPartial.cshtml", "length": 907}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/Web.config", "length": 1934}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Views/_ViewStart.cshtml", "length": 57}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Web.config", "length": 5890}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Web.Debug.config", "length": 1271}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery/Web.Release.config", "length": 1332}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/App.config", "length": 1090}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/EDM/RouteDelivery.cs", "length": 1359}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/CustomerRepository.cs", "length": 2444}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/DeliveryRepository.cs", "length": 3224}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/DeliveryScheduleRepository.cs", "length": 2053}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/DriverRepository.cs", "length": 3607}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/OptimizationRequestRepository.cs", "length": 2144}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Implementations/UnitOfWork.cs", "length": 2005}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/IRepository.cs", "length": 512}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/IUnitOfWork.cs", "length": 520}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 7869}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.csproj.FileListAbsolute.txt", "length": 4166}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.csprojResolveAssemblyReference.cache", "length": 39161}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.dll", "length": 14848}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/RouteDelivery.Data.pdb", "length": 38400}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/packages.config", "length": 143}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/Properties/AssemblyInfo.cs", "length": 1448}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Data/RouteDelivery.Data.csproj", "length": 4068}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/Customer.cs", "length": 589}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/Delivery.cs", "length": 523}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/DeliverySchedule.cs", "length": 870}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/Driver.cs", "length": 792}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/IEntity.cs", "length": 236}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 6949}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.csproj.FileListAbsolute.txt", "length": 1211}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.csprojResolveAssemblyReference.cache", "length": 2096}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.dll", "length": 9216}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/RouteDelivery.Models.pdb", "length": 28160}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/OptimizationRequest.cs", "length": 1015}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/Properties/AssemblyInfo.cs", "length": 1452}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/RouteDelivery.Models.csproj", "length": 2800}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.Models/TransportType.cs", "length": 263}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/IOptimizationEngine.cs", "length": 328}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache", "length": 7158}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.csproj.FileListAbsolute.txt", "length": 5711}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.csprojResolveAssemblyReference.cache", "length": 32910}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.dll", "length": 8192}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/RouteDelivery.OptimizationEngine.pdb", "length": 15872}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs", "length": 0}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/OptimizationEngine.cs", "length": 3152}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/Properties/AssemblyInfo.cs", "length": 1476}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.OptimizationEngine/RouteDelivery.OptimizationEngine.csproj", "length": 3021}, {"path": "files/1-exercise-files/RouteDeliveryProblem/RouteDelivery.sln", "length": 2586}, {"path": "files/1-simplified-dotnet-background-tasks-hangfire-m1-slides.pdf", "length": 171617}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/BundleConfig.cs", "length": 1275}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/DIConfig.cs", "length": 866}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/FilterConfig.cs", "length": 281}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/IdentityConfig.cs", "length": 4443}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/RouteConfig.cs", "length": 606}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/App_Start/Startup.Auth.cs", "length": 3529}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Content/bootstrap.css", "length": 120502}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Content/bootstrap.min.css", "length": 97949}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Content/images/Truck.jpg", "length": 589093}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Content/Site.css", "length": 537}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/AccountController.cs", "length": 17882}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/CustomerController.cs", "length": 1991}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/DeliveryController.cs", "length": 1997}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/DeliveryScheduleController.cs", "length": 2381}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/DriverController.cs", "length": 1982}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/HomeController.cs", "length": 611}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/ManageController.cs", "length": 14459}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Controllers/OptimizationRequestController.cs", "length": 2697}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/favicon.ico", "length": 32038}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/fonts/glyphicons-halflings-regular.eot", "length": 14079}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/fonts/glyphicons-halflings-regular.svg", "length": 63157}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/fonts/glyphicons-halflings-regular.ttf", "length": 29512}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/fonts/glyphicons-halflings-regular.woff", "length": 16448}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Global.asax", "length": 105}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Global.asax.cs", "length": 595}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Models/AccountViewModels.cs", "length": 3226}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Models/IdentityModels.cs", "length": 1244}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Models/ManageViewModels.cs", "length": 2744}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/packages.config", "length": 3285}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Project_Readme.html", "length": 5277}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Properties/AssemblyInfo.cs", "length": 1392}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/RouteDelivery.MVC.csproj", "length": 20361}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/RouteDelivery.MVC.csproj.user", "length": 1841}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/bootstrap.js", "length": 59250}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/bootstrap.min.js", "length": 28518}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery-1.10.2.intellisense.js", "length": 162404}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery-1.10.2.js", "length": 273990}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery-1.10.2.min.js", "length": 94140}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery-1.10.2.min.map", "length": 140036}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery.validate-vsdoc.js", "length": 44680}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery.validate.js", "length": 39745}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery.validate.min.js", "length": 21862}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery.validate.unobtrusive.js", "length": 19828}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/jquery.validate.unobtrusive.min.js", "length": 6286}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/modernizr-2.6.2.js", "length": 51458}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/respond.js", "length": 10318}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/respond.min.js", "length": 4860}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Scripts/_references.js", "length": 600}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Startup.cs", "length": 507}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ConfirmEmail.cshtml", "length": 285}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ExternalLoginConfirmation.cshtml", "length": 1350}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ExternalLoginFailure.cshtml", "length": 168}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ForgotPassword.cshtml", "length": 911}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ForgotPasswordConfirmation.cshtml", "length": 224}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/Login.cshtml", "length": 2760}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/Register.cshtml", "length": 1414}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ResetPassword.cshtml", "length": 1468}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/ResetPasswordConfirmation.cshtml", "length": 331}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/SendCode.cshtml", "length": 773}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/VerifyCode.cshtml", "length": 1300}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Account/_ExternalLoginsListPartial.cshtml", "length": 1220}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Customer/Create.cshtml", "length": 2019}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Customer/Edit.cshtml", "length": 2058}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Customer/Index.cshtml", "length": 1085}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Delivery/Create.cshtml", "length": 1547}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Delivery/Edit.cshtml", "length": 1586}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Delivery/Index.cshtml", "length": 891}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Driver/Create.cshtml", "length": 2460}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Driver/Edit.cshtml", "length": 2923}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Driver/Index.cshtml", "length": 1183}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/DriverSchedule/Index.cshtml", "length": 1015}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Home/About.cshtml", "length": 152}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Home/Contact.cshtml", "length": 457}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Home/Index.cshtml", "length": 243}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/AddPhoneNumber.cshtml", "length": 900}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/ChangePassword.cshtml", "length": 1453}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/Index.cshtml", "length": 3114}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/ManageLogins.cshtml", "length": 2887}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/SetPassword.cshtml", "length": 1343}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Manage/VerifyPhoneNumber.cshtml", "length": 997}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/OptimizationRequest/Create.cshtml", "length": 1654}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/OptimizationRequest/Edit.cshtml", "length": 1190}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/OptimizationRequest/Index.cshtml", "length": 1209}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Shared/Error.cshtml", "length": 201}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Shared/Lockout.cshtml", "length": 247}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Shared/_Layout.cshtml", "length": 1808}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Shared/_LoginPartial.cshtml", "length": 907}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/Web.config", "length": 1934}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Views/_ViewStart.cshtml", "length": 57}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Web.config", "length": 5890}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Web.Debug.config", "length": 1271}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery/Web.Release.config", "length": 1332}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/App.config", "length": 1090}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/EDM/RouteDelivery.cs", "length": 1359}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/CustomerRepository.cs", "length": 2446}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/DeliveryRepository.cs", "length": 3222}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/DeliveryScheduleRepository.cs", "length": 2053}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/DriverRepository.cs", "length": 3607}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/OptimizationRequestRepository.cs", "length": 2146}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Implementations/UnitOfWork.cs", "length": 2005}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/IRepository.cs", "length": 512}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/IUnitOfWork.cs", "length": 520}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/packages.config", "length": 143}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/Properties/AssemblyInfo.cs", "length": 1448}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Data/RouteDelivery.Data.csproj", "length": 4068}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/Customer.cs", "length": 589}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/Delivery.cs", "length": 523}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/DeliverySchedule.cs", "length": 870}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/Driver.cs", "length": 792}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/IEntity.cs", "length": 236}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/OptimizationRequest.cs", "length": 1318}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/Properties/AssemblyInfo.cs", "length": 1452}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/RouteDelivery.Models.csproj", "length": 2800}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.Models/TransportType.cs", "length": 263}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.OptimizationEngine/IOptimizationEngine.cs", "length": 310}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.OptimizationEngine/OptimizationEngine.cs", "length": 3229}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.OptimizationEngine/Properties/AssemblyInfo.cs", "length": 1476}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.OptimizationEngine/RouteDelivery.OptimizationEngine.csproj", "length": 3021}, {"path": "files/2-exercise-files/Delayed/After/RouteDelivery.sln", "length": 2586}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/BundleConfig.cs", "length": 1275}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/DIConfig.cs", "length": 866}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/FilterConfig.cs", "length": 281}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/IdentityConfig.cs", "length": 4443}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/RouteConfig.cs", "length": 606}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/App_Start/Startup.Auth.cs", "length": 3529}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Content/bootstrap.css", "length": 120502}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Content/bootstrap.min.css", "length": 97949}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Content/images/Truck.jpg", "length": 589093}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Content/Site.css", "length": 537}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/AccountController.cs", "length": 17882}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/CustomerController.cs", "length": 1991}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/DeliveryController.cs", "length": 1997}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/DeliveryScheduleController.cs", "length": 2381}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/DriverController.cs", "length": 1982}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/HomeController.cs", "length": 611}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/ManageController.cs", "length": 14459}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Controllers/OptimizationRequestController.cs", "length": 2586}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/favicon.ico", "length": 32038}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/fonts/glyphicons-halflings-regular.eot", "length": 14079}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/fonts/glyphicons-halflings-regular.svg", "length": 63157}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/fonts/glyphicons-halflings-regular.ttf", "length": 29512}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/fonts/glyphicons-halflings-regular.woff", "length": 16448}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Global.asax", "length": 105}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Global.asax.cs", "length": 595}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Models/AccountViewModels.cs", "length": 3226}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Models/IdentityModels.cs", "length": 1244}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Models/ManageViewModels.cs", "length": 2744}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/packages.config", "length": 3285}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Project_Readme.html", "length": 5277}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Properties/AssemblyInfo.cs", "length": 1392}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/RouteDelivery.MVC.csproj", "length": 20361}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/RouteDelivery.MVC.csproj.user", "length": 1841}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/bootstrap.js", "length": 59250}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/bootstrap.min.js", "length": 28518}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery-1.10.2.intellisense.js", "length": 162404}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery-1.10.2.js", "length": 273990}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery-1.10.2.min.js", "length": 94140}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery-1.10.2.min.map", "length": 140036}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery.validate-vsdoc.js", "length": 44680}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery.validate.js", "length": 39745}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery.validate.min.js", "length": 21862}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery.validate.unobtrusive.js", "length": 19828}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/jquery.validate.unobtrusive.min.js", "length": 6286}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/modernizr-2.6.2.js", "length": 51458}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/respond.js", "length": 10318}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/respond.min.js", "length": 4860}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Scripts/_references.js", "length": 600}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Startup.cs", "length": 507}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ConfirmEmail.cshtml", "length": 285}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ExternalLoginConfirmation.cshtml", "length": 1350}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ExternalLoginFailure.cshtml", "length": 168}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ForgotPassword.cshtml", "length": 911}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ForgotPasswordConfirmation.cshtml", "length": 224}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/Login.cshtml", "length": 2760}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/Register.cshtml", "length": 1414}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ResetPassword.cshtml", "length": 1468}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/ResetPasswordConfirmation.cshtml", "length": 331}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/SendCode.cshtml", "length": 773}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/VerifyCode.cshtml", "length": 1300}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Account/_ExternalLoginsListPartial.cshtml", "length": 1220}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Customer/Create.cshtml", "length": 2019}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Customer/Edit.cshtml", "length": 2058}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Customer/Index.cshtml", "length": 1085}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Delivery/Create.cshtml", "length": 1547}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Delivery/Edit.cshtml", "length": 1586}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Delivery/Index.cshtml", "length": 891}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Driver/Create.cshtml", "length": 2460}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Driver/Edit.cshtml", "length": 2923}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Driver/Index.cshtml", "length": 1183}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/DriverSchedule/Index.cshtml", "length": 1015}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Home/About.cshtml", "length": 152}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Home/Contact.cshtml", "length": 457}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Home/Index.cshtml", "length": 243}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/AddPhoneNumber.cshtml", "length": 900}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/ChangePassword.cshtml", "length": 1453}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/Index.cshtml", "length": 3114}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/ManageLogins.cshtml", "length": 2887}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/SetPassword.cshtml", "length": 1343}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Manage/VerifyPhoneNumber.cshtml", "length": 997}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/OptimizationRequest/Create.cshtml", "length": 1173}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/OptimizationRequest/Edit.cshtml", "length": 1190}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/OptimizationRequest/Index.cshtml", "length": 1018}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Shared/Error.cshtml", "length": 201}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Shared/Lockout.cshtml", "length": 247}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Shared/_Layout.cshtml", "length": 1716}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Shared/_LoginPartial.cshtml", "length": 907}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/Web.config", "length": 1934}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Views/_ViewStart.cshtml", "length": 57}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Web.config", "length": 5890}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Web.Debug.config", "length": 1271}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery/Web.Release.config", "length": 1332}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/App.config", "length": 1090}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/EDM/RouteDelivery.cs", "length": 1359}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/CustomerRepository.cs", "length": 2446}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/DeliveryRepository.cs", "length": 3222}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/DeliveryScheduleRepository.cs", "length": 2053}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/DriverRepository.cs", "length": 3607}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/OptimizationRequestRepository.cs", "length": 2146}, {"path": "files/2-exercise-files/Delayed/Before/RouteDelivery.Data/Implementations/UnitOfWork.cs", "length": 2005}, {"pat
Download Info
-
Tips
“Pluralsight - Simplified background .NET tasks with Hangfire” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.