首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Learn to build an e-commerce store with .Net, React & Redux
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-6-28 19:11
2024-11-13 10:49
155
9.94 GB
224
磁力链接
magnet:?xt=urn:btih:8a8dd2eab502e00d5247a0552fa9f8ed2bf50645
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjhhOGRkMmVhYjUwMmUwMGQ1MjQ3YTA1NTJmYTlmOGVkMmJmNTA2NDVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Learn
to
build
an
e-commerce
store
with
Net
React
&
Redux
文件列表
01 - Introduction/001 Introduction.mp4
16.19MB
01 - Introduction/002 Setting up the dev environment.mp4
50.09MB
01 - Introduction/003 Course assets and source code.mp4
6.5MB
01 - Introduction/004 Getting help.mp4
7.83MB
02 - API Basics/001 Section 2 Introduction.mp4
41.27MB
02 - API Basics/002 Creating the .Net solution and API project.mp4
37.43MB
02 - API Basics/003 Adding VS Code extensions.mp4
22.17MB
02 - API Basics/004 What’s in the Web API template.mp4
80.74MB
02 - API Basics/005 Creating a new C# class for the Product.mp4
13.35MB
02 - API Basics/006 What is Entity Framework.mp4
7.32MB
02 - API Basics/007 Adding the DbContext class.mp4
81.87MB
02 - API Basics/008 Creating an Entity Framework Migration.mp4
38.09MB
02 - API Basics/009 Creating a class to seed data into the database.mp4
21.96MB
02 - API Basics/010 Using the Program.cs class to migrate and seed the data on app startup.mp4
50.92MB
02 - API Basics/011 Creating an API controller to return a list of products.mp4
49.73MB
02 - API Basics/012 Using async methods when querying a database.mp4
23.6MB
02 - API Basics/013 Saving our code into source control.mp4
46.35MB
02 - API Basics/014 Summary of section 2.mp4
2.84MB
03 - React Basics/001 Section 3 Introduction.mp4
18.43MB
03 - React Basics/002 Creating the react application.mp4
10.75MB
03 - React Basics/003 What's in the React template.mp4
43.62MB
03 - React Basics/004 React component basics.mp4
35.99MB
03 - React Basics/005 Using react hooks - useState.mp4
24.92MB
03 - React Basics/006 Using react hooks - useEffect.mp4
15.65MB
03 - React Basics/007 Adding CORS configuration to the API.mp4
26.78MB
03 - React Basics/008 Typescript vs javascript in React.mp4
24.45MB
03 - React Basics/009 Adding a Typescript interface for the product.mp4
54.9MB
03 - React Basics/010 File and folder organisation.mp4
48.29MB
03 - React Basics/011 Adding React components.mp4
43.59MB
03 - React Basics/012 Adding the Material UI styling framework.mp4
96.26MB
03 - React Basics/013 Adding components for the ProductList and Card.mp4
19.23MB
03 - React Basics/014 Installing and using React dev tools.mp4
11.22MB
03 - React Basics/015 Adding an AppBar.mp4
14.68MB
03 - React Basics/016 Adding cards for our individual products.mp4
60.25MB
03 - React Basics/017 Styling the product card.mp4
71.9MB
03 - React Basics/018 Using Material UI Theme.mp4
61MB
03 - React Basics/019 Challenge solution and setting bg color.mp4
51.21MB
03 - React Basics/020 Section 3 Summary.mp4
980.03KB
04 - React Router/001 Section 4 Introduction.mp4
7.83MB
04 - React Router/002 Setting up React Router.mp4
30.71MB
04 - React Router/003 Adding Nav Links to the AppBar.mp4
49.77MB
04 - React Router/004 Stying the nav bar.mp4
71.69MB
04 - React Router/005 Fetching a product on component load.mp4
78.87MB
04 - React Router/006 Adding the product detail page content.mp4
44.21MB
04 - React Router/007 Summary of section 4.mp4
999.66KB
05 - Error handling/001 Section 5 Introduction.mp4
23.3MB
05 - Error handling/002 Setting up an error controller.mp4
39.54MB
05 - Error handling/003 Adding exception handling middleware.mp4
56.98MB
05 - Error handling/004 Centralising the axios requests.mp4
57.66MB
05 - Error handling/005 Creating a react component to test the error responses.mp4
30.16MB
05 - Error handling/006 Using Axios interceptors.mp4
26.79MB
05 - Error handling/007 Adding toast notifications.mp4
19.96MB
05 - Error handling/008 Handling validation errors.mp4
32.99MB
05 - Error handling/009 Creating a server error component.mp4
25.6MB
05 - Error handling/010 Creating a not found component.mp4
29.39MB
05 - Error handling/011 Adding a delay and loading indicators to the app.mp4
35.31MB
05 - Error handling/012 Using the dotnet debugging tool.mp4
25.55MB
05 - Error handling/013 Using the react debugger.mp4
36.56MB
05 - Error handling/014 Section 5 summary.mp4
4.19MB
06 - Adding the shopping cart feature/001 Section 6 introduction.mp4
14.34MB
06 - Adding the shopping cart feature/002 Creating the basket entity.mp4
23.61MB
06 - Adding the shopping cart feature/003 EF Relationships.mp4
72.1MB
06 - Adding the shopping cart feature/004 Create a basket controller.mp4
17.22MB
06 - Adding the shopping cart feature/005 Add basket item endpoint logic.mp4
39.06MB
06 - Adding the shopping cart feature/006 Using the debugger to check the add item logic.mp4
56.43MB
06 - Adding the shopping cart feature/007 Shaping the data to return.mp4
45.48MB
06 - Adding the shopping cart feature/008 Removing an item from the basket.mp4
11.16MB
06 - Adding the shopping cart feature/009 Using CreatedAtRoute.mp4
41.41MB
06 - Adding the shopping cart feature/010 Adding the axios methods for the basket.mp4
100.99MB
06 - Adding the shopping cart feature/011 Creating a basket component.mp4
26.4MB
06 - Adding the shopping cart feature/012 Styling the basket page with a table.mp4
23.6MB
06 - Adding the shopping cart feature/013 Using React context to centralise state.mp4
42.1MB
06 - Adding the shopping cart feature/014 App initialisation - fetching the basket on app start.mp4
50.42MB
06 - Adding the shopping cart feature/015 Updating the header with the basket item count.mp4
29.19MB
06 - Adding the shopping cart feature/016 Adding the remove item functionality.mp4
64.62MB
06 - Adding the shopping cart feature/017 Adding specific loading indicators for the buttons.mp4
23.26MB
06 - Adding the shopping cart feature/018 Challenge - Basket Summary.mp4
27.97MB
06 - Adding the shopping cart feature/019 Challenge - Solution.mp4
24.84MB
06 - Adding the shopping cart feature/020 Updating the product detail component to add items to cart part 1.mp4
52.56MB
06 - Adding the shopping cart feature/021 Updating the product detail component to add items to cart part 2.mp4
97.84MB
06 - Adding the shopping cart feature/022 Adding a checkout page.mp4
11.11MB
06 - Adding the shopping cart feature/023 Section 6 Summary.mp4
4.15MB
07 - Redux/001 Section 7 Introduction.mp4
11.45MB
07 - Redux/002 Installing and using Redux.mp4
63.54MB
07 - Redux/003 Redux actions.mp4
23.73MB
07 - Redux/004 Action Creators.mp4
12.82MB
07 - Redux/005 Using Redux Toolkit.mp4
101.32MB
07 - Redux/006 Using redux dev tools.mp4
20.31MB
07 - Redux/007 Creating a basket slice.mp4
53.83MB
07 - Redux/008 Refactoring the app to use the redux store.mp4
62.79MB
07 - Redux/009 Using async functions in redux part 1.mp4
66.04MB
07 - Redux/010 Using async functions in redux part 2.mp4
48.79MB
07 - Redux/011 Using async functions in redux part 3.mp4
132.51MB
07 - Redux/012 Challenge - Solution.mp4
88.81MB
07 - Redux/013 Using Entity Adapters.mp4
78.36MB
07 - Redux/014 Using entity adapter selectors.mp4
37.07MB
07 - Redux/015 Fetching a single product.mp4
78.09MB
07 - Redux/016 Error handling in the reducers.mp4
70.89MB
07 - Redux/017 Error handling in the basket slice.mp4
64.83MB
07 - Redux/018 Section 7 summary.mp4
1.68MB
08 - Paging, Sorting, Filtering/001 Section 8 Introduction.mp4
19.12MB
08 - Paging, Sorting, Filtering/002 Adding sorting to the API.mp4
57.91MB
08 - Paging, Sorting, Filtering/003 Adding search functionality to the API.mp4
9.75MB
08 - Paging, Sorting, Filtering/004 Adding filters to the API.mp4
37.73MB
08 - Paging, Sorting, Filtering/005 Adding a pagination helper classes.mp4
22.16MB
08 - Paging, Sorting, Filtering/006 Creating a class that extends our List into a PagedList.mp4
79MB
08 - Paging, Sorting, Filtering/007 Testing our pagination in swagger.mp4
34.69MB
08 - Paging, Sorting, Filtering/008 Getting the unique brands and filters as lists from the API.mp4
19.25MB
08 - Paging, Sorting, Filtering/009 Getting the filter lists from the API and storing in Redux state.mp4
63.28MB
08 - Paging, Sorting, Filtering/010 Catalog page design.mp4
92.08MB
08 - Paging, Sorting, Filtering/011 Adding the product params to redux state.mp4
44.36MB
08 - Paging, Sorting, Filtering/012 Setting up the axios get request to use our params.mp4
62.03MB
08 - Paging, Sorting, Filtering/013 Adding the search functionality to the client.mp4
59.04MB
08 - Paging, Sorting, Filtering/014 Adding sort to the client.mp4
22.26MB
08 - Paging, Sorting, Filtering/015 Adding filtering to the client.mp4
44.98MB
08 - Paging, Sorting, Filtering/016 Setting up pagination on the client.mp4
71.78MB
08 - Paging, Sorting, Filtering/017 Adding a pagination component.mp4
83.27MB
08 - Paging, Sorting, Filtering/018 Challenge solution.mp4
75.6MB
08 - Paging, Sorting, Filtering/019 Cleaning up the loading indicators in the catalog.mp4
62.01MB
08 - Paging, Sorting, Filtering/020 Section 8 Summary.mp4
990.05KB
09 - Identity/001 Section 9 Introduction.mp4
11.72MB
09 - Identity/002 Setting up identity.mp4
38.87MB
09 - Identity/003 Adding the entity configuration and migration.mp4
97.95MB
09 - Identity/004 Adding an account controller.mp4
27.13MB
09 - Identity/005 Testing the login and register methods.mp4
17.52MB
09 - Identity/006 JWT Tokens.mp4
11.78MB
09 - Identity/007 Creating a token service.mp4
28.82MB
09 - Identity/008 Using the token service.mp4
65.8MB
09 - Identity/009 Validating the token on the server.mp4
34.03MB
09 - Identity/010 Configuring swagger to send the auth token.mp4
66.59MB
09 - Identity/011 Creating Login and Register components.mp4
13.74MB
09 - Identity/012 Create a login form.mp4
36.5MB
09 - Identity/013 Using controlled component.mp4
32.27MB
09 - Identity/014 Adding React hook form.mp4
54.89MB
09 - Identity/015 Using React hook form validators.mp4
31.95MB
09 - Identity/016 Adding an account slice.mp4
90.87MB
09 - Identity/017 Creating a dropdown menu.mp4
37.81MB
09 - Identity/018 Persisting the login.mp4
93.54MB
09 - Identity/019 Cleaning up the app init code.mp4
61.01MB
09 - Identity/020 Adding a register form.mp4
54.93MB
09 - Identity/021 Adding the registration validators.mp4
74.9MB
09 - Identity/022 Transfer the basket to logged in user.mp4
120.48MB
09 - Identity/023 Client side testing and code for basket transfer.mp4
40.83MB
09 - Identity/024 Challenge solution.mp4
39.02MB
09 - Identity/025 Adding a private route component.mp4
23.58MB
09 - Identity/026 Section 9 Summary.mp4
6.81MB
10 - Adding the checkout feature/001 Section 10 Introduction.mp4
5.83MB
10 - Adding the checkout feature/002 Creating the order entities.mp4
28.2MB
10 - Adding the checkout feature/003 Refactoring identity to use an int.mp4
89.54MB
10 - Adding the checkout feature/004 Creating an orders controller.mp4
10.49MB
10 - Adding the checkout feature/005 Adding the create order method.mp4
89MB
10 - Adding the checkout feature/006 Testing the order creation.mp4
36.72MB
10 - Adding the checkout feature/007 Shaping the order data.mp4
61.82MB
10 - Adding the checkout feature/008 Creating the checkout component.mp4
33.81MB
10 - Adding the checkout feature/009 Adding a custom text input.mp4
41.53MB
10 - Adding the checkout feature/010 Using react hook form context.mp4
34.79MB
10 - Adding the checkout feature/011 Creating a reusable check box.mp4
11.26MB
10 - Adding the checkout feature/012 Adding a validation library.mp4
56.25MB
10 - Adding the checkout feature/013 Updating the review component.mp4
49.94MB
10 - Adding the checkout feature/014 Updating the payment form.mp4
44.53MB
10 - Adding the checkout feature/015 Submitting the order.mp4
55.55MB
10 - Adding the checkout feature/016 Fetching a saved address for the form.mp4
111.31MB
10 - Adding the checkout feature/017 Creating the orders page.mp4
66.16MB
10 - Adding the checkout feature/018 Challenge - Order detail.mp4
20.83MB
10 - Adding the checkout feature/019 Challenge - Solution.mp4
47.26MB
10 - Adding the checkout feature/020 Section 10 Summary.mp4
2.22MB
11 - Payments/001 Section 11 Introduction.mp4
24.59MB
11 - Payments/002 Setting up stripe.mp4
34.69MB
11 - Payments/003 Creating a payment service.mp4
51.03MB
11 - Payments/004 Creating a payments controller.mp4
36MB
11 - Payments/005 Testing the payment intents using swagger.mp4
17.12MB
11 - Payments/006 Adding stripe to the client.mp4
41.06MB
11 - Payments/007 Using stripe payment inputs.mp4
41.95MB
11 - Payments/008 Validating the stripe inputs part 1.mp4
36.67MB
11 - Payments/009 Validating the stripe inputs part 2.mp4
50.68MB
11 - Payments/010 Adding the payment intent function.mp4
31.27MB
11 - Payments/011 Adding the submit payment function.mp4
88.88MB
11 - Payments/012 Testing card payments.mp4
38.7MB
11 - Payments/013 Adding a webhook.mp4
85.05MB
11 - Payments/014 User secrets.mp4
77.34MB
11 - Payments/015 Section 11 Summary.mp4
1.87MB
12 - Publishing/001 Section 12 Introduction.mp4
6.75MB
12 - Publishing/002 Home page design.mp4
22.46MB
12 - Publishing/003 Creating a react production build.mp4
86.96MB
12 - Publishing/004 Serving the client app from the API.mp4
42.69MB
12 - Publishing/005 Switching to a production DB Server.mp4
106.4MB
12 - Publishing/006 Deployment - Dockerising our app.mp4
55.91MB
12 - Publishing/007 Deployment - connecting to the postgres in docker.mp4
42.2MB
12 - Publishing/008 Deployment - Creating fly io launch config.mp4
23.96MB
12 - Publishing/009 Deployment - Adding the fly io secrets.mp4
55.67MB
12 - Publishing/010 Deployment - Adding a github action.mp4
75.14MB
12 - Publishing/011 Deployment - Automated deployment with github action and fly io.mp4
88.86MB
12 - Publishing/013 Setting up heroku.mp4
18.67MB
12 - Publishing/014 Deploying to Heroku.mp4
91.68MB
12 - Publishing/015 Heroku troubleshooting.mp4
61.36MB
12 - Publishing/016 Section 12 Summary.mp4
5.77MB
13 - Roles and CRUD operations/001 Section 13 Introduction.mp4
8.1MB
13 - Roles and CRUD operations/002 Connecting Github to Heroku.mp4
14.94MB
13 - Roles and CRUD operations/003 Adding a create product endpoint.mp4
26.22MB
13 - Roles and CRUD operations/004 Adding automapper.mp4
64.46MB
13 - Roles and CRUD operations/005 Editing a product.mp4
40.92MB
13 - Roles and CRUD operations/006 Adding a delete endpoint.mp4
20.74MB
13 - Roles and CRUD operations/007 Adding an image service.mp4
76.09MB
13 - Roles and CRUD operations/008 Using the image service.mp4
59.47MB
13 - Roles and CRUD operations/009 Updating and deleting images.mp4
51.29MB
13 - Roles and CRUD operations/010 Adding an inventory page.mp4
126.24MB
13 - Roles and CRUD operations/011 Adding a product form.mp4
74.07MB
13 - Roles and CRUD operations/012 Creating a reusable select list.mp4
22.6MB
13 - Roles and CRUD operations/013 Reusable textarea and number inputs.mp4
8.7MB
13 - Roles and CRUD operations/014 Adding a drop zone.mp4
67.16MB
13 - Roles and CRUD operations/015 Styling the drop zone.mp4
38MB
13 - Roles and CRUD operations/016 Validating the product form.mp4
38.28MB
13 - Roles and CRUD operations/017 Submitting the form data.mp4
97.66MB
13 - Roles and CRUD operations/018 Deleting a product from the list.mp4
42.85MB
13 - Roles and CRUD operations/019 Extracting the roles from the token.mp4
54.79MB
13 - Roles and CRUD operations/020 Using roles in the client app.mp4
36.39MB
13 - Roles and CRUD operations/021 Publishing changes to FlyIO.mp4
46.31MB
13 - Roles and CRUD operations/022 End of course summary.mp4
6.18MB
14 - Updating to .Net 6/001 Update the project from .Net 5 to .Net 6.mp4
52.62MB
14 - Updating to .Net 6/002 .Net 6 new project features.mp4
199.16MB
15 - Updating to .Net 7, React 18 and React Router 6/001 Updating to .Net 7.mp4
88.33MB
15 - Updating to .Net 7, React 18 and React Router 6/002 Updating the .Net project to use the minimal hosting model.mp4
45.44MB
15 - Updating to .Net 7, React 18 and React Router 6/003 Updating to React Router v6.mp4
204.38MB
15 - Updating to .Net 7, React 18 and React Router 6/004 Updating to React 18.mp4
81.99MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统