首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-1-14 02:32
2024-12-28 06:58
228
13.5 GB
290
磁力链接
magnet:?xt=urn:btih:37daf0415dcf7be33755916005b6a9b59a2b9485
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjM3ZGFmMDQxNWRjZjdiZTMzNzU1OTE2MDA1YjZhOWI1OWEyYjk0ODVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
DesireCourse
Net
Udemy
-
Learn
to
build
an
e-commerce
app
with
Net
Core
and
Angular
文件列表
01 Introduction/001 Introduction.mp4
57.89MB
01 Introduction/002 Setting up the developer environment.mp4
35.31MB
01 Introduction/004 Where to get the source code and course assets.mp4
11.13MB
02 API Basics/005 Introduction.mp4
30.08MB
02 API Basics/006 Creating the Web API project.mp4
26.14MB
02 API Basics/007 Running the API using the DotNet CLI.mp4
52.52MB
02 API Basics/008 Reviewing the Web API startup files.mp4
62.36MB
02 API Basics/009 Adding our first API Controller.mp4
34.93MB
02 API Basics/010 Adding a C Entity class.mp4
12.57MB
02 API Basics/011 Setting up Entity Framework.mp4
67.61MB
02 API Basics/012 Adding a connection string.mp4
42.75MB
02 API Basics/013 Adding an Entity Framework migration.mp4
44.79MB
02 API Basics/014 Updating the database.mp4
19.71MB
02 API Basics/015 Reading the data from the Database in the API.mp4
61.03MB
02 API Basics/016 Postman Collections.mp4
17.69MB
02 API Basics/017 Creating the additional projects.mp4
82.58MB
02 API Basics/018 Saving our project into source control using Git and GitHub.mp4
57.7MB
02 API Basics/019 Summary of section 2.mp4
24.47MB
03 API Architecture/020 Introduction.mp4
20.95MB
03 API Architecture/021 The Repository Pattern.mp4
39.61MB
03 API Architecture/022 Adding a Repository and Interface.mp4
47.02MB
03 API Architecture/023 Adding the repository methods.mp4
31.46MB
03 API Architecture/024 Extending the products entity and creating related entities.mp4
32.08MB
03 API Architecture/025 Creating a new migration for the entities.mp4
40.67MB
03 API Architecture/026 Configuring the migrations.mp4
92.33MB
03 API Architecture/027 Applying the migrations and creating the Database at app startup.mp4
51.48MB
03 API Architecture/028 Adding Seed data.mp4
87.22MB
03 API Architecture/029 Adding the code to get the product brands and types.mp4
60.08MB
03 API Architecture/030 Eager loading of navigation properties.mp4
40.92MB
03 API Architecture/031 Summary of section 3.mp4
11.68MB
04 API Generic Repository/032 Introduction.mp4
40.96MB
04 API Generic Repository/033 Creating a Generic repository and interface.mp4
35.69MB
04 API Generic Repository/034 Implementing the methods in the Generic repository.mp4
61.39MB
04 API Generic Repository/035 Introduction to the specification pattern.mp4
31.46MB
04 API Generic Repository/036 Creating a specification class.mp4
68.76MB
04 API Generic Repository/037 Creating a specification evaluator.mp4
43.31MB
04 API Generic Repository/038 Implementing the repository with specification methods.mp4
44.28MB
04 API Generic Repository/039 Using the specification methods in the controller.mp4
53.89MB
04 API Generic Repository/040 Using the specification methods in the controller.mp4
60.8MB
04 API Generic Repository/041 Using the Debugger to view the spec pattern in action.mp4
62.16MB
04 API Generic Repository/042 Shaping the data to return with DTOs.mp4
62.04MB
04 API Generic Repository/043 Adding AutoMapper to the API project.mp4
49.11MB
04 API Generic Repository/044 Configuring AutoMapper profiles.mp4
45.22MB
04 API Generic Repository/045 Adding a Custom Value Resolver for AutoMapper.mp4
49.69MB
04 API Generic Repository/046 Serving static content from the API.mp4
37.14MB
04 API Generic Repository/047 Summary of section 4.mp4
11.7MB
05 API Error Handling/048 Introduction.mp4
25.1MB
05 API Error Handling/049 Creating a test controller for errors.mp4
63.5MB
05 API Error Handling/050 Creating a consistent error response from the API.mp4
37.11MB
05 API Error Handling/051 Adding a not found endpoint error handler.mp4
30.21MB
05 API Error Handling/052 Creating Exception handler middleware.mp4
92.49MB
05 API Error Handling/053 Improving the validation error responses.mp4
66.68MB
05 API Error Handling/054 Adding Swagger for documenting our API.mp4
67.09MB
05 API Error Handling/055 Improving the swagger documentation.mp4
47.41MB
05 API Error Handling/056 Cleaning up the Startup class.mp4
73.67MB
05 API Error Handling/057 Summary of section 5.mp4
6.1MB
06 API Paging Filtering Sorting Searching/058 Introduction.mp4
28.98MB
06 API Paging Filtering Sorting Searching/059 Adding a sorting specification class.mp4
35.8MB
06 API Paging Filtering Sorting Searching/060 Adding a sorting specification part 2.mp4
44.27MB
06 API Paging Filtering Sorting Searching/061 Working around the decimal problem in Sqlite.mp4
50.63MB
06 API Paging Filtering Sorting Searching/062 Adding filtering functionality.mp4
44.23MB
06 API Paging Filtering Sorting Searching/063 Adding Pagination Part 1.mp4
31.75MB
06 API Paging Filtering Sorting Searching/064 Adding Pagination Part 2.mp4
83.09MB
06 API Paging Filtering Sorting Searching/065 Adding Pagination Part 3.mp4
78.39MB
06 API Paging Filtering Sorting Searching/066 Adding the search functionality.mp4
34.04MB
06 API Paging Filtering Sorting Searching/067 Adding CORS Support to the API.mp4
36.03MB
06 API Paging Filtering Sorting Searching/068 Summary of section 6.mp4
6.29MB
07 Client - Angular setup/069 Introduction.mp4
23.11MB
07 Client - Angular setup/070 Setting up the developer environment for Angular.mp4
36.55MB
07 Client - Angular setup/071 Creating the Angular project.mp4
24.23MB
07 Client - Angular setup/072 Reviewing the Angular project files in the template.mp4
55.96MB
07 Client - Angular setup/073 Setting up Angular to use HTTPS.mp4
46.98MB
07 Client - Angular setup/074 Adding bootstrap and font-awesome.mp4
78.5MB
07 Client - Angular setup/075 Adding VS Code extensions for Angular.mp4
20.52MB
08 Client - Angular Basics/076 Introduction.mp4
12.68MB
08 Client - Angular Basics/077 Adding a Nav Bar component.mp4
32.21MB
08 Client - Angular Basics/078 Adding the NavBar HTML code.mp4
39.45MB
08 Client - Angular Basics/079 Styling the nav bar.mp4
51MB
08 Client - Angular Basics/081 Observables.mp4
29.6MB
08 Client - Angular Basics/082 Intro to Typescript.mp4
42.06MB
08 Client - Angular Basics/084 Creating a products interface.mp4
48MB
08 Client - Angular Basics/085 Summary of section 8.mp4
29.85MB
09 Client - Building the UI for our shop/086 Introduction.mp4
25.74MB
09 Client - Building the UI for our shop/087 Organising our files and folders.mp4
55.68MB
09 Client - Building the UI for our shop/088 Intro to Angular services.mp4
23.3MB
09 Client - Building the UI for our shop/089 Consuming services in the component.mp4
43.27MB
09 Client - Building the UI for our shop/090 Designing the shop page.mp4
94.13MB
09 Client - Building the UI for our shop/091 Adding a child component for the product items.mp4
39.78MB
09 Client - Building the UI for our shop/092 Passing down data to child components.mp4
62.41MB
09 Client - Building the UI for our shop/093 Adding the product filters.mp4
59.4MB
09 Client - Building the UI for our shop/094 Adding the filter functionality.mp4
74.61MB
09 Client - Building the UI for our shop/095 Hooking up the filter to the HTML.mp4
38.75MB
09 Client - Building the UI for our shop/096 Adding the sort functionality.mp4
39.82MB
09 Client - Building the UI for our shop/098 Adding the pagination functionality part 2.mp4
61.08MB
09 Client - Building the UI for our shop/099 Adding the pagination functionality part 3.mp4
38.47MB
09 Client - Building the UI for our shop/100 Adding a pagination header.mp4
85.48MB
09 Client - Building the UI for our shop/101 Making the pagination component a shared component.mp4
54.04MB
09 Client - Building the UI for our shop/102 Pagination and Output properties.mp4
64.48MB
09 Client - Building the UI for our shop/103 Adding the search functionality.mp4
69.91MB
09 Client - Building the UI for our shop/104 Resolving the Bug.mp4
53.92MB
09 Client - Building the UI for our shop/105 Summary of section 9.mp4
7.75MB
10 Client - Routing/106 Introduction.mp4
14.48MB
10 Client - Routing/107 Creating additional components to route to.mp4
13.55MB
10 Client - Routing/108 Creating the routes.mp4
32.03MB
10 Client - Routing/109 Setting up the nav links.mp4
37.7MB
10 Client - Routing/110 Making the links active.mp4
43.93MB
10 Client - Routing/111 Getting an individual product.mp4
47.77MB
10 Client - Routing/112 Adding the product detail page.mp4
41.91MB
10 Client - Routing/113 Lazy loading angular modules.mp4
63.28MB
10 Client - Routing/114 Summary of section 10.mp4
4.71MB
11 Client - Error handling/115 Introduction.mp4
10.14MB
11 Client - Error handling/116 Creating an error component for testing the error responses.mp4
81.46MB
11 Client - Error handling/117 Creating additional error components.mp4
23.49MB
11 Client - Error handling/118 Using the Http Interceptor to catch errors.mp4
64.11MB
11 Client - Error handling/119 Adding toast notifications.mp4
53.61MB
11 Client - Error handling/120 Handling validation errrors.mp4
30.54MB
11 Client - Error handling/121 Improving the internal server error component.mp4
103.43MB
11 Client - Error handling/122 Summary of section 11.mp4
9.68MB
12 Client - Pazzazz/123 Introduction.mp4
9.02MB
12 Client - Pazzazz/124 Adding a section header.mp4
34.98MB
12 Client - Pazzazz/125 Adding breadcrumbs.mp4
42.12MB
12 Client - Pazzazz/126 Using the breadcrumb service.mp4
35.79MB
12 Client - Pazzazz/127 Setting the section header title from the breadcrumb service.mp4
76.12MB
12 Client - Pazzazz/128 Styling the product items.mp4
54.16MB
12 Client - Pazzazz/129 Changing the bootstrap theme.mp4
34.13MB
12 Client - Pazzazz/130 Adding loading indicators.mp4
88.44MB
12 Client - Pazzazz/131 Cleaning up loading issues.mp4
58.13MB
12 Client - Pazzazz/132 Adding the home page content.mp4
60.41MB
12 Client - Pazzazz/133 Summary of section 12.mp4
11.16MB
13 API - Basket/134 Introduction.mp4
36.4MB
13 API - Basket/135 Setting up Redis.mp4
29.11MB
13 API - Basket/136 Setting up the basket class.mp4
18.95MB
13 API - Basket/137 Creating a basket repository interface.mp4
20.8MB
13 API - Basket/138 Implementing the basket repository.mp4
60.37MB
13 API - Basket/139 Adding the basket controller.mp4
38MB
13 API - Basket/140 Installing Redis on a Mac.mp4
23.08MB
13 API - Basket/141 Installing Redis on Windows.mp4
46.32MB
13 API - Basket/142 Testing the basket functionality.mp4
68.79MB
13 API - Basket/143 Summary of section 13.mp4
7.16MB
14 Client - Basket/144 Introduction.mp4
7.61MB
14 Client - Basket/145 Creating the basket module.mp4
36.74MB
14 Client - Basket/146 Creating the basket types.mp4
22.37MB
14 Client - Basket/147 Basket service methods.mp4
46.1MB
14 Client - Basket/148 Adding an item to the basket service method.mp4
82.99MB
14 Client - Basket/149 Adding the add item to basket in the component method.mp4
93.04MB
14 Client - Basket/150 Persisting the basket on startup.mp4
35.98MB
14 Client - Basket/151 Displaying the basket item count in the nav bar.mp4
47.58MB
14 Client - Basket/152 Styling the basket page.mp4
97.06MB
14 Client - Basket/153 Adding the basket totals to the service.mp4
62.54MB
14 Client - Basket/154 Creating the order summary component.mp4
71.85MB
14 Client - Basket/155 Adding the increment and decrement functionality.mp4
67.18MB
14 Client - Basket/156 Adding the basket component functions.mp4
29.17MB
14 Client - Basket/157 Hooking up the product detail component to the basket.mp4
44.79MB
14 Client - Basket/158 Adding the checkout module.mp4
49.94MB
14 Client - Basket/159 Summary of section 14.mp4
4MB
15 API - Identity/160 Introduction.mp4
16.51MB
15 API - Identity/161 Setting up the identity packages.mp4
38.29MB
15 API - Identity/162 Setting up the identity classes.mp4
40.87MB
15 API - Identity/163 Adding the IdentityDbContext.mp4
31.56MB
15 API - Identity/164 Adding a new migration.mp4
46.86MB
15 API - Identity/165 Seeding identity data.mp4
27.68MB
15 API - Identity/166 Adding the Startup services for identity.mp4
39.11MB
15 API - Identity/167 Adding identity to program class.mp4
35.27MB
15 API - Identity/168 Adding an Account controller.mp4
75.3MB
15 API - Identity/169 Registering a user.mp4
41.06MB
15 API - Identity/170 Adding a token generation service.mp4
79.32MB
15 API - Identity/171 Setting up identity to use the token.mp4
61.14MB
15 API - Identity/172 Testing the token.mp4
60.61MB
15 API - Identity/173 Troubleshooting auth issues.mp4
76.53MB
15 API - Identity/174 Adding additional account methods.mp4
74.24MB
15 API - Identity/175 Adding user manager extension methods.mp4
103.51MB
15 API - Identity/176 Adding another Dto for the user.mp4
80.68MB
15 API - Identity/177 Summary of section 15.mp4
7.49MB
16 API - Validation/178 Introduction.mp4
7.01MB
16 API - Validation/179 .Net core error responses.mp4
26.29MB
16 API - Validation/180 Model validation.mp4
28.8MB
16 API - Validation/181 Checking for duplicate email addresses.mp4
58.51MB
16 API - Validation/182 Validating the basket.mp4
63.44MB
16 API - Validation/183 Updating swagger config for identity.mp4
43.62MB
16 API - Validation/184 Summary of section 16.mp4
5.74MB
17 Client - Identity/185 Introduction.mp4
14.85MB
17 Client - Identity/186 Creating the account module.mp4
53.9MB
17 Client - Identity/187 Creating the account service methods.mp4
51.02MB
17 Client - Identity/188 Creating the login form.mp4
52.64MB
17 Client - Identity/189 Angular forms introduction.mp4
13.84MB
17 Client - Identity/190 Using reactive forms in Angular.mp4
43.66MB
17 Client - Identity/191 Submitting data to the server.mp4
33.88MB
17 Client - Identity/192 Updating the nav bar for the logged in user.mp4
43.72MB
17 Client - Identity/193 Persisting the login.mp4
50.34MB
17 Client - Identity/194 Adding a dropdown to the navbar.mp4
85.63MB
17 Client - Identity/195 Form Validation in Angular.mp4
62.07MB
17 Client - Identity/196 Displaying validation errors.mp4
43.52MB
17 Client - Identity/198 Reusable text input template.mp4
73.15MB
17 Client - Identity/199 Creating a register form.mp4
59.34MB
17 Client - Identity/200 Dealing with modelstate errors.mp4
26.56MB
17 Client - Identity/201 Async validation.mp4
64.49MB
17 Client - Identity/202 Improving the async validator.mp4
55.72MB
17 Client - Identity/203 Creating an auth guard.mp4
59.98MB
17 Client - Identity/204 Using the replay subject.mp4
59.71MB
17 Client - Identity/205 Summary of section 17.mp4
11.28MB
18 API - Orders/206 Introduction.mp4
8.69MB
18 API - Orders/207 Creating the order aggregate part 1.mp4
52.25MB
18 API - Orders/208 Creating the order aggregate part 2.mp4
48.85MB
18 API - Orders/209 Configuring the order entities.mp4
46.82MB
18 API - Orders/210 Store context update and seeding delivery methods.mp4
29.28MB
18 API - Orders/211 Creating the order migration.mp4
47.11MB
18 API - Orders/212 Creating an order service.mp4
31.51MB
18 API - Orders/213 Implementing the create order method.mp4
84.39MB
18 API - Orders/214 Creating the order controller.mp4
72.19MB
18 API - Orders/215 Debugging the order method.mp4
84.1MB
18 API - Orders/216 Introducing the Unit of work.mp4
26.65MB
18 API - Orders/217 Implementing the Unit of work.mp4
61.22MB
18 API - Orders/218 Updating the generic repository.mp4
34.31MB
18 API - Orders/219 Refactoring the Order service to use the Unit of work.mp4
46.78MB
18 API - Orders/220 Using the debugger to view the order creation.mp4
41.35MB
18 API - Orders/221 Implementing the Order get methods.mp4
57.95MB
18 API - Orders/222 Order controller get methods.mp4
35.44MB
18 API - Orders/223 Testing the order controller get methods.mp4
73.57MB
18 API - Orders/224 Shaping the order data.mp4
69.6MB
18 API - Orders/225 AutoMapper config for orders.mp4
25.97MB
18 API - Orders/226 Another AutoMapper value resolver.mp4
39.86MB
18 API - Orders/227 Summary of section 18.mp4
7.82MB
19 Client - Checkout/228 Introduction.mp4
10.18MB
19 Client - Checkout/229 Checkout page layout.mp4
14.23MB
19 Client - Checkout/230 Creating a stepper component.mp4
26.09MB
19 Client - Checkout/232 Creating the checkout components.mp4
24.09MB
19 Client - Checkout/233 Adding the checkout form.mp4
37.54MB
19 Client - Checkout/235 Creating the delivery form.mp4
45.17MB
19 Client - Checkout/236 Delivery method template.mp4
44.03MB
19 Client - Checkout/237 Using the Http interceptor to send the token.mp4
39.61MB
19 Client - Checkout/238 Making the basket summary shared.mp4
87.99MB
19 Client - Checkout/239 Checkout review component.mp4
56.41MB
19 Client - Checkout/240 Adding the forward back buttons for the stepper.mp4
51.37MB
19 Client - Checkout/241 Using the form status to mark the step complete.mp4
19.99MB
19 Client - Checkout/242 Populating the address form from API.mp4
34.62MB
19 Client - Checkout/244 Updating the shipping price.mp4
40.66MB
19 Client - Checkout/245 Creating the order interface.mp4
18.36MB
19 Client - Checkout/247 Problem solution and redirect to success.mp4
29.48MB
19 Client - Checkout/248 Checkout success page.mp4
60.41MB
19 Client - Checkout/249 Summary of section 19.mp4
7.12MB
20 Client - Order Module/250 Introduction.mp4
19.38MB
20 Client - Order Module/251 Demo of finished solution.mp4
21.23MB
20 Client - Order Module/252 Solution to orders exercise.mp4
42.73MB
20 Client - Order Module/253 Solution to orders exercise stretch challenge.mp4
96.76MB
21 Taking Payments/254 Introduction.mp4
18.32MB
21 Taking Payments/255 PCI DSS.mp4
33.88MB
21 Taking Payments/256 Strong Customer Authentication.mp4
38.55MB
21 Taking Payments/257 Setting up stripe.mp4
29.88MB
21 Taking Payments/258 Creating the payment service and interface.mp4
33.06MB
21 Taking Payments/259 Implementing the payment intent.mp4
96.08MB
21 Taking Payments/260 Creating the payment controller.mp4
61.6MB
21 Taking Payments/261 Updating the client basket.mp4
42.16MB
21 Taking Payments/262 Adding the payment intent function.mp4
64.75MB
21 Taking Payments/263 Persisting the shipping price.mp4
31.61MB
21 Taking Payments/265 Adding stripe elements to the components.mp4
77.66MB
21 Taking Payments/266 Displaying card validation errors.mp4
65.1MB
21 Taking Payments/267 Using the app stepper as an input property.mp4
25.82MB
21 Taking Payments/268 Submitting the payment.mp4
76.21MB
21 Taking Payments/269 Testing card failures.mp4
76.38MB
21 Taking Payments/270 Tying the payment intent to the order.mp4
79.5MB
21 Taking Payments/271 Making the submission a better experience.mp4
91.81MB
21 Taking Payments/272 Loading indicators.mp4
45.94MB
21 Taking Payments/273 Enabling linear mode.mp4
65.14MB
21 Taking Payments/274 Stripe validation.mp4
69.51MB
21 Taking Payments/275 Webhooks.mp4
80.68MB
21 Taking Payments/276 Updating the payments service.mp4
69.29MB
21 Taking Payments/277 Testing our webhooks with the stripe CLI.mp4
106.57MB
21 Taking Payments/278 Summary of section 21.mp4
21.36MB
22 Performance/279 Introduction.mp4
7.92MB
22 Performance/280 Setting up caching on the API.mp4
61.1MB
22 Performance/281 Creating a cache attribute class.mp4
87.66MB
22 Performance/282 Testing the caching.mp4
62.34MB
22 Performance/283 Caching on the client part 1.mp4
66.83MB
22 Performance/284 Caching on the client part 2.mp4
92.83MB
22 Performance/285 Caching on the client part 3.mp4
118.32MB
22 Performance/286 Pre-publishing adjustments.mp4
44.54MB
22 Performance/287 Summary of section 22.mp4
10.58MB
23 Publishing/288 Introduction.mp4
12.34MB
23 Publishing/289 Angular build configuration.mp4
30.13MB
23 Publishing/290 Angular config changes.mp4
89.13MB
23 Publishing/291 Building the angular app and running from Kestrel.mp4
55.69MB
23 Publishing/292 Angular Ahead of Time compilation build.mp4
68.4MB
23 Publishing/293 Installing MySQL.mp4
28.25MB
23 Publishing/294 Switching DB Servers.mp4
81.23MB
23 Publishing/295 Switching to the production database.mp4
128.3MB
23 Publishing/296 Pre deployment work.mp4
107.92MB
23 Publishing/297 Setting up a linux server part 1.mp4
131.5MB
23 Publishing/298 Setting up a linux server part 2.mp4
132.25MB
23 Publishing/299 Getting an HTTPS certificate from Lets Encrypt.mp4
62.08MB
23 Publishing/300 End of course summary.mp4
38.82MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统