zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[UdemyCourseDownloader] Build an app with ASPNET Core and Angular from scratch
magnet:?xt=urn:btih:85428e9d0e6d05b1cb464b49692033f3d615a6ae&dn=[UdemyCourseDownloader] Build an app with ASPNET Core and Angular from scratch
磁力链接详情
文件列表详情
85428e9d0e6d05b1cb464b49692033f3d615a6ae
infohash:
216
文件数量
12.63 GB
文件大小
2019-4-24 10:18
创建日期
2024-11-10 13:26
最后访问
相关分词
UdemyCourseDownloader
Build
an
app
with
ASPNET
Core
and
Angular
from
scratch
18. Course Updates - 22 Jul 2018/3. Update the Angular application to use Angular v6.mp4 200.74 MB
1. Introduction/1. Introduction.mp4 18.6 MB
1. Introduction/2. Setting up the development environment.mp4 70.82 MB
2. Building a Walking Skeleton/1. Introduction.mp4 5.61 MB
2. Building a Walking Skeleton/2. Creating the DotNet Core WebAPI using the DotNetCLI.mp4 48.48 MB
2. Building a Walking Skeleton/3. Reviewing the Project files in the DotNet Web API.mp4 61.24 MB
2. Building a Walking Skeleton/4. Running the DotNet Core application.mp4 65.4 MB
2. Building a Walking Skeleton/5. Environment settings and using dotnet watch.mp4 69.11 MB
2. Building a Walking Skeleton/6. Creating the first Model and DataContext.mp4 77.86 MB
2. Building a Walking Skeleton/7. Creating the Database using Entity Framework migrations.mp4 77.75 MB
2. Building a Walking Skeleton/8. Retrieving data from the Database.mp4 63.92 MB
2. Building a Walking Skeleton/9. Making our code asynchronous.mp4 30.48 MB
2. Building a Walking Skeleton/10. Creating the Angular application using AngularCLI.mp4 51.39 MB
2. Building a Walking Skeleton/11. The Angular bootstrapping and running the Angular app.mp4 80.04 MB
2. Building a Walking Skeleton/12. Adding VS Code extensions used in this course.mp4 48.16 MB
2. Building a Walking Skeleton/13. Making HTTP requests in Angular.mp4 95.27 MB
2. Building a Walking Skeleton/14. Adding CORS support to the API.mp4 32.22 MB
2. Building a Walking Skeleton/15. Displaying data from the API on the HTML page.mp4 21.76 MB
2. Building a Walking Skeleton/16. Adding Bootstrap and Font-Awesome to our Angular app.mp4 47.5 MB
2. Building a Walking Skeleton/17. Adding GIT for source control.mp4 81.09 MB
2. Building a Walking Skeleton/18. Summary of Section 2.mp4 4.89 MB
3. Security/1. Intoduction.mp4 5.63 MB
3. Security/2. Storing passwords in the Database.mp4 4.33 MB
3. Security/3. Creating the User model.mp4 25.21 MB
3. Security/4. The Repository pattern.mp4 7 MB
3. Security/5. Creating an Interface for the Repository.mp4 13.47 MB
3. Security/6. Creating the concrete Auth Repository and Register Method.mp4 69.34 MB
3. Security/7. Creating the Login repository method.mp4 64.86 MB
3. Security/8. Registering services in the Startup class.mp4 27.45 MB
3. Security/9. Creating the Register method in our Auth Controller.mp4 74.02 MB
3. Security/10. Using DTOs (Data Transfer Objects).mp4 69.53 MB
3. Security/11. Validation in the API.mp4 95.66 MB
3. Security/12. Token Authentication.mp4 6.18 MB
3. Security/13. Creating the Login method in the API.mp4 152.78 MB
3. Security/14. Using the Authentication middleware.mp4 82.06 MB
3. Security/15. Summary of Section 3.mp4 6.31 MB
4. Client side login and register/1. Introduction.mp4 3.49 MB
4. Client side login and register/2. Creating the Navigation and Login form.mp4 62.96 MB
4. Client side login and register/3. Introduction to Angular template forms.mp4 76.11 MB
4. Client side login and register/4. Introduction to Angular Services.mp4 69.29 MB
4. Client side login and register/5. Injecting the Angular services in our Components.mp4 39.84 MB
4. Client side login and register/6. Using ngIf to conditionally display HTML Elements.mp4 70.55 MB
4. Client side login and register/7. Adding a component so users can Register to our site.mp4 69.15 MB
4. Client side login and register/8. Parent to Child Component communication using Input properties.mp4 48.63 MB
4. Client side login and register/9. Component Communication Child to Parent using Output properties.mp4 33.33 MB
4. Client side login and register/10. Adding the register method to the Auth Service.mp4 50.35 MB
4. Client side login and register/11. Summary of Section 4.mp4 1.62 MB
5. Error Handling/1. Introduction.mp4 2.78 MB
5. Error Handling/2. Handling exceptions in the API.mp4 97.13 MB
5. Error Handling/3. Setting up the Global exception handler in the API.mp4 100.05 MB
5. Error Handling/4. Handling errors in Angular.mp4 138.59 MB
5. Error Handling/5. Summary of Section 5.mp4 3.35 MB
6. Adding 3rd party components to our app/1. Introduction.mp4 4.47 MB
6. Adding 3rd party components to our app/2. Wrapping 3rd party libraries as an Angular service.mp4 88.13 MB
6. Adding 3rd party components to our app/3. Using the Angular JWT library to improve token handling.mp4 67.52 MB
6. Adding 3rd party components to our app/4. Using the Angular JWT library to decode tokens.mp4 74.87 MB
6. Adding 3rd party components to our app/5. Adding Ngx Bootstrap to power our Bootstrap components.mp4 75.4 MB
6. Adding 3rd party components to our app/6. Bringing some color to our app with a theme from Bootswatch.mp4 29.24 MB
6. Adding 3rd party components to our app/7. Summary of Section 6.mp4 4.04 MB
7. Routing in Angular/1. Introduction.mp4 4.5 MB
7. Routing in Angular/2. Setting up routing in Angular.mp4 48.56 MB
7. Routing in Angular/3. Setting up our links in the nav component.mp4 32 MB
7. Routing in Angular/4. Using routing in our components.mp4 26.68 MB
7. Routing in Angular/5. Protecting our routes with a route guard.mp4 45.77 MB
7. Routing in Angular/6. Protecting multiple routes with a single route guard using dummy routes.mp4 48.76 MB
7. Routing in Angular/7. Summary of Section 7.mp4 6.09 MB
8. Extending the API/1. Introduction.mp4 4.46 MB
8. Extending the API/2. Extending the User Model.mp4 63.57 MB
8. Extending the API/3. Exploring Entity Framework migrations.mp4 104.01 MB
8. Extending the API/4. Entity Framework Relationships.mp4 30.87 MB
8. Extending the API/5. Seeding Data to the Database - Part 1.mp4 81.82 MB
8. Extending the API/6. Seeding Data to the Database Part 2.mp4 76.68 MB
8. Extending the API/7. Creating a new repository for our API.mp4 59.96 MB
8. Extending the API/8. Creating the Users Controller.mp4 107.61 MB
8. Extending the API/9. Shaping the data to return with DTOs.mp4 41.21 MB
8. Extending the API/10. Using AutoMapper Part 1.mp4 81.66 MB
8. Extending the API/11. Using AutoMapper Part 2.mp4 87.27 MB
8. Extending the API/12. Summary.mp4 6.17 MB
9. Building a great looking User Interface/1. Introduction.mp4 4.3 MB
9. Building a great looking User Interface/2. Introduction to Interfaces in Typescript.mp4 5.79 MB
9. Building a great looking User Interface/3. Adding Interfaces to our Typescript code.mp4 27.05 MB
9. Building a great looking User Interface/4. Creating another Angular service.mp4 65.3 MB
9. Building a great looking User Interface/5. Retrieving the Members into the Member List Component.mp4 42.44 MB
9. Building a great looking User Interface/6. Creating Member Cards to display on our Member list page.mp4 56.85 MB
9. Building a great looking User Interface/7. Giving our Members some style with CSS.mp4 23.96 MB
9. Building a great looking User Interface/8. Adding animated buttons to the member cards.mp4 44.2 MB
9. Building a great looking User Interface/9. Using Auth0 JwtModule to send up jwt tokens automatically.mp4 54.05 MB
9. Building a great looking User Interface/10. Creating the Member Detailed View component class.mp4 60.55 MB
9. Building a great looking User Interface/11. Designing the Member detailed view template - left hand side.mp4 40.38 MB
9. Building a great looking User Interface/12. Adding a tabbed panel for the right hand side of the Member detailed page.mp4 53.54 MB
9. Building a great looking User Interface/13. Using Route Resolvers to retrieve data.mp4 112.81 MB
9. Building a great looking User Interface/14. Adding a photo gallery to our application.mp4 102.41 MB
9. Building a great looking User Interface/15. Summary.mp4 5.07 MB
10. Updating Resources/1. Introduction.mp4 3.42 MB
10. Updating Resources/2. Creating a Member Edit Component.mp4 56.72 MB
10. Updating Resources/3. Designing the template for the member profile edit page - part 1.mp4 65.47 MB
10. Updating Resources/4. Creating the Member Edit Template part 2.mp4 72.95 MB
10. Updating Resources/5. Adding a CanDeactivate route guard.mp4 64.57 MB
10. Updating Resources/6. Persisting the Member updates.mp4 75.5 MB
10. Updating Resources/7. Finishing off the Member edit component.mp4 32.48 MB
10. Updating Resources/8. Summary.mp4 3.66 MB
11. Adding Photo upload functionality to the application/1. Introduction.mp4 19.21 MB
11. Adding Photo upload functionality to the application/2. Where should we store the photos.mp4 8.03 MB
11. Adding Photo upload functionality to the application/3. Using Cloudinary as a photo storage solution.mp4 107.79 MB
11. Adding Photo upload functionality to the application/4. Creating the Photos controller Part 1.mp4 118.64 MB
11. Adding Photo upload functionality to the application/5. Creating the Photos Controller Part 2.mp4 88.78 MB
11. Adding Photo upload functionality to the application/6. Testing the Photo upload with Postman.mp4 111.47 MB
11. Adding Photo upload functionality to the application/7. Creating the Photo upload component in Angular.mp4 38.19 MB
11. Adding Photo upload functionality to the application/8. Adding a 3rd Party File Uploader.mp4 122.57 MB
11. Adding Photo upload functionality to the application/9. Configuring the 3rd Party file uploader.mp4 123.95 MB
11. Adding Photo upload functionality to the application/10. Adding the Set Main photo functionality to the API.mp4 102.07 MB
11. Adding Photo upload functionality to the application/11. Adding the Set Main Photo functionality to the SPA.mp4 63.32 MB
11. Adding Photo upload functionality to the application/12. Using the array filter method to provide instant feedback in the SPA.mp4 28.89 MB
11. Adding Photo upload functionality to the application/13. Output properties revisited..mp4 36.13 MB
11. Adding Photo upload functionality to the application/14. Adding the main photo to the Nav bar.mp4 125.96 MB
11. Adding Photo upload functionality to the application/15. Any to Any component communication in Angular.mp4 5.82 MB
11. Adding Photo upload functionality to the application/16. Using BehaviorSubject to add any to any communication to our app..mp4 97.85 MB
11. Adding Photo upload functionality to the application/17. Adding the Delete photo function to the API.mp4 114.9 MB
11. Adding Photo upload functionality to the application/18. Adding the Delete Photo functionality to the SPA.mp4 68.95 MB
11. Adding Photo upload functionality to the application/19. Summary.mp4 3.62 MB
12. Reactive Forms in Angular/1. Introduction.mp4 14.2 MB
12. Reactive Forms in Angular/2. Introduction to Reactive Forms in Angular.mp4 47.7 MB
12. Reactive Forms in Angular/3. Validation in Reactive forms.mp4 36.57 MB
12. Reactive Forms in Angular/4. Custom Validators in Reactive forms.mp4 22.12 MB
12. Reactive Forms in Angular/5. Providing Validation feedback to the user.mp4 88.68 MB
12. Reactive Forms in Angular/6. Using the Reactive Forms FormBuilder Service.mp4 41.4 MB
12. Reactive Forms in Angular/7. Expanding the Registration form.mp4 74.98 MB
12. Reactive Forms in Angular/8. Handling Dates in Forms.mp4 91.99 MB
12. Reactive Forms in Angular/9. Updating the Register method in the API.mp4 67.72 MB
12. Reactive Forms in Angular/10. Completing the Registration implementation.mp4 72.99 MB
12. Reactive Forms in Angular/11. Fixing the Photos issue for newly registered users.mp4 78.96 MB
12. Reactive Forms in Angular/12. Summary.mp4 3.73 MB
13. Action Filters in ASP.NET Core/1. Introduction.mp4 4.87 MB
13. Action Filters in ASP.NET Core/2. Using a TimeAgo pipe for dates in Angular.mp4 49.13 MB
13. Action Filters in ASP.NET Core/3. Using Action Filters.mp4 80.76 MB
14. Paging, Sorting and Filtering/1. Introduction.mp4 5.48 MB
14. Paging, Sorting and Filtering/2. Paging in ASP.NET Core Web API.mp4 4.47 MB
14. Paging, Sorting and Filtering/3. Adding a PagedList class.mp4 94.16 MB
14. Paging, Sorting and Filtering/4. Setting up the paging helper classes.mp4 71.33 MB
14. Paging, Sorting and Filtering/5. Implementing pagination in the API.mp4 135.58 MB
14. Paging, Sorting and Filtering/6. Setting up pagination in the SPA.mp4 94.6 MB
14. Paging, Sorting and Filtering/7. Using nix-bootstrap pagination module.mp4 67.5 MB
14. Paging, Sorting and Filtering/8. Filtering in the API.mp4 52.77 MB
14. Paging, Sorting and Filtering/9. Adding additional filtering parameters to the API.mp4 49.69 MB
14. Paging, Sorting and Filtering/10. Adding filtering functionality to the SPA.mp4 107.11 MB
14. Paging, Sorting and Filtering/11. Sorting results in the API.mp4 42.01 MB
14. Paging, Sorting and Filtering/12. Adding the Sorting functionality to the SPA.mp4 67.95 MB
14. Paging, Sorting and Filtering/13. Summary.mp4 2.94 MB
15. Adding the 'Likes' functionality from start to finish/1. Introduction.mp4 3.28 MB
15. Adding the 'Likes' functionality from start to finish/2. Configuring the EF relationship so users can like each other.mp4 3.49 MB
15. Adding the 'Likes' functionality from start to finish/3. Creating the Like entity.mp4 76.75 MB
15. Adding the 'Likes' functionality from start to finish/4. Adding the Send Like functionality in the API.mp4 77.43 MB
15. Adding the 'Likes' functionality from start to finish/5. Retrieving the list of users liked and liked by user.mp4 81.74 MB
15. Adding the 'Likes' functionality from start to finish/6. Adding the Send like functionality to the SPA.mp4 44.86 MB
15. Adding the 'Likes' functionality from start to finish/7. Creating the Lists component.mp4 82.1 MB
15. Adding the 'Likes' functionality from start to finish/8. Summary of Section 15.mp4 3.12 MB
16. Add a private messaging system to the application/1. Introduction.mp4 8.09 MB
16. Add a private messaging system to the application/2. Creating the Message Entity and relationships.mp4 49.24 MB
16. Add a private messaging system to the application/3. Adding the repository methods for the messages.mp4 27.94 MB
16. Add a private messaging system to the application/4. Adding the Create Message method in the API.mp4 116.99 MB
16. Add a private messaging system to the application/5. Adding the Repository methods for an Inbox, Outbox.mp4 66.15 MB
16. Add a private messaging system to the application/6. Creating the Message Controller.mp4 123.32 MB
16. Add a private messaging system to the application/7. Adding the Message thread methods to the API.mp4 62.47 MB
16. Add a private messaging system to the application/8. Working with the message component in the SPA.mp4 142.35 MB
16. Add a private messaging system to the application/9. Designing the Inbox and Outbox template.mp4 52.52 MB
16. Add a private messaging system to the application/10. Getting the message thread in the component.mp4 65.98 MB
16. Add a private messaging system to the application/11. Designing the message tab chat system.mp4 97.21 MB
16. Add a private messaging system to the application/12. Adding Query params to an Angular route.mp4 66.94 MB
16. Add a private messaging system to the application/13. Adding the send message functionality and a challenge.mp4 72.22 MB
16. Add a private messaging system to the application/14. Challenge solution - resolving the issue with the photos.mp4 113.35 MB
16. Add a private messaging system to the application/15. Adding the Delete message functionality to the API.mp4 59.8 MB
16. Add a private messaging system to the application/16. Deleting messages in the SPA.mp4 67.62 MB
16. Add a private messaging system to the application/17. Adding the Mark as Read functionality.mp4 102.26 MB
16. Add a private messaging system to the application/18. Summary of Section 16.mp4 5.54 MB
17. Publishing/1. Introduction.mp4 4.8 MB
17. Publishing/2. Using NG Build - Running our Angular app from the Kestrel server.mp4 94.43 MB
17. Publishing/3. Angular Production build with the Angular CLI.mp4 4.52 MB
17. Publishing/4. Using the Angular CLI for Ahead of Time Compilation.mp4 97 MB
17. Publishing/5. Installing MySQL on Mac OSX.mp4 33.58 MB
17. Publishing/6. Installing MySQL on Windows.mp4 56.54 MB
17. Publishing/7. Entity Framework Database Providers - updating the SDK to match the provider.mp4 70.86 MB
17. Publishing/8. Swapping the Database backend to MySQL.mp4 124.52 MB
17. Publishing/9. Fixing the Ignored include warnings in the API.mp4 82.45 MB
17. Publishing/10. Publishing our app to an IIS Server.mp4 150.95 MB
17. Publishing/11. Preparing a Linux server for publishing our application.mp4 112.94 MB
17. Publishing/12. Publishing the app to the Linux server.mp4 94.54 MB
17. Publishing/13. Course Wrap Up.mp4 622.2 KB
18. Course Updates - 22 Jul 2018/1. Introduction.mp4 34.93 MB
18. Course Updates - 22 Jul 2018/2. Update the .Net Core project to .Net Core 2.1.mp4 115.77 MB
18. Course Updates - 22 Jul 2018/4. A brief overview of the updated code.mp4 117.53 MB
18. Course Updates - 22 Jul 2018/5. Updating GIT to use a single repo for the projects.mp4 44.45 MB
19. Bonus - Publishing the application to Azure/1. Setting up the Azure Resource group, App Service and Database.mp4 108.89 MB
19. Bonus - Publishing the application to Azure/2. Publishing the app to Azure.mp4 110.86 MB
20. Bonus - Identity and Role Management/1. Introduction to Identity.mp4 27.99 MB
20. Bonus - Identity and Role Management/2. Setting up the project and refactoring Startup.cs.mp4 48.82 MB
20. Bonus - Identity and Role Management/3. Adding the Identity models.mp4 54.53 MB
20. Bonus - Identity and Role Management/4. Configuring the DataContext for Identity.mp4 55.9 MB
20. Bonus - Identity and Role Management/5. Configuring the Startup.cs class for Identity.mp4 116.48 MB
20. Bonus - Identity and Role Management/6. Fixing the errors and adding a new migration.mp4 76.32 MB
20. Bonus - Identity and Role Management/7. Updating the Seed Users method.mp4 48.36 MB
20. Bonus - Identity and Role Management/8. Updating the Login method.mp4 90 MB
20. Bonus - Identity and Role Management/9. Updating the register method.mp4 47.96 MB
20. Bonus - Identity and Role Management/10. Updating the seed method with Roles.mp4 58.11 MB
20. Bonus - Identity and Role Management/11. Adding roles to the JWT Token.mp4 62.49 MB
20. Bonus - Identity and Role Management/12. Policy based authorization.mp4 61.39 MB
20. Bonus - Identity and Role Management/13. Returning the users with their roles.mp4 45.84 MB
20. Bonus - Identity and Role Management/14. Adding the edit roles method in the API.mp4 88.24 MB
20. Bonus - Identity and Role Management/15. Creating the Admin Component in the SPA.mp4 36.3 MB
20. Bonus - Identity and Role Management/16. Updating the Auth guard to protect routes based on user role.mp4 69.96 MB
20. Bonus - Identity and Role Management/17. Adding a custom structural directive.mp4 70.44 MB
20. Bonus - Identity and Role Management/18. Adding the admin service and user management component.mp4 70.94 MB
20. Bonus - Identity and Role Management/19. Adding a Modal Component.mp4 78.36 MB
20. Bonus - Identity and Role Management/20. Passing the roles data into the Modal.mp4 75.17 MB
20. Bonus - Identity and Role Management/21. Passing data out of the Modal and hooking up to the API.mp4 97.98 MB
20. Bonus - Identity and Role Management/22. Challenge - Creating the Photo Management system,.mp4 81.62 MB
20. Bonus - Identity and Role Management/23. Challenge Solution.mp4 183.94 MB
其他位置