本站已收录 番号和无损神作磁力链接/BT种子 

[DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular

种子简介

种子名称: [DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular
文件类型: 视频
文件数目: 290个文件
文件大小: 13.5 GB
收录时间: 2022-1-14 02:32
已经下载: 3
资源热度: 174
最近下载: 2024-5-26 14:37

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:37daf0415dcf7be33755916005b6a9b59a2b9485&dn=[DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular.torrent
  • 01 Introduction/001 Introduction.mp457.89MB
  • 01 Introduction/002 Setting up the developer environment.mp435.31MB
  • 01 Introduction/004 Where to get the source code and course assets.mp411.13MB
  • 02 API Basics/005 Introduction.mp430.08MB
  • 02 API Basics/006 Creating the Web API project.mp426.14MB
  • 02 API Basics/007 Running the API using the DotNet CLI.mp452.52MB
  • 02 API Basics/008 Reviewing the Web API startup files.mp462.36MB
  • 02 API Basics/009 Adding our first API Controller.mp434.93MB
  • 02 API Basics/010 Adding a C Entity class.mp412.57MB
  • 02 API Basics/011 Setting up Entity Framework.mp467.61MB
  • 02 API Basics/012 Adding a connection string.mp442.75MB
  • 02 API Basics/013 Adding an Entity Framework migration.mp444.79MB
  • 02 API Basics/014 Updating the database.mp419.71MB
  • 02 API Basics/015 Reading the data from the Database in the API.mp461.03MB
  • 02 API Basics/016 Postman Collections.mp417.69MB
  • 02 API Basics/017 Creating the additional projects.mp482.58MB
  • 02 API Basics/018 Saving our project into source control using Git and GitHub.mp457.7MB
  • 02 API Basics/019 Summary of section 2.mp424.47MB
  • 03 API Architecture/020 Introduction.mp420.95MB
  • 03 API Architecture/021 The Repository Pattern.mp439.61MB
  • 03 API Architecture/022 Adding a Repository and Interface.mp447.02MB
  • 03 API Architecture/023 Adding the repository methods.mp431.46MB
  • 03 API Architecture/024 Extending the products entity and creating related entities.mp432.08MB
  • 03 API Architecture/025 Creating a new migration for the entities.mp440.67MB
  • 03 API Architecture/026 Configuring the migrations.mp492.33MB
  • 03 API Architecture/027 Applying the migrations and creating the Database at app startup.mp451.48MB
  • 03 API Architecture/028 Adding Seed data.mp487.22MB
  • 03 API Architecture/029 Adding the code to get the product brands and types.mp460.08MB
  • 03 API Architecture/030 Eager loading of navigation properties.mp440.92MB
  • 03 API Architecture/031 Summary of section 3.mp411.68MB
  • 04 API Generic Repository/032 Introduction.mp440.96MB
  • 04 API Generic Repository/033 Creating a Generic repository and interface.mp435.69MB
  • 04 API Generic Repository/034 Implementing the methods in the Generic repository.mp461.39MB
  • 04 API Generic Repository/035 Introduction to the specification pattern.mp431.46MB
  • 04 API Generic Repository/036 Creating a specification class.mp468.76MB
  • 04 API Generic Repository/037 Creating a specification evaluator.mp443.31MB
  • 04 API Generic Repository/038 Implementing the repository with specification methods.mp444.28MB
  • 04 API Generic Repository/039 Using the specification methods in the controller.mp453.89MB
  • 04 API Generic Repository/040 Using the specification methods in the controller.mp460.8MB
  • 04 API Generic Repository/041 Using the Debugger to view the spec pattern in action.mp462.16MB
  • 04 API Generic Repository/042 Shaping the data to return with DTOs.mp462.04MB
  • 04 API Generic Repository/043 Adding AutoMapper to the API project.mp449.11MB
  • 04 API Generic Repository/044 Configuring AutoMapper profiles.mp445.22MB
  • 04 API Generic Repository/045 Adding a Custom Value Resolver for AutoMapper.mp449.69MB
  • 04 API Generic Repository/046 Serving static content from the API.mp437.14MB
  • 04 API Generic Repository/047 Summary of section 4.mp411.7MB
  • 05 API Error Handling/048 Introduction.mp425.1MB
  • 05 API Error Handling/049 Creating a test controller for errors.mp463.5MB
  • 05 API Error Handling/050 Creating a consistent error response from the API.mp437.11MB
  • 05 API Error Handling/051 Adding a not found endpoint error handler.mp430.21MB
  • 05 API Error Handling/052 Creating Exception handler middleware.mp492.49MB
  • 05 API Error Handling/053 Improving the validation error responses.mp466.68MB
  • 05 API Error Handling/054 Adding Swagger for documenting our API.mp467.09MB
  • 05 API Error Handling/055 Improving the swagger documentation.mp447.41MB
  • 05 API Error Handling/056 Cleaning up the Startup class.mp473.67MB
  • 05 API Error Handling/057 Summary of section 5.mp46.1MB
  • 06 API Paging Filtering Sorting Searching/058 Introduction.mp428.98MB
  • 06 API Paging Filtering Sorting Searching/059 Adding a sorting specification class.mp435.8MB
  • 06 API Paging Filtering Sorting Searching/060 Adding a sorting specification part 2.mp444.27MB
  • 06 API Paging Filtering Sorting Searching/061 Working around the decimal problem in Sqlite.mp450.63MB
  • 06 API Paging Filtering Sorting Searching/062 Adding filtering functionality.mp444.23MB
  • 06 API Paging Filtering Sorting Searching/063 Adding Pagination Part 1.mp431.75MB
  • 06 API Paging Filtering Sorting Searching/064 Adding Pagination Part 2.mp483.09MB
  • 06 API Paging Filtering Sorting Searching/065 Adding Pagination Part 3.mp478.39MB
  • 06 API Paging Filtering Sorting Searching/066 Adding the search functionality.mp434.04MB
  • 06 API Paging Filtering Sorting Searching/067 Adding CORS Support to the API.mp436.03MB
  • 06 API Paging Filtering Sorting Searching/068 Summary of section 6.mp46.29MB
  • 07 Client - Angular setup/069 Introduction.mp423.11MB
  • 07 Client - Angular setup/070 Setting up the developer environment for Angular.mp436.55MB
  • 07 Client - Angular setup/071 Creating the Angular project.mp424.23MB
  • 07 Client - Angular setup/072 Reviewing the Angular project files in the template.mp455.96MB
  • 07 Client - Angular setup/073 Setting up Angular to use HTTPS.mp446.98MB
  • 07 Client - Angular setup/074 Adding bootstrap and font-awesome.mp478.5MB
  • 07 Client - Angular setup/075 Adding VS Code extensions for Angular.mp420.52MB
  • 08 Client - Angular Basics/076 Introduction.mp412.68MB
  • 08 Client - Angular Basics/077 Adding a Nav Bar component.mp432.21MB
  • 08 Client - Angular Basics/078 Adding the NavBar HTML code.mp439.45MB
  • 08 Client - Angular Basics/079 Styling the nav bar.mp451MB
  • 08 Client - Angular Basics/081 Observables.mp429.6MB
  • 08 Client - Angular Basics/082 Intro to Typescript.mp442.06MB
  • 08 Client - Angular Basics/084 Creating a products interface.mp448MB
  • 08 Client - Angular Basics/085 Summary of section 8.mp429.85MB
  • 09 Client - Building the UI for our shop/086 Introduction.mp425.74MB
  • 09 Client - Building the UI for our shop/087 Organising our files and folders.mp455.68MB
  • 09 Client - Building the UI for our shop/088 Intro to Angular services.mp423.3MB
  • 09 Client - Building the UI for our shop/089 Consuming services in the component.mp443.27MB
  • 09 Client - Building the UI for our shop/090 Designing the shop page.mp494.13MB
  • 09 Client - Building the UI for our shop/091 Adding a child component for the product items.mp439.78MB
  • 09 Client - Building the UI for our shop/092 Passing down data to child components.mp462.41MB
  • 09 Client - Building the UI for our shop/093 Adding the product filters.mp459.4MB
  • 09 Client - Building the UI for our shop/094 Adding the filter functionality.mp474.61MB
  • 09 Client - Building the UI for our shop/095 Hooking up the filter to the HTML.mp438.75MB
  • 09 Client - Building the UI for our shop/096 Adding the sort functionality.mp439.82MB
  • 09 Client - Building the UI for our shop/098 Adding the pagination functionality part 2.mp461.08MB
  • 09 Client - Building the UI for our shop/099 Adding the pagination functionality part 3.mp438.47MB
  • 09 Client - Building the UI for our shop/100 Adding a pagination header.mp485.48MB
  • 09 Client - Building the UI for our shop/101 Making the pagination component a shared component.mp454.04MB
  • 09 Client - Building the UI for our shop/102 Pagination and Output properties.mp464.48MB
  • 09 Client - Building the UI for our shop/103 Adding the search functionality.mp469.91MB
  • 09 Client - Building the UI for our shop/104 Resolving the Bug.mp453.92MB
  • 09 Client - Building the UI for our shop/105 Summary of section 9.mp47.75MB
  • 10 Client - Routing/106 Introduction.mp414.48MB
  • 10 Client - Routing/107 Creating additional components to route to.mp413.55MB
  • 10 Client - Routing/108 Creating the routes.mp432.03MB
  • 10 Client - Routing/109 Setting up the nav links.mp437.7MB
  • 10 Client - Routing/110 Making the links active.mp443.93MB
  • 10 Client - Routing/111 Getting an individual product.mp447.77MB
  • 10 Client - Routing/112 Adding the product detail page.mp441.91MB
  • 10 Client - Routing/113 Lazy loading angular modules.mp463.28MB
  • 10 Client - Routing/114 Summary of section 10.mp44.71MB
  • 11 Client - Error handling/115 Introduction.mp410.14MB
  • 11 Client - Error handling/116 Creating an error component for testing the error responses.mp481.46MB
  • 11 Client - Error handling/117 Creating additional error components.mp423.49MB
  • 11 Client - Error handling/118 Using the Http Interceptor to catch errors.mp464.11MB
  • 11 Client - Error handling/119 Adding toast notifications.mp453.61MB
  • 11 Client - Error handling/120 Handling validation errrors.mp430.54MB
  • 11 Client - Error handling/121 Improving the internal server error component.mp4103.43MB
  • 11 Client - Error handling/122 Summary of section 11.mp49.68MB
  • 12 Client - Pazzazz/123 Introduction.mp49.02MB
  • 12 Client - Pazzazz/124 Adding a section header.mp434.98MB
  • 12 Client - Pazzazz/125 Adding breadcrumbs.mp442.12MB
  • 12 Client - Pazzazz/126 Using the breadcrumb service.mp435.79MB
  • 12 Client - Pazzazz/127 Setting the section header title from the breadcrumb service.mp476.12MB
  • 12 Client - Pazzazz/128 Styling the product items.mp454.16MB
  • 12 Client - Pazzazz/129 Changing the bootstrap theme.mp434.13MB
  • 12 Client - Pazzazz/130 Adding loading indicators.mp488.44MB
  • 12 Client - Pazzazz/131 Cleaning up loading issues.mp458.13MB
  • 12 Client - Pazzazz/132 Adding the home page content.mp460.41MB
  • 12 Client - Pazzazz/133 Summary of section 12.mp411.16MB
  • 13 API - Basket/134 Introduction.mp436.4MB
  • 13 API - Basket/135 Setting up Redis.mp429.11MB
  • 13 API - Basket/136 Setting up the basket class.mp418.95MB
  • 13 API - Basket/137 Creating a basket repository interface.mp420.8MB
  • 13 API - Basket/138 Implementing the basket repository.mp460.37MB
  • 13 API - Basket/139 Adding the basket controller.mp438MB
  • 13 API - Basket/140 Installing Redis on a Mac.mp423.08MB
  • 13 API - Basket/141 Installing Redis on Windows.mp446.32MB
  • 13 API - Basket/142 Testing the basket functionality.mp468.79MB
  • 13 API - Basket/143 Summary of section 13.mp47.16MB
  • 14 Client - Basket/144 Introduction.mp47.61MB
  • 14 Client - Basket/145 Creating the basket module.mp436.74MB
  • 14 Client - Basket/146 Creating the basket types.mp422.37MB
  • 14 Client - Basket/147 Basket service methods.mp446.1MB
  • 14 Client - Basket/148 Adding an item to the basket service method.mp482.99MB
  • 14 Client - Basket/149 Adding the add item to basket in the component method.mp493.04MB
  • 14 Client - Basket/150 Persisting the basket on startup.mp435.98MB
  • 14 Client - Basket/151 Displaying the basket item count in the nav bar.mp447.58MB
  • 14 Client - Basket/152 Styling the basket page.mp497.06MB
  • 14 Client - Basket/153 Adding the basket totals to the service.mp462.54MB
  • 14 Client - Basket/154 Creating the order summary component.mp471.85MB
  • 14 Client - Basket/155 Adding the increment and decrement functionality.mp467.18MB
  • 14 Client - Basket/156 Adding the basket component functions.mp429.17MB
  • 14 Client - Basket/157 Hooking up the product detail component to the basket.mp444.79MB
  • 14 Client - Basket/158 Adding the checkout module.mp449.94MB
  • 14 Client - Basket/159 Summary of section 14.mp44MB
  • 15 API - Identity/160 Introduction.mp416.51MB
  • 15 API - Identity/161 Setting up the identity packages.mp438.29MB
  • 15 API - Identity/162 Setting up the identity classes.mp440.87MB
  • 15 API - Identity/163 Adding the IdentityDbContext.mp431.56MB
  • 15 API - Identity/164 Adding a new migration.mp446.86MB
  • 15 API - Identity/165 Seeding identity data.mp427.68MB
  • 15 API - Identity/166 Adding the Startup services for identity.mp439.11MB
  • 15 API - Identity/167 Adding identity to program class.mp435.27MB
  • 15 API - Identity/168 Adding an Account controller.mp475.3MB
  • 15 API - Identity/169 Registering a user.mp441.06MB
  • 15 API - Identity/170 Adding a token generation service.mp479.32MB
  • 15 API - Identity/171 Setting up identity to use the token.mp461.14MB
  • 15 API - Identity/172 Testing the token.mp460.61MB
  • 15 API - Identity/173 Troubleshooting auth issues.mp476.53MB
  • 15 API - Identity/174 Adding additional account methods.mp474.24MB
  • 15 API - Identity/175 Adding user manager extension methods.mp4103.51MB
  • 15 API - Identity/176 Adding another Dto for the user.mp480.68MB
  • 15 API - Identity/177 Summary of section 15.mp47.49MB
  • 16 API - Validation/178 Introduction.mp47.01MB
  • 16 API - Validation/179 .Net core error responses.mp426.29MB
  • 16 API - Validation/180 Model validation.mp428.8MB
  • 16 API - Validation/181 Checking for duplicate email addresses.mp458.51MB
  • 16 API - Validation/182 Validating the basket.mp463.44MB
  • 16 API - Validation/183 Updating swagger config for identity.mp443.62MB
  • 16 API - Validation/184 Summary of section 16.mp45.74MB
  • 17 Client - Identity/185 Introduction.mp414.85MB
  • 17 Client - Identity/186 Creating the account module.mp453.9MB
  • 17 Client - Identity/187 Creating the account service methods.mp451.02MB
  • 17 Client - Identity/188 Creating the login form.mp452.64MB
  • 17 Client - Identity/189 Angular forms introduction.mp413.84MB
  • 17 Client - Identity/190 Using reactive forms in Angular.mp443.66MB
  • 17 Client - Identity/191 Submitting data to the server.mp433.88MB
  • 17 Client - Identity/192 Updating the nav bar for the logged in user.mp443.72MB
  • 17 Client - Identity/193 Persisting the login.mp450.34MB
  • 17 Client - Identity/194 Adding a dropdown to the navbar.mp485.63MB
  • 17 Client - Identity/195 Form Validation in Angular.mp462.07MB
  • 17 Client - Identity/196 Displaying validation errors.mp443.52MB
  • 17 Client - Identity/198 Reusable text input template.mp473.15MB
  • 17 Client - Identity/199 Creating a register form.mp459.34MB
  • 17 Client - Identity/200 Dealing with modelstate errors.mp426.56MB
  • 17 Client - Identity/201 Async validation.mp464.49MB
  • 17 Client - Identity/202 Improving the async validator.mp455.72MB
  • 17 Client - Identity/203 Creating an auth guard.mp459.98MB
  • 17 Client - Identity/204 Using the replay subject.mp459.71MB
  • 17 Client - Identity/205 Summary of section 17.mp411.28MB
  • 18 API - Orders/206 Introduction.mp48.69MB
  • 18 API - Orders/207 Creating the order aggregate part 1.mp452.25MB
  • 18 API - Orders/208 Creating the order aggregate part 2.mp448.85MB
  • 18 API - Orders/209 Configuring the order entities.mp446.82MB
  • 18 API - Orders/210 Store context update and seeding delivery methods.mp429.28MB
  • 18 API - Orders/211 Creating the order migration.mp447.11MB
  • 18 API - Orders/212 Creating an order service.mp431.51MB
  • 18 API - Orders/213 Implementing the create order method.mp484.39MB
  • 18 API - Orders/214 Creating the order controller.mp472.19MB
  • 18 API - Orders/215 Debugging the order method.mp484.1MB
  • 18 API - Orders/216 Introducing the Unit of work.mp426.65MB
  • 18 API - Orders/217 Implementing the Unit of work.mp461.22MB
  • 18 API - Orders/218 Updating the generic repository.mp434.31MB
  • 18 API - Orders/219 Refactoring the Order service to use the Unit of work.mp446.78MB
  • 18 API - Orders/220 Using the debugger to view the order creation.mp441.35MB
  • 18 API - Orders/221 Implementing the Order get methods.mp457.95MB
  • 18 API - Orders/222 Order controller get methods.mp435.44MB
  • 18 API - Orders/223 Testing the order controller get methods.mp473.57MB
  • 18 API - Orders/224 Shaping the order data.mp469.6MB
  • 18 API - Orders/225 AutoMapper config for orders.mp425.97MB
  • 18 API - Orders/226 Another AutoMapper value resolver.mp439.86MB
  • 18 API - Orders/227 Summary of section 18.mp47.82MB
  • 19 Client - Checkout/228 Introduction.mp410.18MB
  • 19 Client - Checkout/229 Checkout page layout.mp414.23MB
  • 19 Client - Checkout/230 Creating a stepper component.mp426.09MB
  • 19 Client - Checkout/232 Creating the checkout components.mp424.09MB
  • 19 Client - Checkout/233 Adding the checkout form.mp437.54MB
  • 19 Client - Checkout/235 Creating the delivery form.mp445.17MB
  • 19 Client - Checkout/236 Delivery method template.mp444.03MB
  • 19 Client - Checkout/237 Using the Http interceptor to send the token.mp439.61MB
  • 19 Client - Checkout/238 Making the basket summary shared.mp487.99MB
  • 19 Client - Checkout/239 Checkout review component.mp456.41MB
  • 19 Client - Checkout/240 Adding the forward back buttons for the stepper.mp451.37MB
  • 19 Client - Checkout/241 Using the form status to mark the step complete.mp419.99MB
  • 19 Client - Checkout/242 Populating the address form from API.mp434.62MB
  • 19 Client - Checkout/244 Updating the shipping price.mp440.66MB
  • 19 Client - Checkout/245 Creating the order interface.mp418.36MB
  • 19 Client - Checkout/247 Problem solution and redirect to success.mp429.48MB
  • 19 Client - Checkout/248 Checkout success page.mp460.41MB
  • 19 Client - Checkout/249 Summary of section 19.mp47.12MB
  • 20 Client - Order Module/250 Introduction.mp419.38MB
  • 20 Client - Order Module/251 Demo of finished solution.mp421.23MB
  • 20 Client - Order Module/252 Solution to orders exercise.mp442.73MB
  • 20 Client - Order Module/253 Solution to orders exercise stretch challenge.mp496.76MB
  • 21 Taking Payments/254 Introduction.mp418.32MB
  • 21 Taking Payments/255 PCI DSS.mp433.88MB
  • 21 Taking Payments/256 Strong Customer Authentication.mp438.55MB
  • 21 Taking Payments/257 Setting up stripe.mp429.88MB
  • 21 Taking Payments/258 Creating the payment service and interface.mp433.06MB
  • 21 Taking Payments/259 Implementing the payment intent.mp496.08MB
  • 21 Taking Payments/260 Creating the payment controller.mp461.6MB
  • 21 Taking Payments/261 Updating the client basket.mp442.16MB
  • 21 Taking Payments/262 Adding the payment intent function.mp464.75MB
  • 21 Taking Payments/263 Persisting the shipping price.mp431.61MB
  • 21 Taking Payments/265 Adding stripe elements to the components.mp477.66MB
  • 21 Taking Payments/266 Displaying card validation errors.mp465.1MB
  • 21 Taking Payments/267 Using the app stepper as an input property.mp425.82MB
  • 21 Taking Payments/268 Submitting the payment.mp476.21MB
  • 21 Taking Payments/269 Testing card failures.mp476.38MB
  • 21 Taking Payments/270 Tying the payment intent to the order.mp479.5MB
  • 21 Taking Payments/271 Making the submission a better experience.mp491.81MB
  • 21 Taking Payments/272 Loading indicators.mp445.94MB
  • 21 Taking Payments/273 Enabling linear mode.mp465.14MB
  • 21 Taking Payments/274 Stripe validation.mp469.51MB
  • 21 Taking Payments/275 Webhooks.mp480.68MB
  • 21 Taking Payments/276 Updating the payments service.mp469.29MB
  • 21 Taking Payments/277 Testing our webhooks with the stripe CLI.mp4106.57MB
  • 21 Taking Payments/278 Summary of section 21.mp421.36MB
  • 22 Performance/279 Introduction.mp47.92MB
  • 22 Performance/280 Setting up caching on the API.mp461.1MB
  • 22 Performance/281 Creating a cache attribute class.mp487.66MB
  • 22 Performance/282 Testing the caching.mp462.34MB
  • 22 Performance/283 Caching on the client part 1.mp466.83MB
  • 22 Performance/284 Caching on the client part 2.mp492.83MB
  • 22 Performance/285 Caching on the client part 3.mp4118.32MB
  • 22 Performance/286 Pre-publishing adjustments.mp444.54MB
  • 22 Performance/287 Summary of section 22.mp410.58MB
  • 23 Publishing/288 Introduction.mp412.34MB
  • 23 Publishing/289 Angular build configuration.mp430.13MB
  • 23 Publishing/290 Angular config changes.mp489.13MB
  • 23 Publishing/291 Building the angular app and running from Kestrel.mp455.69MB
  • 23 Publishing/292 Angular Ahead of Time compilation build.mp468.4MB
  • 23 Publishing/293 Installing MySQL.mp428.25MB
  • 23 Publishing/294 Switching DB Servers.mp481.23MB
  • 23 Publishing/295 Switching to the production database.mp4128.3MB
  • 23 Publishing/296 Pre deployment work.mp4107.92MB
  • 23 Publishing/297 Setting up a linux server part 1.mp4131.5MB
  • 23 Publishing/298 Setting up a linux server part 2.mp4132.25MB
  • 23 Publishing/299 Getting an HTTPS certificate from Lets Encrypt.mp462.08MB
  • 23 Publishing/300 End of course summary.mp438.82MB