Udemy - Learn to Build an e-commerce App with Net Core and Angular
File List
| File | Size |
|---|---|
| 01 Introduction/001 Introduction.en_US.srt | 8.66 KB |
| 01 Introduction/001 Introduction.mp4 | 80.57 MB |
| 01 Introduction/002 Setting up the developer environment.en_US.srt | 6.64 KB |
| 01 Introduction/002 Setting up the developer environment.mp4 | 19.32 MB |
| 01 Introduction/003 Setting up VS Code for C# development.en_US.srt | 11.04 KB |
| 01 Introduction/003 Setting up VS Code for C# development.mp4 | 29.08 MB |
| 01 Introduction/004 StudentAssets.zip | 1.2 MB |
| 01 Introduction/004 Where to get the source code and course assets.en_US.srt | 2.24 KB |
| 01 Introduction/004 Where to get the source code and course assets.mp4 | 7.5 MB |
| 02 API Basics/005 Introduction.en_US.srt | 6.43 KB |
| 02 API Basics/005 Introduction.mp4 | 30.99 MB |
| 02 API Basics/006 Creating the Web API project.en_US.srt | 7.42 KB |
| 02 API Basics/006 Creating the Web API project.mp4 | 18.8 MB |
| 02 API Basics/007 Running the API using the DotNet CLI.en_US.srt | 12.03 KB |
| 02 API Basics/007 Running the API using the DotNet CLI.mp4 | 53.63 MB |
| 02 API Basics/008 Reviewing the Web API startup files.en_US.srt | 10.04 KB |
| 02 API Basics/008 Reviewing the Web API startup files.mp4 | 33.86 MB |
| 02 API Basics/009 Adding our first API Controller.en_US.srt | 7.56 KB |
| 02 API Basics/009 Adding our first API Controller.mp4 | 25.34 MB |
| 02 API Basics/010 Adding a C# Entity class.en_US.srt | 3.76 KB |
| 02 API Basics/010 Adding a C# Entity class.mp4 | 10.43 MB |
| 02 API Basics/011 Setting up Entity Framework.en_US.srt | 13.55 KB |
| 02 API Basics/011 Setting up Entity Framework.mp4 | 102.49 MB |
| 02 API Basics/012 Adding a connection string.en_US.srt | 7.72 KB |
| 02 API Basics/012 Adding a connection string.mp4 | 59.96 MB |
| 02 API Basics/013 Adding an Entity Framework migration.en_US.srt | 12.18 KB |
| 02 API Basics/013 Adding an Entity Framework migration.mp4 | 53.65 MB |
| 02 API Basics/014 Updating the database.en_US.srt | 5.36 KB |
| 02 API Basics/014 Updating the database.mp4 | 18.55 MB |
| 02 API Basics/015 Reading the data from the Database in the API.en_US.srt | 13.29 KB |
| 02 API Basics/015 Reading the data from the Database in the API.mp4 | 102.49 MB |
| 02 API Basics/016 Postman Collections.en_US.srt | 5.01 KB |
| 02 API Basics/016 Postman Collections.mp4 | 26.02 MB |
| 02 API Basics/017 Creating the additional projects.en_US.srt | 14.83 KB |
| 02 API Basics/017 Creating the additional projects.mp4 | 68.36 MB |
| 02 API Basics/018 Saving our project into source control using Git and GitHub.en_US.srt | 12.77 KB |
| 02 API Basics/018 Saving our project into source control using Git and GitHub.mp4 | 50.57 MB |
| 02 API Basics/019 Summary of section 2.en_US.srt | 6.01 KB |
| 02 API Basics/019 Summary of section 2.mp4 | 23.39 MB |
| 03 API Architecture/020 Introduction.en_US.srt | 4.56 KB |
| 03 API Architecture/020 Introduction.mp4 | 21.78 MB |
| 03 API Architecture/021 The Repository Pattern.en_US.srt | 8.85 KB |
| 03 API Architecture/021 The Repository Pattern.mp4 | 49.64 MB |
| 03 API Architecture/022 Adding a Repository and Interface.en_US.srt | 9.75 KB |
| 03 API Architecture/022 Adding a Repository and Interface.mp4 | 48.03 MB |
| 03 API Architecture/023 Adding the repository methods.en_US.srt | 7.18 KB |
| 03 API Architecture/023 Adding the repository methods.mp4 | 52.35 MB |
| 03 API Architecture/024 Extending the products entity and creating related entities.en_US.srt | 6.16 KB |
| 03 API Architecture/024 Extending the products entity and creating related entities.mp4 | 23.44 MB |
| 03 API Architecture/025 Creating a new migration for the entities.en_US.srt | 6.36 KB |
| 03 API Architecture/025 Creating a new migration for the entities.mp4 | 55.36 MB |
| 03 API Architecture/026 Configuring the migrations.en_US.srt | 14.11 KB |
| 03 API Architecture/026 Configuring the migrations.mp4 | 157.54 MB |
| 03 API Architecture/027 Applying the migrations and creating the Database at app startup.en_US.srt | 8.71 KB |
| 03 API Architecture/027 Applying the migrations and creating the Database at app startup.mp4 | 49.55 MB |
| 03 API Architecture/028 Adding Seed data.en_US.srt | 14.27 KB |
| 03 API Architecture/028 Adding Seed data.mp4 | 137.15 MB |
| 03 API Architecture/029 Adding the code to get the product brands and types.en_US.srt | 9.79 KB |
| 03 API Architecture/029 Adding the code to get the product brands and types.mp4 | 57.79 MB |
| 03 API Architecture/030 Eager loading of navigation properties.en_US.srt | 7.02 KB |
| 03 API Architecture/030 Eager loading of navigation properties.mp4 | 34.61 MB |
| 03 API Architecture/031 Summary of section 3.en_US.srt | 3.03 KB |
| 03 API Architecture/031 Summary of section 3.mp4 | 12.59 MB |
| 04 API Generic Repository/032 Introduction.mp4 | 53.79 MB |
| 04 API Generic Repository/033 Creating a Generic repository and interface.mp4 | 35.48 MB |
| 04 API Generic Repository/034 Implementing the methods in the Generic repository.mp4 | 59.82 MB |
| 04 API Generic Repository/035 Introduction to the specification pattern.mp4 | 28.52 MB |
| 04 API Generic Repository/036 Creating a specification class.mp4 | 60.71 MB |
| 04 API Generic Repository/037 Creating a specification evaluator.mp4 | 30.57 MB |
| 04 API Generic Repository/038 Implementing the repository with specification methods.mp4 | 38.13 MB |
| 04 API Generic Repository/039 Using the specification methods in the controller.mp4 | 45.87 MB |
| 04 API Generic Repository/040 Using the specification methods in the controller.mp4 | 51.45 MB |
| 04 API Generic Repository/041 Using the Debugger to view the spec pattern in action.mp4 | 62.23 MB |
| 04 API Generic Repository/042 Shaping the data to return with DTOs.mp4 | 57.27 MB |
| 04 API Generic Repository/043 Adding AutoMapper to the API project.mp4 | 46.31 MB |
| 04 API Generic Repository/044 Configuring AutoMapper profiles.mp4 | 36.78 MB |
| 04 API Generic Repository/045 Adding a Custom Value Resolver for AutoMapper.mp4 | 43.58 MB |
| 04 API Generic Repository/046 Serving static content from the API.mp4 | 63.23 MB |
| 04 API Generic Repository/047 Summary of section 4.mp4 | 13.48 MB |
| 05 API Error Handling/048 Introduction.en_US.srt | 5.43 KB |
| 05 API Error Handling/048 Introduction.mp4 | 25.56 MB |
| 05 API Error Handling/049 Creating a test controller for errors.en_US.srt | 12.63 KB |
| 05 API Error Handling/049 Creating a test controller for errors.mp4 | 106.6 MB |
| 05 API Error Handling/050 Creating a consistent error response from the API.en_US.srt | 7.41 KB |
| 05 API Error Handling/050 Creating a consistent error response from the API.mp4 | 32.63 MB |
| 05 API Error Handling/051 Adding a not found endpoint error handler.en_US.srt | 5.8 KB |
| 05 API Error Handling/051 Adding a not found endpoint error handler.mp4 | 29.3 MB |
| 05 API Error Handling/052 Creating Exception handler middleware.en_US.srt | 14.99 KB |
| 05 API Error Handling/052 Creating Exception handler middleware.mp4 | 126.18 MB |
| 05 API Error Handling/053 Improving the validation error responses.en_US.srt | 10.47 KB |
| 05 API Error Handling/053 Improving the validation error responses.mp4 | 114.9 MB |
| 05 API Error Handling/054 Adding Swagger for documenting our API.en_US.srt | 7.58 KB |
| 05 API Error Handling/054 Adding Swagger for documenting our API.mp4 | 32.07 MB |
| 05 API Error Handling/055 Improving the swagger documentation.en_US.srt | 6.81 KB |
| 05 API Error Handling/055 Improving the swagger documentation.mp4 | 82.62 MB |
| 05 API Error Handling/056 Cleaning up the Startup class.en_US.srt | 9.7 KB |
| 05 API Error Handling/056 Cleaning up the Startup class.mp4 | 126.05 MB |
| 05 API Error Handling/057 Summary of section 5.en_US.srt | 1.32 KB |
| 05 API Error Handling/057 Summary of section 5.mp4 | 5.04 MB |
| 06 API Paging, Filtering, Sorting & Searching/058 Introduction.en_US.srt | 6.83 KB |
Trackers
No trackers found.