首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[GigaCourse.Com] Udemy - Build an app with ASPNET Core and Angular from scratch
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-8-13 21:03
2024-11-11 18:43
119
8.3 GB
263
磁力链接
magnet:?xt=urn:btih:62624531ff665d36fac67be73990c981500d3668
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjYyNjI0NTMxZmY2NjVkMzZmYWM2N2JlNzM5OTBjOTgxNTAwZDM2NjhaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GigaCourse
Com
Udemy
-
Build
an
app
with
ASPNET
Core
and
Angular
from
scratch
文件列表
01 - Introduction/001 Introduction to the course.mp4
23.74MB
01 - Introduction/002 Setting up the developer environment.mp4
35.74MB
01 - Introduction/003 Getting help.mp4
4.25MB
01 - Introduction/004 Course assets and source code.mp4
12.33MB
02 - Building a walking skeleton Part One - API/001 Introduction.mp4
5.88MB
02 - Building a walking skeleton Part One - API/002 Creating the .Net API Project using the dotnet CLI.mp4
39.51MB
02 - Building a walking skeleton Part One - API/003 Setting up VS code to work with C#.mp4
34.27MB
02 - Building a walking skeleton Part One - API/004 .Net 6 update - switching to the classic hosting model.mp4
66.25MB
02 - Building a walking skeleton Part One - API/005 Getting to know the API project files.mp4
45.88MB
02 - Building a walking skeleton Part One - API/006 Creating our first Entity.mp4
10.46MB
02 - Building a walking skeleton Part One - API/007 Introduction to Entity Framework.mp4
15.96MB
02 - Building a walking skeleton Part One - API/008 Adding Entity Framework to our project.mp4
9.83MB
02 - Building a walking skeleton Part One - API/009 Adding a DbContext class.mp4
23.81MB
02 - Building a walking skeleton Part One - API/010 Creating the Connection string.mp4
68.93MB
02 - Building a walking skeleton Part One - API/011 Creating the database using Entity Framework Code first migrations.mp4
25.13MB
02 - Building a walking skeleton Part One - API/012 Adding a new API Controller.mp4
30.53MB
02 - Building a walking skeleton Part One - API/013 Making our code Asynchronous.mp4
14.69MB
02 - Building a walking skeleton Part One - API/014 Saving our code into Source control.mp4
39.7MB
02 - Building a walking skeleton Part One - API/015 Section 2 Summary.mp4
6.95MB
03 - Building a walking skeleton Part Two - Angular/001 Introduction.mp4
4.8MB
03 - Building a walking skeleton Part Two - Angular/002 Creating the Angular application.mp4
30.54MB
03 - Building a walking skeleton Part Two - Angular/003 Running the angular project and reviewing the bootstrap of the app.mp4
55.39MB
03 - Building a walking skeleton Part Two - Angular/004 Adding VS Code extensions to work with Angular.mp4
8.07MB
03 - Building a walking skeleton Part Two - Angular/005 Making HTTP requests in Angular.mp4
40.84MB
03 - Building a walking skeleton Part Two - Angular/006 Adding CORS support in the API.mp4
15.19MB
03 - Building a walking skeleton Part Two - Angular/007 Displaying the fetched users in the browser.mp4
22.44MB
03 - Building a walking skeleton Part Two - Angular/008 Adding bootstrap and font-awesome.mp4
50.67MB
03 - Building a walking skeleton Part Two - Angular/009 Using HTTPS in angular - MAC.mp4
36.19MB
03 - Building a walking skeleton Part Two - Angular/010 Using HTTPS in angular - WINDOWS.mp4
15.73MB
03 - Building a walking skeleton Part Two - Angular/011 Saving into source control.mp4
7.11MB
03 - Building a walking skeleton Part Two - Angular/012 Section 3 summary.mp4
3.48MB
04 - Authentication basics/001 Introduction.mp4
6.72MB
04 - Authentication basics/002 Safe storage of passwords.mp4
14.28MB
04 - Authentication basics/003 Updating the user entity.mp4
9.04MB
04 - Authentication basics/004 Creating a base API controller.mp4
12.29MB
04 - Authentication basics/005 Creating an Account Controller with a register endpoint.mp4
42.2MB
04 - Authentication basics/006 Using the debugger.mp4
71.04MB
04 - Authentication basics/007 Using DTOs.mp4
19.47MB
04 - Authentication basics/008 Adding validation.mp4
11.14MB
04 - Authentication basics/009 Adding a login endpoint.mp4
73.26MB
04 - Authentication basics/010 JSON web tokens.mp4
10.96MB
04 - Authentication basics/011 Adding a token service.mp4
18.34MB
04 - Authentication basics/012 Adding the create token logic.mp4
24.16MB
04 - Authentication basics/013 Creating a User DTO and returning the token.mp4
42.48MB
04 - Authentication basics/014 Adding the authentication middleware.mp4
50.65MB
04 - Authentication basics/015 Adding extension methods.mp4
18.45MB
04 - Authentication basics/016 Section 4 summary.mp4
9.83MB
05 - Client login and register/001 Introduction.mp4
4.37MB
05 - Client login and register/002 Creating a nav bar.mp4
58.04MB
05 - Client login and register/003 Introduction to Angular template forms.mp4
20.29MB
05 - Client login and register/004 Introduction to Angular services.mp4
15.11MB
05 - Client login and register/005 Injecting services into components.mp4
10.13MB
05 - Client login and register/006 Using conditionals to show and remove content.mp4
19.61MB
05 - Client login and register/007 Using the angular bootstrap components - dropdown.mp4
25.22MB
05 - Client login and register/008 Introduction to observables.mp4
13.57MB
05 - Client login and register/009 Persisting the login.mp4
42.68MB
05 - Client login and register/010 Using the async pipe.mp4
21.86MB
05 - Client login and register/011 Adding a home page.mp4
17.4MB
05 - Client login and register/012 Adding a register form.mp4
16.76MB
05 - Client login and register/013 Parent to child communication.mp4
54.91MB
05 - Client login and register/014 Child to parent communication.mp4
18.94MB
05 - Client login and register/015 Hooking up the register method to the service.mp4
69.81MB
05 - Client login and register/016 Section 5 summary.mp4
11.07MB
06 - Routing in Angular/001 Introduction.mp4
4.55MB
06 - Routing in Angular/002 Creating some more components.mp4
18.72MB
06 - Routing in Angular/003 Adding the nav links.mp4
13.17MB
06 - Routing in Angular/004 Routing in code.mp4
6.7MB
06 - Routing in Angular/005 Adding a toast service for notifications.mp4
31.43MB
06 - Routing in Angular/006 Adding an Angular route guard.mp4
37.86MB
06 - Routing in Angular/007 Adding a dummy route.mp4
31.28MB
06 - Routing in Angular/008 Adding a new theme.mp4
20.93MB
06 - Routing in Angular/009 Tidying up the app module by using a shared module.mp4
20.8MB
06 - Routing in Angular/010 Section 6 summary.mp4
6.13MB
07 - Error handling/001 Introduction.mp4
5.02MB
07 - Error handling/002 Creating an error controller for testing errors.mp4
34.83MB
07 - Error handling/003 Handling server errors.mp4
44.35MB
07 - Error handling/004 Exception handling middleware.mp4
81.79MB
07 - Error handling/005 Testing errors in the client.mp4
31.32MB
07 - Error handling/006 Adding an error interceptor.mp4
44.1MB
07 - Error handling/007 Validation errors.mp4
21.01MB
07 - Error handling/008 Handling not found.mp4
7.37MB
07 - Error handling/009 Adding a server error page.mp4
57.44MB
07 - Error handling/010 Section 7 summary.mp4
8.22MB
08 - Extending the API/001 Introduction.mp4
6.09MB
08 - Extending the API/002 Extending the user entity.mp4
9.75MB
08 - Extending the API/003 Adding a DateTime extension to calculate age.mp4
10.58MB
08 - Extending the API/004 Entity Framework relationships.mp4
31.12MB
08 - Extending the API/005 Generating seed data.mp4
49.85MB
08 - Extending the API/006 Seeding data part one.mp4
28.7MB
08 - Extending the API/007 Seeding data part two.mp4
51.85MB
08 - Extending the API/008 The repository pattern.mp4
13.47MB
08 - Extending the API/009 Creating a repository.mp4
21.6MB
08 - Extending the API/010 Updating the users controller.mp4
33.33MB
08 - Extending the API/011 Adding a DTO for Members.mp4
7.05MB
08 - Extending the API/012 Adding AutoMapper.mp4
11.14MB
08 - Extending the API/013 Using AutoMapper.mp4
22.42MB
08 - Extending the API/014 Configuring AutoMapper.mp4
7.79MB
08 - Extending the API/015 Using AutoMapper queryable extensions.mp4
104.45MB
08 - Extending the API/016 Section 8 summary.mp4
5.4MB
09 - Building the User Interface/001 Introduction.mp4
4.44MB
09 - Building the User Interface/002 Using TypeScript.mp4
15.74MB
09 - Building the User Interface/003 Creating the member interface.mp4
10.09MB
09 - Building the User Interface/004 Adding a member service.mp4
28.49MB
09 - Building the User Interface/005 Retrieving the list of members.mp4
31.8MB
09 - Building the User Interface/006 Creating member cards.mp4
10.56MB
09 - Building the User Interface/007 Adding some style to the cards.mp4
45.88MB
09 - Building the User Interface/008 Adding animated buttons.mp4
21.99MB
09 - Building the User Interface/009 Using an interceptor to send the token.mp4
32.61MB
09 - Building the User Interface/010 Routing to the detailed page.mp4
18.97MB
09 - Building the User Interface/011 Styling the member detailed page.mp4
18.46MB
09 - Building the User Interface/012 Styling the member detailed page part two.mp4
44.62MB
09 - Building the User Interface/013 Adding a photo gallery.mp4
102.7MB
09 - Building the User Interface/014 Section 9 summary.mp4
4.59MB
10 - Updating resources/001 Introduction.mp4
5.85MB
10 - Updating resources/002 Creating a member edit component.mp4
17.91MB
10 - Updating resources/003 Creating the edit template form.mp4
52.36MB
10 - Updating resources/004 Adding the update functionality.mp4
40.48MB
10 - Updating resources/005 Adding a Can Deactivate route guard.mp4
25.68MB
10 - Updating resources/006 Persisting the changes in the API.mp4
29.01MB
10 - Updating resources/007 Updating the user in the client app.mp4
6.72MB
10 - Updating resources/008 Adding loading indicators.mp4
60.61MB
10 - Updating resources/009 Using the service to store state.mp4
68.17MB
10 - Updating resources/010 Section 10 summary.mp4
3.47MB
11 - Adding photo upload functionality/001 Introduction.mp4
12.17MB
11 - Adding photo upload functionality/002 Cloudinary Account.mp4
40.07MB
11 - Adding photo upload functionality/003 Configuring cloudinary in the API.mp4
19.33MB
11 - Adding photo upload functionality/004 Adding a photo service.mp4
38.2MB
11 - Adding photo upload functionality/005 Updating the users controller.mp4
67.43MB
11 - Adding photo upload functionality/006 Testing the photo upload.mp4
27.56MB
11 - Adding photo upload functionality/007 Using the Created At Route method.mp4
20.8MB
11 - Adding photo upload functionality/008 Adding a photo editor component.mp4
12.5MB
11 - Adding photo upload functionality/009 Adding a photo uploader.mp4
60.66MB
11 - Adding photo upload functionality/010 Adding a photo uploader part two.mp4
50.3MB
11 - Adding photo upload functionality/011 Setting the main photo in the API.mp4
24.18MB
11 - Adding photo upload functionality/012 Adding the main photo image to the nav bar.mp4
41.06MB
11 - Adding photo upload functionality/013 Setting the main photo in the client.mp4
28.01MB
11 - Adding photo upload functionality/014 Deleting photos - API.mp4
28.07MB
11 - Adding photo upload functionality/015 Deleting photos - Client.mp4
35.47MB
11 - Adding photo upload functionality/016 Section 11 summary.mp4
9.16MB
12 - Reactive forms/001 Introduction.mp4
5.05MB
12 - Reactive forms/002 Reactive forms introduction.mp4
36.47MB
12 - Reactive forms/003 Client side validation.mp4
9.36MB
12 - Reactive forms/004 Adding custom validators.mp4
38.16MB
12 - Reactive forms/005 Validation feedback.mp4
63.62MB
12 - Reactive forms/006 Creating a reusable text input.mp4
89.71MB
12 - Reactive forms/007 Using the form builder service.mp4
7.17MB
12 - Reactive forms/008 Expanding the register form.mp4
20.35MB
12 - Reactive forms/009 Adding a reusable date input.mp4
49.74MB
12 - Reactive forms/010 Updating the API register method.mp4
18.24MB
12 - Reactive forms/011 Client side registration.mp4
66.4MB
12 - Reactive forms/012 Section 12 summary.mp4
5.41MB
13 - Paging, Sorting and Filtering/001 Introduction.mp4
9.28MB
13 - Paging, Sorting and Filtering/002 Adding a paged list class.mp4
29.67MB
13 - Paging, Sorting and Filtering/003 Adding helper classes for pagination.mp4
44.26MB
13 - Paging, Sorting and Filtering/004 Using the pagination classes.mp4
79.74MB
13 - Paging, Sorting and Filtering/005 Setting up client pagination.mp4
37.18MB
13 - Paging, Sorting and Filtering/006 Using the angular bootstrap pagination component.mp4
17.57MB
13 - Paging, Sorting and Filtering/007 Adding filtering to the API.mp4
52.07MB
13 - Paging, Sorting and Filtering/008 Adding additional filters.mp4
27.82MB
13 - Paging, Sorting and Filtering/009 Cleaning up the member service.mp4
95.79MB
13 - Paging, Sorting and Filtering/010 Adding filter buttons to the client.mp4
44.77MB
13 - Paging, Sorting and Filtering/011 Adding sorting functionality.mp4
17.49MB
13 - Paging, Sorting and Filtering/012 Adding an action filter.mp4
29.02MB
13 - Paging, Sorting and Filtering/013 Making the Last Active action filter more optimal.mp4
38.13MB
13 - Paging, Sorting and Filtering/014 Sorting on the client.mp4
27.94MB
13 - Paging, Sorting and Filtering/015 Formatting dates.mp4
44.63MB
13 - Paging, Sorting and Filtering/016 Restoring the caching for members.mp4
33.24MB
13 - Paging, Sorting and Filtering/017 Restoring caching for member detailed.mp4
84.58MB
13 - Paging, Sorting and Filtering/018 Remembering the filters for a user in the service.mp4
22.72MB
13 - Paging, Sorting and Filtering/019 Section 13 summary.mp4
5.03MB
14 - Adding the Like User feature/001 Introduction.mp4
3.89MB
14 - Adding the Like User feature/002 Adding a likes entity.mp4
44.95MB
14 - Adding the Like User feature/003 Adding a likes repository.mp4
14.44MB
14 - Adding the Like User feature/004 Implementing the likes repository.mp4
21.52MB
14 - Adding the Like User feature/005 Controller methods for the likes feature.mp4
43.61MB
14 - Adding the Like User feature/006 Setting up the likes functions in the Angular app.mp4
53.81MB
14 - Adding the Like User feature/007 Adding the likes component.mp4
47.34MB
14 - Adding the Like User feature/008 Adding pagination for the likes.mp4
45.14MB
14 - Adding the Like User feature/009 Paginating the likes on the client.mp4
40.51MB
14 - Adding the Like User feature/010 Section 14 summary.mp4
5.68MB
15 - Adding the messaging feature/001 Introduction.mp4
4.25MB
15 - Adding the messaging feature/002 Setting up the entities for messaging.mp4
23.57MB
15 - Adding the messaging feature/003 Setting up the message repository.mp4
16.51MB
15 - Adding the messaging feature/004 Setting up the automapper profiles.mp4
9.83MB
15 - Adding the messaging feature/005 Adding a message controller.mp4
35.94MB
15 - Adding the messaging feature/006 Getting the messages from the Repo.mp4
71.52MB
15 - Adding the messaging feature/007 Getting the message thread for 2 users.mp4
35.64MB
15 - Adding the messaging feature/008 Setting up the Angular app for messaging.mp4
108.32MB
15 - Adding the messaging feature/009 Designing the inbox.mp4
46.68MB
15 - Adding the messaging feature/010 Adding the message thread in the client.mp4
18.2MB
15 - Adding the messaging feature/011 Styling the message thread.mp4
40.13MB
15 - Adding the messaging feature/012 Activating the message tab.mp4
59.58MB
15 - Adding the messaging feature/013 Using query params.mp4
62.05MB
15 - Adding the messaging feature/014 Using route resolvers.mp4
45.73MB
15 - Adding the messaging feature/015 Sending messages.mp4
55.59MB
15 - Adding the messaging feature/016 Fixing the photo weirdness.mp4
10.26MB
15 - Adding the messaging feature/017 Deleting messages on the API.mp4
38.85MB
15 - Adding the messaging feature/018 Deleting messages on the client.mp4
31.36MB
15 - Adding the messaging feature/019 Section 15 summary.mp4
7.43MB
16 - Identity and role management/001 Introduction.mp4
6.73MB
16 - Identity and role management/002 Setting up the entities.mp4
16.27MB
16 - Identity and role management/003 Configuring the DbContext.mp4
28.76MB
16 - Identity and role management/004 Configuring the startup class.mp4
18.55MB
16 - Identity and role management/005 Refactoring and adding a new migration.mp4
50.17MB
16 - Identity and role management/006 Updating the seed method.mp4
40MB
16 - Identity and role management/007 Updating the account controller.mp4
22.86MB
16 - Identity and role management/008 Adding roles to the app.mp4
34.73MB
16 - Identity and role management/009 Adding the roles to the JWT token.mp4
38.53MB
16 - Identity and role management/010 Adding policy based authorisation.mp4
20.18MB
16 - Identity and role management/011 Getting the users with roles.mp4
15.19MB
16 - Identity and role management/012 Editing user roles.mp4
22.24MB
16 - Identity and role management/013 Adding an admin component.mp4
6.34MB
16 - Identity and role management/014 Adding an admin guard.mp4
51.28MB
16 - Identity and role management/015 Adding a custom directive.mp4
28.06MB
16 - Identity and role management/016 Adding the edit roles component.mp4
21.17MB
16 - Identity and role management/017 Setting up modals.mp4
59.21MB
16 - Identity and role management/018 Editing roles in the client.mp4
15.15MB
16 - Identity and role management/019 Editing roles part two.mp4
44.83MB
16 - Identity and role management/020 Section 16 summary.mp4
3.64MB
17 - SignalR/001 Introduction.mp4
7.24MB
17 - SignalR/002 Adding a presence hub.mp4
12.72MB
17 - SignalR/003 Authenticating to SignalR.mp4
18.45MB
17 - SignalR/004 Client side SignalR.mp4
66.5MB
17 - SignalR/005 Adding a presence tracker.mp4
71.7MB
17 - SignalR/006 Displaying online presence.mp4
27.84MB
17 - SignalR/007 Creating a message hub.mp4
30.47MB
17 - SignalR/008 Adding the send message method to the hub.mp4
33.81MB
17 - SignalR/009 Adding the hub connection to the message service.mp4
16.67MB
17 - SignalR/010 Refactoring the message components to use the hub.mp4
22.54MB
17 - SignalR/011 Sending messages via the hub.mp4
44.39MB
17 - SignalR/012 Tracking the message groups.mp4
56.43MB
17 - SignalR/013 Updating the message hub with group tracking.mp4
30.79MB
17 - SignalR/014 Dealing with UTC date formats.mp4
22.33MB
17 - SignalR/015 Notifying users when they receive a message.mp4
70.41MB
17 - SignalR/016 Optimizing the presence.mp4
54.05MB
17 - SignalR/017 Optimizing the messages.mp4
57.2MB
17 - SignalR/018 Section 17 summary.mp4
4.05MB
18 - Unit of work pattern and finishing touches/001 Introduction.mp4
7.57MB
18 - Unit of work pattern and finishing touches/002 Implementing the unit of work.mp4
24.65MB
18 - Unit of work pattern and finishing touches/003 Refactoring the controllers to use the unit of work.mp4
58.58MB
18 - Unit of work pattern and finishing touches/004 Optimizing queries part one.mp4
86.81MB
18 - Unit of work pattern and finishing touches/005 Fixing UTC dates again.mp4
36.61MB
18 - Unit of work pattern and finishing touches/006 Optimizing queries part two.mp4
50.85MB
18 - Unit of work pattern and finishing touches/007 Adding a confirmation service to the angular app.mp4
23.71MB
18 - Unit of work pattern and finishing touches/008 Getting the data from the confirmation modal.mp4
53.25MB
18 - Unit of work pattern and finishing touches/009 Tidying up the member message component.mp4
31.48MB
18 - Unit of work pattern and finishing touches/010 Section 18 summary.mp4
5.26MB
18 - Unit of work pattern and finishing touches/011 Photo management challenge.mp4
20.71MB
19 - Publishing/001 Introduction.mp4
12.7MB
19 - Publishing/002 Preparing the angular app and serving this from the API server.mp4
31.77MB
19 - Publishing/003 Adding a fallback controller.mp4
24.88MB
19 - Publishing/004 Creating an angular production build.mp4
32.76MB
19 - Publishing/005 Switching the DB Server to PostGres.mp4
38.33MB
19 - Publishing/006 Changing the DB Server in our app.mp4
53.31MB
19 - Publishing/007 Setting up Heroku.mp4
26.58MB
19 - Publishing/008 Deploying the app to Heroku.mp4
87MB
19 - Publishing/009 Using branches in git and connecting Heroku to GitHub.mp4
63.68MB
19 - Publishing/010 Merging changes and redeploying.mp4
15.26MB
19 - Publishing/011 End of course summary.mp4
20.47MB
20 - Updating to .Net 6, Angular 12 and Bootstrap 5/001 How to update .Net 5 to .Net 6.mp4
92.84MB
20 - Updating to .Net 6, Angular 12 and Bootstrap 5/002 .Net 6 new features and how to update the project to use them.mp4
162.6MB
20 - Updating to .Net 6, Angular 12 and Bootstrap 5/003 Updating Angular to v12.mp4
79.68MB
20 - Updating to .Net 6, Angular 12 and Bootstrap 5/004 How to update Bootstrap to v5.mp4
157.02MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统