首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[04-2022] build-an-app-with-aspnet-core-and-angular-from-scratch
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-10-13 20:25
2024-12-22 22:40
251
14.61 GB
263
磁力链接
magnet:?xt=urn:btih:74bc4af51cfe816710c0e3c92435b8d146fac637
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjc0YmM0YWY1MWNmZTgxNjcxMGMwZTNjOTI0MzViOGQxNDZmYWM2MzdaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
04-2022
build-an-app-with-aspnet-core-and-angular-from-scratch
文件列表
01 Introduction/001 Introduction to the course.mp4
14.99MB
01 Introduction/002 Setting up the developer environment.mp4
21.84MB
01 Introduction/003 Getting help.mp4
7.11MB
01 Introduction/004 Course assets and source code.mp4
9.4MB
02 Building a walking skeleton Part One - API/005 Introduction.mp4
10.07MB
02 Building a walking skeleton Part One - API/006 Creating the .Net API Project using the dotnet CLI.mp4
73.44MB
02 Building a walking skeleton Part One - API/007 Setting up VS code to work with C#.mp4
61.65MB
02 Building a walking skeleton Part One - API/008 .Net 6 update - switching to the classic hosting model.mp4
113.96MB
02 Building a walking skeleton Part One - API/009 Getting to know the API project files.mp4
79.33MB
02 Building a walking skeleton Part One - API/010 Creating our first Entity.mp4
17.07MB
02 Building a walking skeleton Part One - API/011 Introduction to Entity Framework.mp4
11.34MB
02 Building a walking skeleton Part One - API/012 Adding Entity Framework to our project.mp4
16.51MB
02 Building a walking skeleton Part One - API/013 Adding a DbContext class.mp4
39.72MB
02 Building a walking skeleton Part One - API/014 Creating the Connection string.mp4
131.76MB
02 Building a walking skeleton Part One - API/015 Creating the database using Entity Framework Code first migrations.mp4
16.29MB
02 Building a walking skeleton Part One - API/016 Adding a new API Controller.mp4
51.34MB
02 Building a walking skeleton Part One - API/017 Making our code Asynchronous.mp4
24.05MB
02 Building a walking skeleton Part One - API/018 Saving our code into Source control.mp4
69.91MB
02 Building a walking skeleton Part One - API/019 Section 2 Summary.mp4
12.39MB
03 Building a walking skeleton Part Two - Angular/020 Introduction.mp4
8.48MB
03 Building a walking skeleton Part Two - Angular/021 Creating the Angular application.mp4
54.58MB
03 Building a walking skeleton Part Two - Angular/022 Running the angular project and reviewing the bootstrap of the app.mp4
104.6MB
03 Building a walking skeleton Part Two - Angular/023 Adding VS Code extensions to work with Angular.mp4
13.56MB
03 Building a walking skeleton Part Two - Angular/024 Making HTTP requests in Angular.mp4
67.69MB
03 Building a walking skeleton Part Two - Angular/025 Adding CORS support in the API.mp4
25.39MB
03 Building a walking skeleton Part Two - Angular/027 Displaying the fetched users in the browser.mp4
14.81MB
03 Building a walking skeleton Part Two - Angular/028 Adding bootstrap and font-awesome.mp4
91.82MB
03 Building a walking skeleton Part Two - Angular/029 Using HTTPS in angular - MAC.mp4
69.32MB
03 Building a walking skeleton Part Two - Angular/030 Using HTTPS in angular - WINDOWS.mp4
27.49MB
03 Building a walking skeleton Part Two - Angular/031 Saving into source control.mp4
11.76MB
03 Building a walking skeleton Part Two - Angular/032 Section 3 summary.mp4
6.12MB
04 Authentication basics/033 Introduction.mp4
11.8MB
04 Authentication basics/034 Safe storage of passwords.mp4
23.55MB
04 Authentication basics/035 Updating the user entity.mp4
15.42MB
04 Authentication basics/036 Creating a base API controller.mp4
20.82MB
04 Authentication basics/037 Creating an Account Controller with a register endpoint.mp4
72.21MB
04 Authentication basics/038 Using the debugger.mp4
124.38MB
04 Authentication basics/039 Using DTOs.mp4
33.07MB
04 Authentication basics/040 Adding validation.mp4
18.69MB
04 Authentication basics/041 Adding a login endpoint.mp4
138.53MB
04 Authentication basics/042 JSON web tokens.mp4
18.45MB
04 Authentication basics/043 Adding a token service.mp4
30.95MB
04 Authentication basics/044 Adding the create token logic.mp4
40.55MB
04 Authentication basics/045 Creating a User DTO and returning the token.mp4
80.08MB
04 Authentication basics/046 Adding the authentication middleware.mp4
95.13MB
04 Authentication basics/047 Adding extension methods.mp4
32.43MB
04 Authentication basics/048 Section 4 summary.mp4
17.42MB
05 Client login and register/049 Introduction.mp4
7.81MB
05 Client login and register/050 Creating a nav bar.mp4
110.12MB
05 Client login and register/051 Introduction to Angular template forms.mp4
33.73MB
05 Client login and register/052 Introduction to Angular services.mp4
25.08MB
05 Client login and register/053 Injecting services into components.mp4
17.12MB
05 Client login and register/054 Using conditionals to show and remove content.mp4
32.93MB
05 Client login and register/055 Using the angular bootstrap components - dropdown.mp4
42.84MB
05 Client login and register/056 Introduction to observables.mp4
21.98MB
05 Client login and register/057 Persisting the login.mp4
70.94MB
05 Client login and register/058 Using the async pipe.mp4
37.82MB
05 Client login and register/059 Adding a home page.mp4
28.84MB
05 Client login and register/060 Adding a register form.mp4
27.95MB
05 Client login and register/061 Parent to child communication.mp4
98.81MB
05 Client login and register/062 Child to parent communication.mp4
31.78MB
05 Client login and register/063 Hooking up the register method to the service.mp4
119.34MB
05 Client login and register/064 Section 5 summary.mp4
23.4MB
06 Routing in Angular/065 Introduction.mp4
8.01MB
06 Routing in Angular/066 Creating some more components.mp4
31.97MB
06 Routing in Angular/067 Adding the nav links.mp4
22.71MB
06 Routing in Angular/068 Routing in code.mp4
11.37MB
06 Routing in Angular/069 Adding a toast service for notifications.mp4
53.31MB
06 Routing in Angular/070 Adding an Angular route guard.mp4
68.01MB
06 Routing in Angular/071 Adding a dummy route.mp4
57.86MB
06 Routing in Angular/072 Adding a new theme.mp4
36.53MB
06 Routing in Angular/073 Tidying up the app module by using a shared module.mp4
35.74MB
06 Routing in Angular/074 Section 6 summary.mp4
10.89MB
07 Error handling/075 Introduction.mp4
9.78MB
07 Error handling/076 Creating an error controller for testing errors.mp4
58.97MB
07 Error handling/077 Handling server errors.mp4
80.61MB
07 Error handling/078 Exception handling middleware.mp4
138.65MB
07 Error handling/079 Testing errors in the client.mp4
53.21MB
07 Error handling/080 Adding an error interceptor.mp4
74MB
07 Error handling/081 Validation errors.mp4
35.92MB
07 Error handling/082 Handling not found.mp4
12.23MB
07 Error handling/083 Adding a server error page.mp4
103.12MB
07 Error handling/084 Section 7 summary.mp4
14.63MB
08 Extending the API/085 Introduction.mp4
11.31MB
08 Extending the API/086 Extending the user entity.mp4
16.31MB
08 Extending the API/087 Adding a DateTime extension to calculate age.mp4
17.89MB
08 Extending the API/088 Entity Framework relationships.mp4
53.63MB
08 Extending the API/089 Generating seed data.mp4
90.9MB
08 Extending the API/090 Seeding data part one.mp4
49MB
08 Extending the API/091 Seeding data part two.mp4
97.24MB
08 Extending the API/092 The repository pattern.mp4
21.51MB
08 Extending the API/093 Creating a repository.mp4
35.86MB
08 Extending the API/094 Updating the users controller.mp4
59.97MB
08 Extending the API/095 Adding a DTO for Members.mp4
12.24MB
08 Extending the API/096 Adding AutoMapper.mp4
18.79MB
08 Extending the API/097 Using AutoMapper.mp4
38.75MB
08 Extending the API/098 Configuring AutoMapper.mp4
13.4MB
08 Extending the API/099 Using AutoMapper queryable extensions.mp4
198.27MB
08 Extending the API/100 Section 8 summary.mp4
9.51MB
09 Building the User Interface/101 Introduction.mp4
7.85MB
09 Building the User Interface/102 Using TypeScript.mp4
26.47MB
09 Building the User Interface/103 Creating the member interface.mp4
16.91MB
09 Building the User Interface/104 Adding a member service.mp4
46.89MB
09 Building the User Interface/105 Retrieving the list of members.mp4
58.12MB
09 Building the User Interface/106 Creating member cards.mp4
17.79MB
09 Building the User Interface/107 Adding some style to the cards.mp4
25.55MB
09 Building the User Interface/108 Adding animated buttons.mp4
37.31MB
09 Building the User Interface/109 Using an interceptor to send the token.mp4
54.73MB
09 Building the User Interface/110 Routing to the detailed page.mp4
31.92MB
09 Building the User Interface/111 Styling the member detailed page.mp4
31.21MB
09 Building the User Interface/112 Styling the member detailed page part two.mp4
84.5MB
09 Building the User Interface/113 Adding a photo gallery.mp4
197.15MB
09 Building the User Interface/114 Section 9 summary.mp4
8.11MB
10 Updating resources/115 Introduction.mp4
10.43MB
10 Updating resources/116 Creating a member edit component.mp4
29.9MB
10 Updating resources/117 Creating the edit template form.mp4
95.78MB
10 Updating resources/118 Adding the update functionality.mp4
70.5MB
10 Updating resources/119 Adding a Can Deactivate route guard.mp4
43.17MB
10 Updating resources/120 Persisting the changes in the API.mp4
48.94MB
10 Updating resources/121 Updating the user in the client app.mp4
11.72MB
10 Updating resources/122 Adding loading indicators.mp4
115.87MB
10 Updating resources/123 Using the service to store state.mp4
130.09MB
10 Updating resources/124 Section 10 summary.mp4
6.17MB
11 Adding photo upload functionality/125 Introduction.mp4
20.84MB
11 Adding photo upload functionality/126 Cloudinary Account.mp4
74.21MB
11 Adding photo upload functionality/127 Configuring cloudinary in the API.mp4
32.92MB
11 Adding photo upload functionality/128 Adding a photo service.mp4
63.71MB
11 Adding photo upload functionality/129 Updating the users controller.mp4
127.67MB
11 Adding photo upload functionality/130 Testing the photo upload.mp4
46.92MB
11 Adding photo upload functionality/131 Using the Created At Route method.mp4
35.06MB
11 Adding photo upload functionality/132 Adding a photo editor component.mp4
21.64MB
11 Adding photo upload functionality/133 Adding a photo uploader.mp4
110.32MB
11 Adding photo upload functionality/134 Adding a photo uploader part two.mp4
92.03MB
11 Adding photo upload functionality/135 Setting the main photo in the API.mp4
41.12MB
11 Adding photo upload functionality/136 Adding the main photo image to the nav bar.mp4
70.66MB
11 Adding photo upload functionality/137 Setting the main photo in the client.mp4
47.5MB
11 Adding photo upload functionality/138 Deleting photos - API.mp4
48.35MB
11 Adding photo upload functionality/139 Deleting photos - Client.mp4
66.67MB
11 Adding photo upload functionality/140 Section 11 summary.mp4
18.97MB
12 Reactive forms/141 Introduction.mp4
8.96MB
12 Reactive forms/142 Reactive forms introduction.mp4
63.88MB
12 Reactive forms/143 Client side validation.mp4
15.65MB
12 Reactive forms/144 Adding custom validators.mp4
66.4MB
12 Reactive forms/145 Validation feedback.mp4
115.71MB
12 Reactive forms/146 Creating a reusable text input.mp4
168.12MB
12 Reactive forms/147 Using the form builder service.mp4
12.12MB
12 Reactive forms/148 Expanding the register form.mp4
33.54MB
12 Reactive forms/149 Adding a reusable date input.mp4
84.91MB
12 Reactive forms/150 Updating the API register method.mp4
31.19MB
12 Reactive forms/151 Client side registration.mp4
119.31MB
12 Reactive forms/152 Section 12 summary.mp4
9.59MB
13 Paging, Sorting and Filtering/153 Introduction.mp4
15.66MB
13 Paging, Sorting and Filtering/154 Adding a paged list class.mp4
48.94MB
13 Paging, Sorting and Filtering/155 Adding helper classes for pagination.mp4
78.54MB
13 Paging, Sorting and Filtering/156 Using the pagination classes.mp4
148.12MB
13 Paging, Sorting and Filtering/157 Setting up client pagination.mp4
62.74MB
13 Paging, Sorting and Filtering/158 Using the angular bootstrap pagination component.mp4
30.17MB
13 Paging, Sorting and Filtering/159 Adding filtering to the API.mp4
94.91MB
13 Paging, Sorting and Filtering/160 Adding additional filters.mp4
47.52MB
13 Paging, Sorting and Filtering/161 Cleaning up the member service.mp4
182.03MB
13 Paging, Sorting and Filtering/162 Adding filter buttons to the client.mp4
76.08MB
13 Paging, Sorting and Filtering/163 Adding sorting functionality.mp4
30.47MB
13 Paging, Sorting and Filtering/164 Adding an action filter.mp4
48.08MB
13 Paging, Sorting and Filtering/165 Making the Last Active action filter more optimal.mp4
71.42MB
13 Paging, Sorting and Filtering/166 Sorting on the client.mp4
47.92MB
13 Paging, Sorting and Filtering/167 Formatting dates.mp4
85.29MB
13 Paging, Sorting and Filtering/168 Restoring the caching for members.mp4
55.7MB
13 Paging, Sorting and Filtering/169 Restoring caching for member detailed.mp4
161.29MB
13 Paging, Sorting and Filtering/170 Remembering the filters for a user in the service.mp4
38.71MB
13 Paging, Sorting and Filtering/171 Section 13 summary.mp4
8.99MB
14 Adding the Like User feature/172 Introduction.mp4
6.93MB
14 Adding the Like User feature/173 Adding a likes entity.mp4
81.14MB
14 Adding the Like User feature/174 Adding a likes repository.mp4
24.11MB
14 Adding the Like User feature/175 Implementing the likes repository.mp4
37.24MB
14 Adding the Like User feature/176 Controller methods for the likes feature.mp4
73.45MB
14 Adding the Like User feature/177 Setting up the likes functions in the Angular app.mp4
100.23MB
14 Adding the Like User feature/178 Adding the likes component.mp4
88.14MB
14 Adding the Like User feature/179 Adding pagination for the likes.mp4
81.62MB
14 Adding the Like User feature/180 Paginating the likes on the client.mp4
70.87MB
14 Adding the Like User feature/181 Section 14 summary.mp4
9.95MB
15 Adding the messaging feature/182 Introduction.mp4
7.47MB
15 Adding the messaging feature/183 Setting up the entities for messaging.mp4
40.16MB
15 Adding the messaging feature/184 Setting up the message repository.mp4
28.43MB
15 Adding the messaging feature/185 Setting up the automapper profiles.mp4
16.38MB
15 Adding the messaging feature/186 Adding a message controller.mp4
60.76MB
15 Adding the messaging feature/187 Getting the messages from the Repo.mp4
129.24MB
15 Adding the messaging feature/188 Getting the message thread for 2 users.mp4
60.41MB
15 Adding the messaging feature/189 Setting up the Angular app for messaging.mp4
201.83MB
15 Adding the messaging feature/190 Designing the inbox.mp4
79.18MB
15 Adding the messaging feature/191 Adding the message thread in the client.mp4
30.57MB
15 Adding the messaging feature/192 Styling the message thread.mp4
68.2MB
15 Adding the messaging feature/193 Activating the message tab.mp4
112.73MB
15 Adding the messaging feature/194 Using query params.mp4
111.85MB
15 Adding the messaging feature/195 Using route resolvers.mp4
82.08MB
15 Adding the messaging feature/196 Sending messages.mp4
104.15MB
15 Adding the messaging feature/197 Fixing the photo weirdness.mp4
17.76MB
15 Adding the messaging feature/198 Deleting messages on the API.mp4
68.31MB
15 Adding the messaging feature/199 Deleting messages on the client.mp4
53.23MB
15 Adding the messaging feature/200 Section 15 summary.mp4
13.94MB
16 Identity and role management/201 Introduction.mp4
11.57MB
16 Identity and role management/202 Setting up the entities.mp4
27.65MB
16 Identity and role management/203 Configuring the DbContext.mp4
48.6MB
16 Identity and role management/204 Configuring the startup class.mp4
31.28MB
16 Identity and role management/205 Refactoring and adding a new migration.mp4
96.88MB
16 Identity and role management/206 Updating the seed method.mp4
72.33MB
16 Identity and role management/207 Updating the account controller.mp4
38.86MB
16 Identity and role management/208 Adding roles to the app.mp4
61.76MB
16 Identity and role management/209 Adding the roles to the JWT token.mp4
66.84MB
16 Identity and role management/210 Adding policy based authorisation.mp4
34.38MB
16 Identity and role management/211 Getting the users with roles.mp4
25.64MB
16 Identity and role management/212 Editing user roles.mp4
37.38MB
16 Identity and role management/213 Adding an admin component.mp4
10.76MB
16 Identity and role management/214 Adding an admin guard.mp4
91.19MB
16 Identity and role management/215 Adding a custom directive.mp4
47.13MB
16 Identity and role management/216 Adding the edit roles component.mp4
35.69MB
16 Identity and role management/217 Setting up modals.mp4
109.76MB
16 Identity and role management/218 Editing roles in the client.mp4
25.95MB
16 Identity and role management/219 Editing roles part two.mp4
76.34MB
16 Identity and role management/220 Section 16 summary.mp4
6.4MB
17 SignalR/221 Introduction.mp4
12.19MB
17 SignalR/222 Adding a presence hub.mp4
22.04MB
17 SignalR/223 Authenticating to SignalR.mp4
31.53MB
17 SignalR/224 Client side SignalR.mp4
122.38MB
17 SignalR/225 Adding a presence tracker.mp4
131.96MB
17 SignalR/226 Displaying online presence.mp4
47.31MB
17 SignalR/227 Creating a message hub.mp4
50.71MB
17 SignalR/228 Adding the send message method to the hub.mp4
60.36MB
17 SignalR/229 Adding the hub connection to the message service.mp4
28.17MB
17 SignalR/230 Refactoring the message components to use the hub.mp4
39.04MB
17 SignalR/231 Sending messages via the hub.mp4
81.51MB
17 SignalR/232 Tracking the message groups.mp4
101.65MB
17 SignalR/233 Updating the message hub with group tracking.mp4
53.45MB
17 SignalR/234 Dealing with UTC date formats.mp4
38.79MB
17 SignalR/235 Notifying users when they receive a message.mp4
126.65MB
17 SignalR/236 Optimizing the presence.mp4
101.94MB
17 SignalR/237 Optimizing the messages.mp4
98MB
17 SignalR/238 Section 17 summary.mp4
7.26MB
18 Unit of work pattern and finishing touches/239 Introduction.mp4
13.15MB
18 Unit of work pattern and finishing touches/240 Implementing the unit of work.mp4
42.08MB
18 Unit of work pattern and finishing touches/241 Refactoring the controllers to use the unit of work.mp4
106.69MB
18 Unit of work pattern and finishing touches/242 Optimizing queries part one.mp4
166.54MB
18 Unit of work pattern and finishing touches/243 Fixing UTC dates again.mp4
67.4MB
18 Unit of work pattern and finishing touches/244 Optimizing queries part two.mp4
97.36MB
18 Unit of work pattern and finishing touches/245 Adding a confirmation service to the angular app.mp4
39.57MB
18 Unit of work pattern and finishing touches/246 Getting the data from the confirmation modal.mp4
99.96MB
18 Unit of work pattern and finishing touches/247 Tidying up the member message component.mp4
59.16MB
18 Unit of work pattern and finishing touches/248 Section 18 summary.mp4
9.29MB
18 Unit of work pattern and finishing touches/249 Photo management challenge.mp4
36.93MB
19 Publishing/250 Introduction.mp4
21.7MB
19 Publishing/251 Preparing the angular app and serving this from the API server.mp4
59.42MB
19 Publishing/252 Adding a fallback controller.mp4
44.56MB
19 Publishing/253 Creating an angular production build.mp4
61.03MB
19 Publishing/254 Switching the DB Server to PostGres.mp4
70.82MB
19 Publishing/255 Changing the DB Server in our app.mp4
98.43MB
19 Publishing/256 Setting up Heroku.mp4
46.2MB
19 Publishing/257 Deploying the app to Heroku.mp4
162.7MB
19 Publishing/258 Using branches in git and connecting Heroku to GitHub.mp4
117.92MB
19 Publishing/259 Merging changes and redeploying.mp4
26.17MB
19 Publishing/260 End of course summary.mp4
38.72MB
20 Updating to .Net 6, Angular 12 and Bootstrap 5/261 How to update .Net 5 to .Net 6.mp4
164.68MB
20 Updating to .Net 6, Angular 12 and Bootstrap 5/262 .Net 6 new features and how to update the project to use them.mp4
291.62MB
20 Updating to .Net 6, Angular 12 and Bootstrap 5/263 Updating Angular to v12.mp4
135.49MB
20 Updating to .Net 6, Angular 12 and Bootstrap 5/264 How to update Bootstrap to v5.mp4
280.92MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统