[Tutorialsplanet.NET] Udemy - Building an Enterprise Application with ASP.NET Core MVC

mp4   Hot:17   Size:4.18 GB   Created:2024-01-18 00:12:42   Update:2024-10-19 22:07:42  

File List

  • 0. Websites you may like/[Tutorialsplanet.NET].url 128 B
    01 - Introduction/001 Introduction.mp4 20.32 MB
    01 - Introduction/001 Introduction_en.srt 1.08 KB
    01 - Introduction/002 Demo - Completed Application.mp4 123.39 MB
    01 - Introduction/002 Demo - Completed Application_en.srt 17.81 KB
    01 - Introduction/003 Development Tools & Installations.mp4 79.91 MB
    01 - Introduction/003 Development Tools & Installations_en.srt 10.05 KB
    02 - Software Architecture/001 Software Architecture Used.mp4 29.21 MB
    02 - Software Architecture/001 Software Architecture Used_en.srt 5.43 KB
    02 - Software Architecture/002 Create Solution & Layers.mp4 15.41 MB
    02 - Software Architecture/002 Create Solution & Layers_en.srt 3.46 KB
    02 - Software Architecture/003 References & Dependencies.mp4 5.67 MB
    02 - Software Architecture/003 References & Dependencies_en.srt 1.94 KB
    03 - Domain Models & DbContext Class/001 Employee Domain Model.mp4 25.35 MB
    03 - Domain Models & DbContext Class/001 Employee Domain Model_en.srt 5.31 KB
    03 - Domain Models & DbContext Class/002 PayRecords Domain Model.mp4 54.77 MB
    03 - Domain Models & DbContext Class/002 PayRecords Domain Model_en.srt 8.33 KB
    03 - Domain Models & DbContext Class/003 Enums.mp4 7.51 MB
    03 - Domain Models & DbContext Class/003 Enums_en.srt 2.27 KB
    03 - Domain Models & DbContext Class/004 ApplicationDbContext & Migration.mp4 81.81 MB
    03 - Domain Models & DbContext Class/004 ApplicationDbContext & Migration_en.srt 8.47 KB
    04 - Git - Version Control System (VCS)/001 Git Configuration.mp4 32.89 MB
    04 - Git - Version Control System (VCS)/001 Git Configuration_en.srt 3.79 KB
    05 - Employee Service/001 IEmployeeService - Interface.mp4 14.55 MB
    05 - Employee Service/001 IEmployeeService - Interface_en.srt 4.37 KB
    05 - Employee Service/002 EmployeeService - Implementation.mp4 36.39 MB
    05 - Employee Service/002 EmployeeService - Implementation_en.srt 6.89 KB
    05 - Employee Service/003 Git - Tracking Entire Solution.mp4 23.36 MB
    05 - Employee Service/003 Git - Tracking Entire Solution_en.srt 3.71 KB
    06 - Employee Controller & Employee ViewModels/001 Index Action Method - EmployeeController.mp4 41.88 MB
    06 - Employee Controller & Employee ViewModels/001 Index Action Method - EmployeeController_en.srt 7.76 KB
    06 - Employee Controller & Employee ViewModels/002 EmployeeCreateViewModel & Data Input Validation.mp4 146.04 MB
    06 - Employee Controller & Employee ViewModels/002 EmployeeCreateViewModel & Data Input Validation_en.srt 11.2 KB
    06 - Employee Controller & Employee ViewModels/003 Create Action Method - EmployeeController.mp4 143.97 MB
    06 - Employee Controller & Employee ViewModels/003 Create Action Method - EmployeeController_en.srt 17.59 KB
    06 - Employee Controller & Employee ViewModels/004 Edit Action Method - EmployeeController.mp4 130.89 MB
    06 - Employee Controller & Employee ViewModels/004 Edit Action Method - EmployeeController_en.srt 9.82 KB
    06 - Employee Controller & Employee ViewModels/005 Detail Action Method - EmployeeController.mp4 60.61 MB
    06 - Employee Controller & Employee ViewModels/005 Detail Action Method - EmployeeController_en.srt 3.82 KB
    06 - Employee Controller & Employee ViewModels/006 Delete Action Method - EmployeeController.mp4 40.54 MB
    06 - Employee Controller & Employee ViewModels/006 Delete Action Method - EmployeeController_en.srt 3.46 KB
    07 - Built-in Dependency Injection (DI)/001 Register a Service for Dependency Injection (DI).mp4 8.89 MB
    07 - Built-in Dependency Injection (DI)/001 Register a Service for Dependency Injection (DI)_en.srt 2.37 KB
    08 - Layout View/001 _Layout.cshtml - Top NavBar.mp4 84.78 MB
    08 - Layout View/001 _Layout.cshtml - Top NavBar_en.srt 5.2 KB
    08 - Layout View/002 _Layout.cshtml - Finalised.mp4 147.97 MB
    08 - Layout View/002 _Layout.cshtml - Finalised_en.srt 10.58 KB
    09 - Employee View/001 Index.cshtml - Employee View.mp4 127.18 MB
    09 - Employee View/001 Index.cshtml - Employee View_en.srt 13.16 KB
    09 - Employee View/002 Create.cshtml - Employee View.mp4 287.96 MB
    09 - Employee View/002 Create.cshtml - Employee View_en.srt 19.94 KB
    09 - Employee View/003 Edit.cshtml - Employee View.mp4 44.1 MB
    09 - Employee View/003 Edit.cshtml - Employee View_en.srt 4.51 KB
    09 - Employee View/004 Detail.cshtml - Employee View.mp4 135.77 MB
    09 - Employee View/004 Detail.cshtml - Employee View_en.srt 9.02 KB
    09 - Employee View/005 Delete.cshtml - Employee View.mp4 34.58 MB
    09 - Employee View/005 Delete.cshtml - Employee View_en.srt 3.26 KB
    10 - Payroll Computation Services/001 IPayComputationService - Interface.mp4 57.31 MB
    10 - Payroll Computation Services/001 IPayComputationService - Interface_en.srt 4.8 KB
    10 - Payroll Computation Services/002 PayComputationService - Implementation.mp4 84.93 MB
    10 - Payroll Computation Services/002 PayComputationService - Implementation_en.srt 5.97 KB
    10 - Payroll Computation Services/003 TaxComputationService - Interface and Implementation.mp4 46.02 MB
    10 - Payroll Computation Services/003 TaxComputationService - Interface and Implementation_en.srt 9.7 KB
    10 - Payroll Computation Services/004 NationalInsuranceContributionService - Interface and Implementation.mp4 45.19 MB
    10 - Payroll Computation Services/004 NationalInsuranceContributionService - Interface and Implementation_en.srt 5.67 KB
    10 - Payroll Computation Services/005 StudentLoanRepayment Calculation.mp4 66.84 MB
    10 - Payroll Computation Services/005 StudentLoanRepayment Calculation_en.srt 6.7 KB
    10 - Payroll Computation Services/006 Union Fees.mp4 10.54 MB
    10 - Payroll Computation Services/006 Union Fees_en.srt 2.06 KB
    11 - Payroll Controller & ViewModels/001 PaymentRecordIndexViewModel.mp4 26.47 MB
    11 - Payroll Controller & ViewModels/001 PaymentRecordIndexViewModel_en.srt 3.79 KB
    11 - Payroll Controller & ViewModels/002 Index Action Method - PayController.mp4 23.41 MB
    11 - Payroll Controller & ViewModels/002 Index Action Method - PayController_en.srt 2.96 KB
    11 - Payroll Controller & ViewModels/003 PaymentRecordCreateViewModel.mp4 53.32 MB
    11 - Payroll Controller & ViewModels/003 PaymentRecordCreateViewModel_en.srt 3.3 KB
    11 - Payroll Controller & ViewModels/004 Create Action Method - PayController.mp4 211.26 MB
    11 - Payroll Controller & ViewModels/004 Create Action Method - PayController_en.srt 15.3 KB
    11 - Payroll Controller & ViewModels/005 PaymentRecordDetailViewModel.mp4 15.45 MB
    11 - Payroll Controller & ViewModels/005 PaymentRecordDetailViewModel_en.srt 2.01 KB
    11 - Payroll Controller & ViewModels/006 Detail Action - PayController.mp4 32.8 MB
    11 - Payroll Controller & ViewModels/006 Detail Action - PayController_en.srt 4.81 KB
    11 - Payroll Controller & ViewModels/007 Payslip Action Method - PayController.mp4 11.88 MB
    11 - Payroll Controller & ViewModels/007 Payslip Action Method - PayController_en.srt 837 B
    12 - PayComputation Views/001 Index.cshtml - Payroll List View.mp4 92.75 MB
    12 - PayComputation Views/001 Index.cshtml - Payroll List View_en.srt 7.82 KB
    12 - PayComputation Views/002 Create.cshtml - PayComputation View.mp4 142.83 MB
    12 - PayComputation Views/002 Create.cshtml - PayComputation View_en.srt 14.29 KB
    12 - PayComputation Views/003 Detail.cshtml - PayComputation View.mp4 88.05 MB
    12 - PayComputation Views/003 Detail.cshtml - PayComputation View_en.srt 13.79 KB
    12 - PayComputation Views/004 Payslip.cshtml - PayComputation View.mp4 69.01 MB
    12 - PayComputation Views/004 Payslip.cshtml - PayComputation View_en.srt 11.83 KB
    12 - PayComputation Views/005 GeneratePayslipPdf Action Method - PayComputation.mp4 109.21 MB
    12 - PayComputation Views/005 GeneratePayslipPdf Action Method - PayComputation_en.srt 8.32 KB
    13 - Pagination/001 EmployeeListPagination.cs - Pagination Implementation.mp4 92.64 MB
    13 - Pagination/001 EmployeeListPagination.cs - Pagination Implementation_en.srt 16.81 KB
    14 - Identity, Authentication & Authorization/001 Configure Identity.mp4 77.06 MB
    14 - Identity, Authentication & Authorization/001 Configure Identity_en.srt 8.82 KB
    14 - Identity, Authentication & Authorization/002 Data Seeding - Users and Roles.mp4 115.35 MB
    14 - Identity, Authentication & Authorization/002 Data Seeding - Users and Roles_en.srt 15.14 KB
    14 - Identity, Authentication & Authorization/003 Role-Based Authorization.mp4 101.2 MB
    14 - Identity, Authentication & Authorization/003 Role-Based Authorization_en.srt 10.72 KB
    15 - Azure Cloud/001 Migrate Local SQL Server to Azure SQL Server.mp4 70.35 MB
    15 - Azure Cloud/001 Migrate Local SQL Server to Azure SQL Server_en.srt 7.41 KB
    15 - Azure Cloud/002 Deployment to Azure Cloud.mp4 89.52 MB
    15 - Azure Cloud/002 Deployment to Azure Cloud_en.srt 10.64 KB
    16 - Remote Repo/001 Push to Remote Repo (Github).mp4 90.13 MB
    16 - Remote Repo/001 Push to Remote Repo (Github)_en.srt 5.95 KB
    17 - PaycomputeApp - SourceCode ASP.NET Core 2.2/001 PaycomputeApp.zip 107.92 MB
    17 - PaycomputeApp - SourceCode ASP.NET Core 2.2/001 Source Code zip.html 62 B
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/001 Updating Visual Studio and SDK downloads.mp4 26.16 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/001 Updating Visual Studio and SDK downloads_en.srt 5.65 KB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/002 Presentation Layer - Update 2.2 to 3.0.mp4 85.62 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/002 Presentation Layer - Update 2.2 to 3.0_en.srt 5.21 KB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/003 Startup.cs - Update 2.2 to 3.0.mp4 70.54 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/003 Startup.cs - Update 2.2 to 3.0_en.srt 4.11 KB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/004 Entity Layer - Update 2.2 to 3.0.mp4 3.65 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/004 Entity Layer - Update 2.2 to 3.0_en.srt 505 B
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/005 Persistence Layer - Update 2.2 to 3.0.mp4 10.77 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/005 Persistence Layer - Update 2.2 to 3.0_en.srt 1.23 KB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/006 Services Layer - Update 2.2 to 3.0.mp4 26.8 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/006 Services Layer - Update 2.2 to 3.0_en.srt 4.87 KB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/007 PaycomputeApp.zip 137.77 MB
    18 - Migrating ASP.NET Core 2.2 to 3.0 version/007 Source Code - ASP.NET Core 3.0.html 432 B
    19 - Source Code now available on GitHub/001 Github Link to Source Code.html 140 B
    [Tutorialsplanet.NET].url 128 B

Download Info

  • Tips

    “[Tutorialsplanet.NET] Udemy - Building an Enterprise Application with ASP.NET Core MVC” 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.