zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart
magnet:?xt=urn:btih:363af889f26371a861425b9877b642d5c9bfbc75&dn=[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart
磁力链接详情
文件列表详情
363af889f26371a861425b9877b642d5c9bfbc75
infohash:
74
文件数量
2.16 GB
文件大小
2021-2-21 05:00
创建日期
2024-12-1 12:20
最后访问
相关分词
FreeCourseSite
com
Udemy
-
NET
Core
3
1
Web
API
&
Entity
Framework
Core
Jumpstart
1. Introduction/1. Introduction.mp4 9.51 MB
1. Introduction/3. Create a new Web API.mp4 38.98 MB
1. Introduction/4. First API Call.mp4 12.84 MB
1. Introduction/5. Git Repository & .gitignore File.mp4 15.93 MB
2. Web API Core/1. Introduction.mp4 2.38 MB
2. Web API Core/10. Character Service.mp4 54.43 MB
2. Web API Core/11. Asynchronous Calls.mp4 28 MB
2. Web API Core/12. Proper Service Response with Generics.mp4 37.32 MB
2. Web API Core/13. Data-Transfer-Objects (DTOs).mp4 37.26 MB
2. Web API Core/14. AutoMapper.mp4 59.9 MB
2. Web API Core/15. Modify a Character with PUT.mp4 60.27 MB
2. Web API Core/16. Delete a Character.mp4 24.99 MB
2. Web API Core/17. Summary.mp4 3.88 MB
2. Web API Core/2. The Model-View-Controller (MVC) Pattern.mp4 8.52 MB
2. Web API Core/3. New Models.mp4 13.28 MB
2. Web API Core/4. New Controller & GET a New Character.mp4 28.73 MB
2. Web API Core/5. First Steps with Attribute Routing.mp4 25.8 MB
2. Web API Core/6. Routing with Parameters.mp4 8.53 MB
2. Web API Core/7. HTTP Methods Explained.mp4 13.62 MB
2. Web API Core/8. Add a New Character with POST.mp4 13.01 MB
2. Web API Core/9. Best Practice Web API Structure.mp4 12 MB
3. Entity Framework Core/1. Introduction.mp4 3.18 MB
3. Entity Framework Core/10. PUT Implementations.mp4 16.35 MB
3. Entity Framework Core/11. DELETE Implementations.mp4 14.47 MB
3. Entity Framework Core/12. Summary.mp4 3.74 MB
3. Entity Framework Core/2. Object-Relational-Mapping & Code-First Migration Explained.mp4 8.44 MB
3. Entity Framework Core/3. Installing Entity Framework Core.mp4 10.54 MB
3. Entity Framework Core/4. Installing SQL Server Express (with Management Studio).mp4 15.85 MB
3. Entity Framework Core/5. Implementing the DataContext.mp4 14.28 MB
3. Entity Framework Core/6. ConnectionString & Adding the DbContext.mp4 18.5 MB
3. Entity Framework Core/7. First Migration.mp4 15.85 MB
3. Entity Framework Core/8. GET Implementations.mp4 33.52 MB
3. Entity Framework Core/9. POST Implementations.mp4 14.55 MB
4. Authentication/1. Introduction.mp4 2.27 MB
4. Authentication/10. Token Authentication with JSON Web Tokens.mp4 10.66 MB
4. Authentication/11. JSON Web Tokens (JWT) preparations.mp4 18.46 MB
4. Authentication/12. JSON Web Tokens (JWT) implementations.mp4 53.04 MB
4. Authentication/13. Authorize Attribute.mp4 47.59 MB
4. Authentication/14. Read Claims & Get the User’s RPG Characters.mp4 31.76 MB
4. Authentication/15. Summary.mp4 6.12 MB
4. Authentication/2. The User Model.mp4 16.59 MB
4. Authentication/3. First Relation.mp4 22.59 MB
4. Authentication/4. Authentication Theory.mp4 8.53 MB
4. Authentication/5. Authentication Repository.mp4 22.13 MB
4. Authentication/6. User Registration.mp4 28.81 MB
4. Authentication/7. “User already exists.”.mp4 14.71 MB
4. Authentication/8. Authentication Controller.mp4 35.48 MB
4. Authentication/9. User Login.mp4 59.71 MB
5. Advanced Relationships with Entity Framework Core/1. Introduction.mp4 4.21 MB
5. Advanced Relationships with Entity Framework Core/2. Proper User-Character Relation.mp4 108.95 MB
5. Advanced Relationships with Entity Framework Core/3. Include Entities with Entity Framework.mp4 39.31 MB
5. Advanced Relationships with Entity Framework Core/4. One-To-One Relation with Weapons.mp4 44.61 MB
5. Advanced Relationships with Entity Framework Core/5. Add Weapons to RPG Characters.mp4 109.77 MB
5. Advanced Relationships with Entity Framework Core/6. Many-To-Many Relation with Skills.mp4 46.9 MB
5. Advanced Relationships with Entity Framework Core/7. Add Skills to RPG Characters.mp4 144.43 MB
5. Advanced Relationships with Entity Framework Core/8. Summary.mp4 5.06 MB
6. Let The Games Begin (More Than Just CRUD)/1. Introduction.mp4 2.06 MB
6. Let The Games Begin (More Than Just CRUD)/2. Prepare to Fight!.mp4 33.01 MB
6. Let The Games Begin (More Than Just CRUD)/3. Attack with Weapons.mp4 82.41 MB
6. Let The Games Begin (More Than Just CRUD)/4. Attack with Skills.mp4 42.05 MB
6. Let The Games Begin (More Than Just CRUD)/5. Start a Fight.mp4 120.27 MB
6. Let The Games Begin (More Than Just CRUD)/6. Highscore Sort & Filter Entities.mp4 43.69 MB
6. Let The Games Begin (More Than Just CRUD)/7. Summary.mp4 8.09 MB
7. Bonus Role-Based Authentication/1. Introduction.mp4 2.67 MB
7. Bonus Role-Based Authentication/2. New User Property Role & A New Migration.mp4 31.91 MB
7. Bonus Role-Based Authentication/3. Extend the JSON Web Token with another Claim.mp4 11.86 MB
7. Bonus Role-Based Authentication/4. Restrict Controller Access & Change Service Behavior.mp4 48.41 MB
8. Bonus SQLite & Data Seeding/1. Introduction.mp4 2.29 MB
8. Bonus SQLite & Data Seeding/2. New Package, ConnectionString & Configuration.mp4 28.6 MB
8. Bonus SQLite & Data Seeding/3. Create the SQLite Database.mp4 19.69 MB
8. Bonus SQLite & Data Seeding/4. Use the DB Browser for SQLite.mp4 22.55 MB
8. Bonus SQLite & Data Seeding/5. Data Seeding Preparations.mp4 27.71 MB
8. Bonus SQLite & Data Seeding/6. Seeding Skills.mp4 57.11 MB
8. Bonus SQLite & Data Seeding/7. Seeding Entities with Relations.mp4 64.09 MB
其他位置